Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spark GraphX Runtime Query

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

like image 689
user2612462 Avatar asked Aug 06 '26 13:08

user2612462


1 Answers

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

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

like image 99
Sangeen Khan Avatar answered Aug 09 '26 12:08

Sangeen Khan