mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-2377. Hive Support can not be enabled in spark master
This commit is contained in:
parent
495be1ede1
commit
d16196ba42
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ public class SparkInterpreter extends Interpreter {
|
|||
*/
|
||||
private boolean hiveClassesArePresent() {
|
||||
try {
|
||||
this.getClass().forName("org.apache.spark.sql.hive.HiveSessionState");
|
||||
this.getClass().forName("org.apache.spark.sql.hive.execution.InsertIntoHiveTable");
|
||||
this.getClass().forName("org.apache.hadoop.hive.conf.HiveConf");
|
||||
return true;
|
||||
} catch (ClassNotFoundException | NoClassDefFoundError e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue