empcl commented on code in PR #9297:
URL: https://github.com/apache/hudi/pull/9297#discussion_r1277018539
##########
hudi-sync/hudi-hive-sync/pom.xml:
##########
@@ -200,6 +200,9 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
Review Comment:
Hello,when I compiled the hudi project, there was a dependency issue where I
couldn't find it.
mvn clean package -Dmaven.test.skip=true -Dcheckstyle.skip=true
-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.14.0-SNAPSHOT: Could not find
artifact org.apache.hudi:hudi-hive-sync:jar:tests:0.14.0-SNAPSHOT in confluent
(https://packages.confluent.io/maven/) -> [Help 1]
##########
hudi-sync/hudi-hive-sync/pom.xml:
##########
@@ -200,6 +200,9 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
Review Comment:
Hello,when I compiled the hudi project, there was a dependency issue where I
couldn't find it.
mvn clean package -Dmaven.test.skip=true -Dcheckstyle.skip=true
-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.14.0-SNAPSHOT: Could not find
artifact org.apache.hudi:hudi-hive-sync:jar:tests:0.14.0-SNAPSHOT in confluent
(https://packages.confluent.io/maven/) -> [Help 1]
--
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]