pan3793 commented on code in PR #3471:
URL: https://github.com/apache/incubator-kyuubi/pull/3471#discussion_r967809549
##########
pom.xml:
##########
@@ -2206,6 +2208,7 @@
</repositories>
<properties>
<spark.version>3.4.0-SNAPSHOT</spark.version>
+
<spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
Review Comment:
The daily testing does not trigger `externals/kyuubi-download`
```
./build/mvn clean install -Pspark-master -pl
externals/kyuubi-spark-sql-engine -am -Dmaven.javadoc.skip=true -V
```
```
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Kyuubi Project Parent
[pom]
[INFO] Kyuubi Project Common
[jar]
[INFO] Kyuubi Project Embedded Zookeeper
[jar]
[INFO] Kyuubi Project High Availability
[jar]
[INFO] Kyuubi Project Events
[jar]
[INFO] Kyuubi Project Hive JDBC Client
[jar]
[INFO] Kyuubi Project Hive JDBC Shaded Client
[jar]
[INFO] Kyuubi Project Engine Spark SQL
[jar]
[INFO]
[INFO] ------------------< org.apache.kyuubi:kyuubi-parent
>-------------------
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]