remove org.apache.spark.sql.hive.HiveSharedState class check#1856
remove org.apache.spark.sql.hive.HiveSharedState class check#1856lichenglin wants to merge 2 commits intoapache:masterfrom
Conversation
remove org.apache.spark.sql.hive.HiveSharedState class check . Because this class has been removed from spark since 2.1.0 https://issues.apache.org/jira/browse/ZEPPELIN-1909
make hive enable under spark 2.1.0
|
looks good, why doesn't CI tests for Spark 2.1 fails for this? |
|
would be great to understand why it worked before, but might merge this fix first. |
|
I don't know either,It fails with spark 1.6.1. |
|
I don't think we need to check for all 3 classes, so I believe this fix is good. to trigger test, close this PR and reopen it. |
|
e... I think we'd better reopen the PR and build once more. |
|
it's only the python2 + spark 1.6 profile. It ran fine with the other spark 1.6 profile so I think we are good. |
### What is this PR for? remove org.apache.spark.sql.hive.HiveSharedState class check because it has been removed since spark 2.1.x ### What type of PR is it? [Bug Fix ] ### What is the Jira issue? [ZEPPELIN-1909](https://issues.apache.org/jira/browse/ZEPPELIN-1909) Author: lichenglin <[email protected]> Closes apache#1856 from lichenglin/master and squashes the following commits: 60c3c04 [lichenglin] Merge pull request apache#1 from lichenglin/lichenglin-patch-1 3f90485 [lichenglin] make hive enable under spark 2.1.0
What is this PR for?
remove org.apache.spark.sql.hive.HiveSharedState class check
because it has been removed since spark 2.1.x
What type of PR is it?
[Bug Fix ]
What is the Jira issue?
ZEPPELIN-1909