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 5908935f7571c63fe2ac49ade7f7830c0220e7b0 Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-05-25T17:52:46Z Scalding interpreter that works in hdfs mode commit 0e43d002d5c1c02355b462ccc946378e2acd945e 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 commit 9060073c8dd81003a824e53de4bcb576b9c1a40d Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-06-03T17:58:26Z Move ZeppelinScaldingShell to org.apache.zeppelin.scalding, use java 1.8, scala 2.11 commit a84ea3e3f59bd60dae44e7a7845afcffe75d41de Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-06-03T18:21:27Z Use oraclejdk8 in travis.yml commit 301f1267b35af7410cfa5496dd5f186a391e0b14 Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-06-03T20:35:59Z Change scalding.version to 0.16.1-RC1 commit d2052caf8615ff8f3a28dd94e1c8ab5bcbcbd6c4 Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-06-03T21:29:12Z Re-add http://maven.twttr.com repository to resolve com.hadoop.gplcompression:hadoop-lzo:jar:0.4.19 dependency commit 44e5702bff55c669a80c7644124ca18473de7c2e Author: Prasad Wagle <pwa...@twitter.com> Date: 2016-06-03T21:57:38Z Fix checkstyle error ---- --- 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. ---