INFO DAGScheduler: Job 7 failed: saveAsTextFile at TextDelimitedReaderWriter.scala:294, took 1.110184 s
Exception in thread "main" org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 12.0 failed 1 times, most recent failure: Lost task 0.0 in stage 12.0 (TID 24, localhost): java.lang.IllegalArgumentException
I tried various cli options like below but get the same error:
mahout spark-rowsimilarity --maxObservations 500000 -sem 6g -ma "local[4]" --input items.csv --output /tmp/output
Any suggestions would be most helpful.
I cross posted on Stack Overflow
here
Thanks