zeppelin git commit: [ZEPPELIN-2080] Fix null column parse issue in KylinInterpreter

2017-02-18 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master bd3b05316 -> 09b75c86c [ZEPPELIN-2080] Fix null column parse issue in KylinInterpreter ### What is this PR for? KylinInterpreter use regex pattern "\"results\":\\[\\[\"(.*?)\"]]" to extract the result, but if the last column is null,

zeppelin git commit: [ZEPPELIN-2123] [WEBSITE] Add setting up travis in the contribution guide

2017-02-18 Thread moon
Repository: zeppelin Updated Branches: refs/heads/gh-pages fae975d1a -> a9d94a96c [ZEPPELIN-2123] [WEBSITE] Add setting up travis in the contribution guide ### What is this PR for? Add setting up travis ci in the contribution guide ### What type of PR is it? Documentation ### Todos * [x] -

zeppelin git commit: [MINOR] Improve travis_check.py script

2017-02-18 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 03cdbe313 -> cbe2ef4f9 [MINOR] Improve travis_check.py script ### What is this PR for? Now travis_check.py script ran by Jenkins in each pullrequest. In Jenkins output console, outputs are displayed after script return. This small patch

zeppelin git commit: [ZEPPELIN-2120] Flaky Test: NotebookTest.testRunAll

2017-02-18 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master cbe2ef4f9 -> bd3b05316 [ZEPPELIN-2120] Flaky Test: NotebookTest.testRunAll ### What is this PR for? Fix Flaky test NotebookTest.testRunAll ### What type of PR is it? Bug Fix ### Todos * [x] - Fix flaky test ### What is the Jira

svn commit: r1783607 - /zeppelin/site/contribution/contributions.html

2017-02-18 Thread moon
Author: moon Date: Sun Feb 19 03:00:22 2017 New Revision: 1783607 URL: http://svn.apache.org/viewvc?rev=1783607=rev Log: ZEPPELIN-2123 Modified: zeppelin/site/contribution/contributions.html Modified: zeppelin/site/contribution/contributions.html URL:

zeppelin git commit: [ZEPPELIN-2129] [HOTFIX] Flaky test - PySparkInterpreterTest

2017-02-18 Thread moon
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 86d18979e -> efe2a944c [ZEPPELIN-2129] [HOTFIX] Flaky test - PySparkInterpreterTest ### What is this PR for? testing/install_external_dependencies.sh installs latest version of miniconda for python/pyspark testing. It looks like