Github user rvesse commented on the pull request:

    https://github.com/apache/spark/pull/4650#issuecomment-121210915
  
    A Spark plugin seems like a much better approach, I've done some 
experimentation on a plugin for this which seems like a much cleaner and 
lightweight approach though I have no idea if it will ever be open sourced (it 
is work for my employer) or move beyond the experimentation stage.
    
    I would strongly suggest looking at leveraging existing libraries like 
[Apache Jena](http://jena.apache.org) to do a lot of the work for you and avoid 
having to implement your own RDF parsers.  Personally I am using the [Apache 
Jena Elephas](http://jena.apache.org/documentation/hadoop/) modules for this 
since the Hadoop Input formats can simply be used by Spark.  (*Disclaimer* - I 
am a committer on Apache Jena and the main contributor to the Elephas modules)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to