I get the following error when i run a mahout job on hadoop locally.
I use the following command
~/hadoop/hadoop-1.0.3/bin/hadoop jar
target/offline-processor-1.0-SNAPSHOT-jar-with-dependencies.jar
org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJob --input
~/formattedIn/part-00000 --output ~/similarityitems --similarityClassname
SIMILARITY_LOGLIKELIHOOD --maxSimilaritiesPerItem 50
The error is:
Exception in thread "main" java.io.FileNotFoundException:
/tmp/hadoop-swapna.yeleswara/hadoop-unjar8220003734036757444/LICENSE (No
such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
any help is appreciated.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Exception-in-thread-main-java-io-FileNotFoundException-tmp-hadoop-swapna-yeleswara-hadoop-unjar82200-tp4006008.html
Sent from the Mahout User List mailing list archive at Nabble.com.