Re: representing RDF literals as vertex properties

2014-12-08 Thread Ankur Dave
At 2014-12-08 12:12:16 -0800, spr 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

Re: representing RDF literals as vertex properties

2014-12-08 Thread spr
ark.deploy.SparkSubmit$.main(SparkSubmit.scala:55) at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) Is the method that's not found (".../StorageLevel") something I need to initialize? Using this same code on a toy problem works fine. BTW, this is Spar

Re: representing RDF literals as vertex properties

2014-12-04 Thread Ankur Dave
At 2014-12-04 16:26:50 -0800, spr wrote: > I'm also looking at how to represent literals as vertex properties. It seems > one way to do this is via positional convention in an Array/Tuple/List that is > the VD; i.e., to represent height, weight, and eyeColor, the VD could be a > Tuple3(Double, Dou

representing RDF literals as vertex properties

2014-12-04 Thread spr
text: http://apache-spark-user-list.1001560.n3.nabble.com/representing-RDF-literals-as-vertex-properties-tp20404.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr