zeppelin git commit: [ZEPPELIN-525] Test failing in zeppelin-interpreter

2017-01-29 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master e763b3bf3 -> 65e1d3645 [ZEPPELIN-525] Test failing in zeppelin-interpreter `RemoteSchedulerTest.test` was fall when CPU switched `RemoteScheduler` execution (which executes a job in a separate thread) back to test main thread execution

zeppelin git commit: [ZEPPELIN-1821] Add HTTP client to elasticsearch interpreter

2017-01-29 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 940a8b7d3 -> e763b3bf3 [ZEPPELIN-1821] Add HTTP client to elasticsearch interpreter ### What is this PR for? Add HTTP client to elasticsearch interpreter. ### What type of PR is it? Feature ### Todos * [X] - Source code * [X] - Tests *