GitHub user maocorte opened a pull request: https://github.com/apache/incubator-zeppelin/pull/750
[ZEPPELIN-701] - Upgrade Tachyon Interpreter to Alluxio Interpreter ### What is this PR for? Upgrading existing Tachyon interpreter to Alluxio interpreter. ### What type of PR is it? improvement ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-701 ### How should this be tested? * [Install and configure Alluxio](http://www.alluxio.org/downloads/) on a local machine. * run Alluxio in local mode ```$ ./bin/alluxio-start.sh local``` * check that interpreter params are setted to default values (hostname: localhost, port: 19998) * use the [Alluxio CLI commands](http://www.alluxio.org/documentation/v1.0.0/en/Command-Line-Interface.html) to interact with your Alluxio file system ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/radicalbit/incubator-zeppelin 701-alluxio-interpreter Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/750.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 #750 ---- commit 42b188427570af362509d5132d75a69227716ece Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2016-02-25T20:15:59Z update tachyon interpreter to alluxio interpreter commit 3871541b5d8cdf2d7ae7aec5fd121d47efa8d0b7 Author: maocorte <mauro.cortella...@radicalbit.io> Date: 2016-02-26T22:16:45Z refactor on tests ---- --- 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. ---