cxzl25 commented on code in PR #3847:
URL: https://github.com/apache/incubator-kyuubi/pull/3847#discussion_r1031982510


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/package.scala:
##########
@@ -30,7 +30,8 @@ package object kyuubi {
     if (buildFileStream == null) {
       throw new KyuubiException(s"Can not load the core build file: 
$buildFile, if you meet " +
         s"this exception when running unit tests " +
-        s"please make sure you have run the `mvn package` or `mvn 
generate-resources` command.")
+        s"please make sure you have run the `mvn package` or " +
+        s"`mvn antrun:run@build-info -pl kyuubi-common` command.")

Review Comment:
   ```
   Caused by: org.apache.kyuubi.KyuubiException: Can not load the core build 
file: kyuubi-version-info.properties, if you meet this exception when running 
unit tests please make sure you have run the `mvn package` or `mvn 
antrun:run@build-info -pl kyuubi-common` command.
        at org.apache.kyuubi.package$BuildInfo$.<init>(package.scala:31)
        at org.apache.kyuubi.package$BuildInfo$.<clinit>(package.scala)
   ```



-- 
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]

Reply via email to