dongjoon-hyun commented on a change in pull request #30451:
URL: https://github.com/apache/spark/pull/30451#discussion_r528216791
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
##########
@@ -103,6 +103,7 @@ package object client {
// Since HIVE-14496, Hive materialized view need calcite-core.
// For spark, only VersionsSuite currently creates a hive materialized
view for testing.
case object v2_3 extends HiveVersion("2.3.7",
+ extraDeps = Seq("org.apache.zookeeper:zookeeper:3.4.6"),
Review comment:
I agree that it's weird. Maybe, could you try this `Spark Shell`? If we
starts without local caches (Maven/Ivy), I guess `Spark Shell` will fail with
the same reason.
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala
##########
@@ -103,6 +103,7 @@ package object client {
// Since HIVE-14496, Hive materialized view need calcite-core.
// For spark, only VersionsSuite currently creates a hive materialized
view for testing.
case object v2_3 extends HiveVersion("2.3.7",
+ extraDeps = Seq("org.apache.zookeeper:zookeeper:3.4.6"),
Review comment:
I agree with you that it's weird. Maybe, could you try this `Spark
Shell`? If we starts without local caches (Maven/Ivy), I guess `Spark Shell`
will fail with the same reason.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]