3

Is it possible to query GraphX at runtime? Or must these queries be compiled and deployed?

If so, is there anything out there that would be the equivalent of Cypher for GraphX?

Thank you

stephen mallette
  • 45,298
  • 5
  • 67
  • 135
user2612462
  • 143
  • 1
  • 6

1 Answers1

1

yes , it is possible but you have to see the spark Documentation

http://spark.apache.org/screencasts/2-spark-documentation-overview.html

Sangeen Khan
  • 175
  • 1
  • 20
  • Note that [link-only answers](http://meta.stackoverflow.com/tags/link-only-answers/info) are discouraged, SO answers should be the end-point of a search for a solution (vs. yet another stopover of references, which tend to get stale over time). Please consider adding a stand-alone synopsis here, keeping the link as a reference. – kleopatra Sep 09 '15 at 09:18