Austin Solomon Dsouza created DRILL-4115:
--------------------------------------------
Summary: Create a sparkRDD from Drill
Key: DRILL-4115
URL: https://issues.apache.org/jira/browse/DRILL-4115
Project: Apache Drill
Issue Type: Improvement
Components: Functions - Drill, Query Planning & Optimization
Affects Versions: 1.2.0
Reporter: Austin Solomon Dsouza
I was trying to integrate Apache Spark with Drill, when i searched on net i
found some article on Drill/Spark Integration
https://drill.apache.org/blog/2014/12/16/whats-coming-in-2015/
by creating an RDD by the following command
val result = sc.drillRDD("SELECT * FROM dfs.root.`path/to/logs` l,
mongo.mydb.users u WHERE l.user_id = u.id GROUP BY ...")
is this method has been implemented yet or not, if not is their any other work
around.
Thanks,
Austin
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)