zeppelin git commit: ZEPPELIN-2268. Adding png and jpg support for helium module imports.

2017-05-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 15ecbb49d -> 246c3d026 ZEPPELIN-2268. Adding png and jpg support for helium module imports. ### What is this PR for? To allow helium modules to import CSS that contains references to png or jpg images. ### What type of PR is it? Improv

zeppelin git commit: [ZEPPELIN-2467] Restoring second travis job functionality

2017-05-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master fb80bf7dd -> 15ecbb49d [ZEPPELIN-2467] Restoring second travis job functionality ### What is this PR for? Second travis job didn't work correctly. It suppose to test all core unit tests plus integration test (except for spark related te

zeppelin git commit: [ZEPPELIN-2382] Fixed windows compatibility of interpreter binding.

2017-05-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 08c1c9fe9 -> 2ec379ff6 [ZEPPELIN-2382] Fixed windows compatibility of interpreter binding. ### What is this PR for? Fixing ZEPPELIN-2382: A fresh install of Zeppelin 0.7.1 failed to start on a Windows due to the use of [getPosixFi

zeppelin git commit: [ZEPPELIN-2382] Fixed windows compatibility of interpreter binding.

2017-05-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master e90280177 -> fb80bf7dd [ZEPPELIN-2382] Fixed windows compatibility of interpreter binding. ### What is this PR for? Fixing ZEPPELIN-2382: A fresh install of Zeppelin 0.7.1 failed to start on a Windows due to the use of [getPosixFilePe

zeppelin git commit: [ZEPPELIN-2492] Use single Dockerfile for each tag

2017-05-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master d9c4a5f0b -> e90280177 [ZEPPELIN-2492] Use single Dockerfile for each tag ### What is this PR for? Use single `Dockerfile` for each release since [apache infra uses tag pushes](https://issues.apache.org/jira/browse/INFRA-12781) to buil

[3/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java -- diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppe

[2/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java -- diff --git a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpre

[1/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 8e96d8bd7 -> d9c4a5f0b http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java

[4/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
[MINOR] Move remoteinterpreter into zengine ### What is this PR for? RemoteInterpreter is only used in the server side then zeppelin-interpreter doesn't have to include this class. Moving this class helps to reduce interpreter binary size and change RemoteInterpreter without adding more depende