How to create a simple spark graphframe using java?

后端 未结 4 1557
你的背包
你的背包 2021-01-01 06:35

Basically I am a java developer & now I got a chance to work on Spark & I gone through basics of the Spark api like what is SparkConfig, SparkContaxt, RDD, SQLContax

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 07:04

    To fix GraphFrame constructor issue try:

    GraphFrame gf = GraphFrame.apply(verDF, edgeDF);

提交回复
热议问题