Re: Re: GraphFrame not init vertices when load edges

2016-12-18 Thread zjp_j...@163.com
2:57 To: zjp_j...@163.com; user Subject: Re: GraphFrame not init vertices when load edges Or this is a better link: http://graphframes.github.io/quick-start.html _ From: Felix Cheung Sent: Sunday, December 18, 2016 8:46 PM Subject: Re: GraphFrame not init vertices w

Re: GraphFrame not init vertices when load edges

2016-12-18 Thread Felix Cheung
: GraphFrame not init vertices when load edges I'm sorry, i didn't expressed clearly. Reference to the following Blod Underlined text. cite from http://spark.apache.org/docs/latest/graphx-programming-guide.html " GraphLoader.edgeListFile<http://spark.apache.org/docs/latest/ap

Re: GraphFrame not init vertices when load edges

2016-12-18 Thread Felix Cheung
Or this is a better link: http://graphframes.github.io/quick-start.html _ From: Felix Cheung mailto:felixcheun...@hotmail.com>> Sent: Sunday, December 18, 2016 8:46 PM Subject: Re: GraphFrame not init vertices when load edges To: mailto:zjp_j...@163.com&g

Re: GraphFrame not init vertices when load edges

2016-12-18 Thread Felix Cheung
not init vertices when load edges Hi, I fond GraphFrame when create edges not init vertiecs by default, has any plan about it or better ways? Thanks val e = sqlContext.createDataFrame(List( ("a", "b", "friend"), ("b", "c", "follow&q

GraphFrame not init vertices when load edges

2016-12-18 Thread zjp_j...@163.com
Hi, I fond GraphFrame when create edges not init vertiecs by default, has any plan about it or better ways? Thanks val e = sqlContext.createDataFrame(List( ("a", "b", "friend"), ("b", "c", "follow"), ("c", "b", "follow"), ("f", "c", "follow"), ("e", "f", "follow"), ("e", "d", "friend