The recommended testing command is `build/mvn clean install test`. The `install` is required because some moudules depend on the shaded jar of one module, it's the limitation of Maven I think.
Thanks, Cheng Pan On Sun, Sep 4, 2022 at 9:35 AM Willem Jiang <willem.ji...@gmail.com> wrote: > > I tried to build the kit with "mvn clean install -DskipTests=true" > with JDK 1.8.0 without any issues. > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Sat, Sep 3, 2022 at 10:58 PM 张铎(Duo Zhang) <palomino...@gmail.com> wrote: > > > > I got this error when trying to run 'mvn test' locally, my jdk version is > > 8u292 > > > > [INFO] compiling 28 Scala sources to > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/target/scala-2.12/test-classes > > ... > > [ERROR] > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:25: > > object hive is not a member of package org.apache.kyuubi.jdbc > > [ERROR] > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:43: > > not found: type KyuubiHiveDriver > > [ERROR] > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:75: > > not found: type KyuubiDriver > > [ERROR] > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:92: > > not found: type KyuubiHiveDriver > > [ERROR] > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:94: > > not found: type KyuubiStatement > > [ERROR] > > /home/zhangduo/kyuubi/1.6.0-rc1/apache-kyuubi-1.6.0-incubating-source/externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/jdbc/KyuubiHiveDriverSuite.scala:107: > > not found: type KyuubiHiveDriver > > [ERROR] 6 errors found > > > > Seems like a compilation error on scala? > > > > Cheng Pan <pan3...@gmail.com> 于2022年9月3日周六 13:39写道: > > > > > > Thanks @casion, we have removed the outdated release from svn, and > > > will use the apache list link in the future release. > > > > > > Thanks, > > > Cheng Pan > > > > > > On Sat, Sep 3, 2022 at 12:55 PM cas...@apache.org <cas...@apache.org> > > > wrote: > > > > > > > > +1(non-binding) > > > > > > > > I checked: > > > > > > > > 1. All download links are valid > > > > 2. Checksum and signature are OK > > > > 3. LICENSE and NOTICE are existed > > > > > > > > I personally think the mail thread view url page presented by pony mail > > > > is > > > > better, as you used in the dev vote results[1] > > > > Need to pay attention, PPMC members have formal binding votes for dev@ > > > > and > > > > IPMC members have formal binding votes for @incubator > > > > By the way, old versions of dist/release[2] should be removed shortly > > > > after > > > > the next version. > > > > > > > > [1] https://lists.apache.org/thread/186gs8kg95f2mz6v252nphszogh4z15d > > > > [2] https://dist.apache.org/repos/dist/release/incubator/kyuubi/ > > > > > > > > Best Regards! > > > > Chen Xia > > > > > > > > > > > > Nicholas <programg...@163.com> 于2022年9月2日周五 00:15写道: > > > > > > > > > Hello Incubator Community, > > > > > > > > > > > > > > > The Apache Kyuubi community has voted on and approved a proposal to > > > > > release > > > > > Apache Kyuubi(Incubating) version v1.6.0-incubating rc1. > > > > > > > > > > > > > > > We now kindly request the Incubator PMC members review and vote on > > > > > this > > > > > incubator release. > > > > > > > > > > > > > > > Kyuubi community vote thread: > > > > > https://www.mail-archive.com/dev@kyuubi.apache.org/msg02565.html > > > > > > > > > > > > > > > Vote result thread: > > > > > https://www.mail-archive.com/dev@kyuubi.apache.org/msg02585.html > > > > > > > > > > > > > > > [ ] +1 Release this package as Apache Kyuubi v1.6.0-incubating > > > > > [ ] +0 > > > > > [ ] -1 Do not release this package because ... > > > > > > > > > > > > > > > To learn more about Apache Kyuubi (Incubating), please see > > > > > https://kyuubi.apache.org/ > > > > > > > > > > > > > > > The tag to be voted on is v1.6.0-incubating-rc1 (commit > > > > > 83118a514612a85b2df35a9aa3d42d75fd27aa36): > > > > > https://github.com/apache/incubator-kyuubi/tree/v1.6.0-incubating-rc1 > > > > > > > > > > > > > > > The release files, including signatures, digests, etc. can be found > > > > > at: > > > > > > > > > > https://dist.apache.org/repos/dist/dev/incubator/kyuubi/v1.6.0-incubating-rc1/ > > > > > > > > > > > > > > > Signatures used for Kyuubi RCs can be found in this file: > > > > > https://downloads.apache.org/incubator/kyuubi/KEYS > > > > > > > > > > > > > > > The staging repository for this release can be found at: > > > > > https://repository.apache.org/content/repositories/orgapachekyuubi-1022/ > > > > > > > > > > > > > > > The commit list since the rc0: > > > > > > > > > > https://github.com/apache/incubator-kyuubi/compare/v1.6.0-incubating-rc0...v1.6.0-incubating-rc1 > > > > > > > > > > > > > > > The change log is available in: > > > > > > > > > > https://github.com/apache/incubator-kyuubi/compare/v1.5.2-incubating...v1.6.0-incubating-rc1 > > > > > and the copy is shipped with source tarball as well, under > > > > > `docs/changelog/`. > > > > > > > > > > > > > > > Thanks, > > > > > On behalf of Apache Kyuubi(Incubating) community > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > > For additional commands, e-mail: general-h...@incubator.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For additional commands, e-mail: general-h...@incubator.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org