We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1d411 commit 61147e6Copy full SHA for 61147e6
repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala
@@ -1028,7 +1028,7 @@ class SparkILoop(
1028
logInfo("Created sql context (with Hive support)..")
1029
}
1030
catch {
1031
- case cnf: java.lang.ClassNotFoundException =>
+ case _: java.lang.ClassNotFoundException | _: java.lang.NoClassDefFoundError =>
1032
sqlContext = new SQLContext(sparkContext)
1033
logInfo("Created sql context..")
1034
0 commit comments