At 2014-12-08 12:12:16 -0800, spr <s...@yarcdata.com> wrote:
> OK, have waded into implementing this and have gotten pretty far, but am now
> hitting something I don't understand, an NoSuchMethodError. 
> [...]
> The (short) traceback looks like
>
> Exception in thread "main" java.lang.NoSuchMethodError:
> org.apache.spark.graphx.Graph$.apply$default$4()Lorg/apache/spark/storage/StorageLevel;
> [...]
> Is the method that's not found (".../StorageLevel") something I need to
> initialize?  Using this same code on a toy problem works fine.  

This is a binary compatibility error and shouldn't happen as long as you're 
compiling and running with the same Spark assembly jar. Is it possible there's 
a version mismatch between compiling and running?

Ankur

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to