标签: apache-spark spark-graphx
我是Spark的新手,我想做的是创建一个连接seller和device的图表,device是String,当我在创建Edge时,我必须提供一个VertexId,如何从VertexId生成VertexProperty in spark
seller
device
String
Edge
VertexId
VertexProperty