[ https://issues.apache.org/jira/browse/SPARK-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336677#comment-14336677 ]
Takeshi Yamamuro commented on SPARK-5940: ----------------------------------------- I made a quick fix as follows; https://github.com/maropu/spark/commit/3c55be83f48e4be5baf3e58ca49850c6cb48df12 Loaders for multiple formats (e.g., RDF and others) are implemented in graphx/impl. > Graph Loader: refactor + add more formats > ----------------------------------------- > > Key: SPARK-5940 > URL: https://issues.apache.org/jira/browse/SPARK-5940 > Project: Spark > Issue Type: New Feature > Components: GraphX > Reporter: lukovnikov > Priority: Minor > > Currently, the only graph loader is GraphLoader.edgeListFile. [SPARK-5280] > adds a RDF graph loader. > However, as Takeshi Yamamuro suggested on github [SPARK-5280], > https://github.com/apache/spark/pull/4650, it might be interesting to make > GraphLoader an interface with several implementations for different formats. > And maybe it's good to make a façade graph loader that provides a unified > interface to all loaders. -- 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