GitHub user maocorte opened a pull request: https://github.com/apache/incubator-zeppelin/pull/632
Add tachyon interpreter ### What is this PR for? Add an interpreter to work with a tachyon file system. Properties required for the interpreter are: * tachyon master hostname * tachyon master port ### What type of PR is it? feature ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-604 ### How should this be tested? * [Install and configure Tachyon](http://tachyon-project.org/downloads/) on a local machine. * run Tachyon in local mode ```$ ./bin/tachyon-start.sh local``` * check that interpreter params are setted to default values (hostname: localhost, port: 19998) * use the [Tachyon CLI commands](http://tachyon-project.org/documentation/Command-Line-Interface.html) to interact with your Tachyon file system ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no /cc @jsimsa for the support he give us to develop this feature You can merge this pull request into a Git repository by running: $ git pull https://github.com/radicalbit/incubator-zeppelin tachyon-interpreter Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/632.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 #632 ---- commit 88f2bcf28321c963274a0d11795f7f15be6779f7 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2015-12-23T14:51:39Z added tachyon interpreter module commit 8a8451487fff93b54e294c642d83daf544c78120 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2015-12-23T14:53:15Z added tachyon interpreter module to main project pom commit b5a4b541b9990b3e2ffd25b0b3d2ac3143803925 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2015-12-23T14:54:10Z added tachyon interpreter to available interpreters list commit 2895a592b5ef5935971c54b5cfb2e99f15859122 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2015-12-23T15:15:01Z updated to code to lastest master version commit b8add661c8b32d9eb6eb85f908f591d5e70de583 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2016-01-11T10:44:28Z using system properties to set tachyon client configuration commit 7c0970947f8cd727a4ea194d97384b951ebe301c Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2016-01-11T10:49:43Z updated code to master branch commit ca64582e6e4c114224d91332be5b9b0c6b54f3d0 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2016-01-12T12:45:06Z code cleanup commit 53011dc544b210994b69bc9f7885fee1e542cf81 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2016-01-13T08:49:38Z Merge branch 'master' into tachyon-interpreter ---- --- 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. ---