2017-07-14 56 views
-2

我使用CDH5.9的ignite1.9。以下例外情況我無法運行sampe spark作業。我遵循了文檔中提到的步驟。引起:java.lang.ClassNotFoundException:org.apache.ignite.internal.util.spring.IgniteSpringHelperImpl

未能創建的Ignite組分(考慮添加點燃彈簧模塊類路徑)[成份= SPRING,CLS = org.apache.ignite.internal.util.spring.IgniteSpringHelperImpl] 引起:拋出java.lang.ClassNotFoundException: org.apache.ignite.internal.util.spring.IgniteSpringHelperImpl

+0

請問我可以給我一個你用過的樣品/文檔嗎?我會檢查它並修復它是否需要? – Michael

+0

https://apacheignite-fs.readme.io/v1.9.0/docs/installation-deployment –

回答

1

添加下面的依賴關係到項目:

<dependency> 
      <groupId>org.apache.ignite</groupId> 
      <artifactId>ignite-spring</artifactId> 
      <version>${ignite.version}</version> 
</dependency> 

這應該解決這個問題。

+0

在Linux中使用點燃。我必須添加這個並重新構建項目嗎? –

+2

將ignite-spring- .jar添加到應用程序的類路徑中就足夠了。 –

+0

@a_gura我已經嘗試過這一點,但異常仍然存在。 –

相關問題