leosanqing commented on code in PR #9297:
URL: https://github.com/apache/hudi/pull/9297#discussion_r1290962462


##########
hudi-sync/hudi-hive-sync/pom.xml:
##########
@@ -200,6 +200,9 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <skip>false</skip>
+        </configuration>

Review Comment:
   > Weird, I can not reproduce it, maybe it is because of your local mvn 
repository env.
   
   hello, I also encountered this problem. when I use this command to compile 
project.  
   `mvn clean install -DskipTests -Dscala-2.12 -Dspark3.2 
-Dmaven.test.skip=true -Dcheckstyle.skip=true -Dflink1.16 -Drat.skip=true`
   
   `[ERROR] Failed to execute goal on project hudi-utilities_2.12: Could not 
resolve dependencies for project 
org.apache.hudi:hudi-utilities_2.12:jar:0.15.0-SNAPSHOT: 
org.apache.hudi:hudi-hive-sync:jar:tests:0.15.0-SNAPSHOT was not found in 
https://packages.confluent.io/maven/ during a previous attempt. This failure 
was cached in the local repository and resolution is not reattempted until the 
update interval of confluent has elapsed or updates are forced -> [Help 1]
   `
   
   This test jar, I don't know how to generate it.
   
   



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

Reply via email to