Skip to content

Instantly share code, notes, and snippets.

Created September 2, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/15d6c691b743ad392d42 to your computer and use it in GitHub Desktop.
Save anonymous/15d6c691b743ad392d42 to your computer and use it in GitHub Desktop.
Exception with MapSideJoinStrategy
at org.apache.crunch.impl.spark.SparkRuntime.monitorLoop(SparkRuntime.java:297)
at org.apache.crunch.impl.spark.SparkRuntime.access$000(SparkRuntime.java:78)
at org.apache.crunch.impl.spark.SparkRuntime$2.run(SparkRuntime.java:137)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.FileNotFoundException: Added file file:/tmp/crunch-1066456782/sparkreadable-p1 does not exist.
at org.apache.spark.SparkContext.addFile(SparkContext.scala:1089)
at org.apache.spark.SparkContext.addFile(SparkContext.scala:1065)
at org.apache.spark.api.java.JavaSparkContext.addFile(JavaSparkContext.scala:671)
at org.apache.crunch.impl.spark.SparkRuntime.distributeFiles(SparkRuntime.java:167)
... 4 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment