GitHub user Leemoonsoo opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/78
[ZEPPELIN-63] add interpreter for Apache Ignite
Currently it is very early stage of implementation.
My idea is implementing 2 interpreter for ignite,
* [ ] IgniteInterpreter - Let user use ignite API (scala) by embedding
scala compiler.
* [ ] IgniteSqlInterpreter - use JDBC driver to make sql query
While IgniteSqlInterpreter can be simply implemented using JDBC driver, i'd
like to work on IgniteSqlInterpreter first and than work on IgniteInterpreter.
Work in progress ..
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Leemoonsoo/incubator-zeppelin ignite
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/78.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 #78
----
commit 10654215bdf0cf52a06887aca8a8c4cd38eeee37
Author: Lee moon soo <[email protected]>
Date: 2015-05-23T08:25:30Z
add interpreter for Apache Ignite
----
---
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.
---