Re: ItemSimilarityDriver java example - NoSuchMethodError/SparkConf

2015-03-04 Thread Pat Ferrel
Look in the parent pom.xml in your mahout directory. It should be Spark 1.1.0. but today we’ll update to 1.1.1 We believe but can’t guarantee that using older versions is possible. This doesn’t look like a bad Spark version error. How are you calling ItemSimilarityDriver.main ? This looks

mahout spark-itemsimilarity from command line

2015-03-04 Thread Jeff Isenhart
I am having issue getting a simple itemsimilarity example to work. I know hadoop is up and functional (ran the example mapreduce program anyway) But when I run either of these ./mahout spark-itemsimilarity -i SomeDir/transactions.csv -o hdfs://localhost:9000/users/someuser/output -fc 1 -ic 2