Guest User

Untitled

a guest
Apr 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. edges.registerTempTable("edge_list")
  2. vertice_df = spark.sql("SELECT distinct src as id from edge_list UNION SELECT distinct dst as id from edge_list")
Add Comment
Please, Sign In to add comment