skywalker0618 commented on code in PR #19330:
URL: https://github.com/apache/hudi/pull/19330#discussion_r3627623347


##########
packaging/hudi-flink-bundle/pom.xml:
##########
@@ -651,6 +651,121 @@
           <scope>${flink.bundle.hive.scope}</scope>
         </dependency>
       </dependencies>
+      <build>

Review Comment:
   When I tried to apply to hive1 as well, I found this profile is already 
broken on master (without any changes):
   
   [INFO] BUILD FAILURE
   [ERROR] Failed to execute goal on project hudi-flink1.18-bundle: Could not 
resolve dependencies ...
   [ERROR] dependency: eigenbase:eigenbase-properties:jar:1.1.4 (compile)
   [ERROR]      eigenbase:eigenbase-properties:jar:1.1.4 was not found in 
http://artifacts.uberinternal.com/artifactory/repo/ ...
   [ERROR] dependency: org.apache.hive:hive-jdbc:jar:1.1.0 (compile)
   [ERROR]      Could not transfer artifact org.apache.hive:hive-jdbc:jar:1.1.0 
... status code: 403, reason phrase: Forbidden (403)
   [ERROR] -> [Help 1] DependencyResolutionException
   
   In this case it's hard to verify the shading correctness on hive1 until we 
fix the existing issue. Can leave this as a future bug fix?



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