2016-07-27 61 views
0

當使用spark-submit時,我需要使用--packages發送依賴關係。我應該使用哪個包?如何在Spark中使用deeplearning4j Word2vec?

我試圖使其中含有的依賴性一位超級罐子,但我得到了以下錯誤:

java.lang.IllegalArgumentException: Please specify an existing file 

的錯誤是下面的代碼的結果:

String path = "hdfs:///user/data.txt"; 
SentenceIterator iter = new LineSentenceIterator(new File(path)); 

回答

相關問題