GitHub user prasadwagle reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/917
[ZEPPELIN-840] Scalding interpreter that works in hdfs mode ### What is this PR for? Scalding interpreter that works in hdfs mode ### What type of PR is it? Improvement ### Todos * [ ] - Update documentation. ### What is the Jira issue? [ZEPPELIN-840](https://issues.apache.org/jira/browse/ZEPPELIN-840) ### How should this be tested? 1. The remote interpreter has to be run in on a system with Hadoop libraries. 1. Run "%scalding mode" and verify that it is Hdfs 1. Run command that create map-reduce job. For example, "TypedPipe.from(TextLine("/user/pwagle/testfile")).filter(x => x == "a").toList" ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes You can merge this pull request into a Git repository by running: $ git pull https://github.com/prasadwagle/incubator-zeppelin ZEPPELIN-840 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/917.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 #917 ---- commit 4777ed9fed4d58d4d539cc162e44e731f4b0cde4 Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-05-25T17:52:46Z Scalding interpreter that works in hdfs mode commit cc11c25a9fccc73ac74cd292a53eda04a05cda26 Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-05-25T19:25:17Z Add http://maven.twttr.com repository to resolve com.hadoop.gplcompression:hadoop-lzo:jar:0.4.19 dependency ---- --- 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. ---