[ https://issues.apache.org/jira/browse/SPARK-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304070#comment-14304070 ]
lukovnikov edited comment on SPARK-5280 at 2/3/15 11:27 PM: ------------------------------------------------------------ started working on it: https://github.com/lukovnikov/spark/blob/rdfloader/graphx/src/main/scala/org/apache/spark/graphx/loaders/RDFLoader.scala and https://github.com/lukovnikov/spark/blob/rdfloaderhash/graphx/src/main/scala/org/apache/spark/graphx/loaders/RDFLoader.scala The second one computes hashes for VertexIds instead of building a whole dictionary of the whole RDF input and broadcasting it as the first one does. was (Author: lukovnikov): started working on it: https://github.com/lukovnikov/spark/blob/rdfloader/graphx/src/main/scala/org/apache/spark/graphx/loaders/RDFLoader.scala > Import RDF graphs into GraphX > ----------------------------- > > Key: SPARK-5280 > URL: https://issues.apache.org/jira/browse/SPARK-5280 > Project: Spark > Issue Type: New Feature > Components: GraphX > Reporter: lukovnikov > > RDF (Resource Description Framework) models knowledge in a graph and is > heavily used on the Semantic Web and beyond. > GraphX should include a way to import RDF data easily. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org