GitHub user pfcurtis opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/110
MapR 4 Profile corrected, Added Apache Drill Interpreter
* Corrected the "mapr4" profile to correctly pull the Maven artifacts from
the MapR Maven repository. Added the MapR Maven repo to the POM.
* Added an Apache Drill interpreter. This interpreter **requires** the
builder to obtain the Apache Drill JDBC and add it to their local Maven
repository prior to building. This will incorporate the Drill JDBC driver into
the build-dist profile
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pfcurtis/incubator-zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/110.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #110
----
commit b478e34f5f34d25b8ea925bbf0edfaad42cf58f3
Author: Paul Curtis <[email protected]>
Date: 2015-06-03T13:53:47Z
Added MapR Release information for building Zeppelin for a MapR Hadoop
cluster.
commit 9f99d89a74ca11d5544eed7d9303fc07befe8053
Author: Paul Curtis <[email protected]>
Date: 2015-06-18T19:25:01Z
Merge remote branch 'upstream/master'
Conflicts:
pom.xml
commit 680e3fa7881bf147773ba6b7b177b7caf9c41fe2
Author: Paul Curtis <[email protected]>
Date: 2015-06-18T19:30:28Z
Updated the MapR4 profile in the spark/pom.xml
commit f0bb85638980338a66c528677a15727b43f4f8ed
Author: Paul Curtis <[email protected]>
Date: 2015-06-18T20:10:42Z
Initial commit of Drill Interpreter. This is built on the Hive JDBC
Interpreter code
commit cfac4e2f37c67c8a3363e7e7e879423931b9a72e
Author: Paul Curtis <[email protected]>
Date: 2015-06-19T11:00:02Z
Added Apache Drill interpreter. The Drill JDBC driver is not in any Maven
repo, so it must
be add to the local repo before building like so:
mvn install:install-file
-Dfile=<absolute_path_to_jdbc_jar>/drill-jdbc-all-1.0.0-mapr-r1.jar
-DgroupId=org.apache.drill -DartifactId=drill-jdbc-all -Dversion=1.0.0-mapr-r1
-Dpackaging=jar
commit 43db2f4435653089825f035da149f66ce9669cee
Author: Paul Curtis <[email protected]>
Date: 2015-06-19T13:07:21Z
Added spark dependancy
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---