zeppelin git commit: ZEPPELIN-3463 pip freeze statsmodel 0.8.0

2018-05-17 Thread zjffdu
Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 1f1b99b69 -> 7b599817b


ZEPPELIN-3463 pip freeze statsmodel 0.8.0

### What is this PR for?
pip freeze statsmodel 0.8.0.   The new version statsmodel 0.9.0 fails to 
install using install_external_dependencies.sh

### What type of PR is it?
Bug Fix

### What is the Jira issue?
* [ZEPPELIN-3463]
* https://issues.apache.org/jira/browse/ZEPPELIN-3463

### How should this be tested?
* sh testing/install_external_dependencies.sh

### Questions:
* Does the licenses files need update?
   No
* Is there breaking changes for older versions?
   No
* Does this needs documentation?
   No

Author: Vi On 

Closes #2969 from vion1/ZEPPELIN-3463 and squashes the following commits:

084cda8c2 [Vi On] ZEPPELIN-3463 pip freeze statsmodel 0.8.0

(cherry picked from commit c037378a06f326aeb83afae0bac2964eb6c73106)
Signed-off-by: Jeff Zhang 


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/7b599817
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/7b599817
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/7b599817

Branch: refs/heads/branch-0.8
Commit: 7b599817bb20cde83deea1701b692982d10de22c
Parents: 1f1b99b
Author: Vi On 
Authored: Tue May 15 16:09:17 2018 -0700
Committer: Jeff Zhang 
Committed: Fri May 18 11:06:23 2018 +0800

--
 testing/install_external_dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/7b599817/testing/install_external_dependencies.sh
--
diff --git a/testing/install_external_dependencies.sh 
b/testing/install_external_dependencies.sh
index d0b0f63..d59f9c1 100755
--- a/testing/install_external_dependencies.sh
+++ b/testing/install_external_dependencies.sh
@@ -46,5 +46,5 @@ if [[ -n "$PYTHON" ]] ; then
   conda info -a
   conda config --add channels conda-forge
   conda install -q matplotlib=2.1.2 pandasql ipython=5.4.1 jupyter_client 
ipykernel matplotlib bokeh=0.12.10
-  pip install -q grpcio ggplot bkzep==0.4.0
+  pip install -q grpcio ggplot bkzep==0.4.0 statsmodels==0.8.0
 fi



zeppelin git commit: ZEPPELIN-3463 pip freeze statsmodel 0.8.0

2018-05-17 Thread zjffdu
Repository: zeppelin
Updated Branches:
  refs/heads/master 2eb084a22 -> c037378a0


ZEPPELIN-3463 pip freeze statsmodel 0.8.0

### What is this PR for?
pip freeze statsmodel 0.8.0.   The new version statsmodel 0.9.0 fails to 
install using install_external_dependencies.sh

### What type of PR is it?
Bug Fix

### What is the Jira issue?
* [ZEPPELIN-3463]
* https://issues.apache.org/jira/browse/ZEPPELIN-3463

### How should this be tested?
* sh testing/install_external_dependencies.sh

### Questions:
* Does the licenses files need update?
   No
* Is there breaking changes for older versions?
   No
* Does this needs documentation?
   No

Author: Vi On 

Closes #2969 from vion1/ZEPPELIN-3463 and squashes the following commits:

084cda8c2 [Vi On] ZEPPELIN-3463 pip freeze statsmodel 0.8.0


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/c037378a
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/c037378a
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/c037378a

Branch: refs/heads/master
Commit: c037378a06f326aeb83afae0bac2964eb6c73106
Parents: 2eb084a
Author: Vi On 
Authored: Tue May 15 16:09:17 2018 -0700
Committer: Jeff Zhang 
Committed: Fri May 18 11:06:09 2018 +0800

--
 testing/install_external_dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/c037378a/testing/install_external_dependencies.sh
--
diff --git a/testing/install_external_dependencies.sh 
b/testing/install_external_dependencies.sh
index d0b0f63..d59f9c1 100755
--- a/testing/install_external_dependencies.sh
+++ b/testing/install_external_dependencies.sh
@@ -46,5 +46,5 @@ if [[ -n "$PYTHON" ]] ; then
   conda info -a
   conda config --add channels conda-forge
   conda install -q matplotlib=2.1.2 pandasql ipython=5.4.1 jupyter_client 
ipykernel matplotlib bokeh=0.12.10
-  pip install -q grpcio ggplot bkzep==0.4.0
+  pip install -q grpcio ggplot bkzep==0.4.0 statsmodels==0.8.0
 fi