Re: NoSuchMethodError - Akka - Props

2014-03-06 Thread Deepak Nulu
I was just able to fix this in my environment. By looking at the repository/cache in my Play Framework installation, I was able to determine that spark-0.9.0-incubating uses Akka version 2.2.3. Similarly, looking at repository/local revealed that Play Framework 2.2.2 ships with Akka version 2.2.0.

Re: NoSuchMethodError - Akka - Props

2014-03-06 Thread Deepak Nulu
I see the same error. I am trying a standalone example integrated into a Play Framework v2.2.2 application. The error occurs when I try to create a Spark Streaming Context. Compilation succeeds, so I am guessing it has to do with the version of Akka getting picked up at runtime. -- View this mes

Re: Incrementally add/remove vertices in GraphX

2014-03-02 Thread Deepak Nulu
Hi Matei, Thanks for the quick response. Is there a plan to support this? Any ticket I can follow? I don't see a GraphX component at https://spark-project.atlassian.net; is there a different bug database for GraphX? Thanks. -deepak -- View this message in context: http://apache-spark-user-l

Incrementally add/remove vertices in GraphX

2014-03-02 Thread Deepak Nulu
Hi, Is there a way to incrementally add/remove vertices in GraphX? I have read the documentation and looked at the API, but I don't see a way to incrementally add/remove vertices in GraphX. Thanks. -deepak -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/

Re: GraphX with UUID vertex IDs instead of Long

2014-02-28 Thread Deepak Nulu
I created an Improvement Issue for this: https://spark-project.atlassian.net/browse/SPARK-1153 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/GraphX-with-UUID-vertex-IDs-instead-of-Long-tp1953p2173.html Sent from the Apache Spark User List mailing list arch