[GitHub] [hudi] yihua commented on a diff in pull request #6631: [HUDI-4810] Fixing Hudi bundles requiring log4j2 on the classpath

2022-09-09 Thread GitBox


yihua commented on code in PR #6631:
URL: https://github.com/apache/hudi/pull/6631#discussion_r967550539


##
hudi-client/hudi-flink-client/pom.xml:
##
@@ -35,7 +35,21 @@
 
 
 
-
+
+
+  org.apache.logging.log4j
+  log4j-1.2-api
+
+
+  org.apache.logging.log4j
+  log4j-slf4j-impl
+
+
+  org.slf4j
+  slf4j-api
+

Review Comment:
   This will be addressed in [another 
PR](https://github.com/apache/hudi/pull/6550) to save CI resource.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] yihua commented on a diff in pull request #6631: [HUDI-4810] Fixing Hudi bundles requiring log4j2 on the classpath

2022-09-09 Thread GitBox


yihua commented on code in PR #6631:
URL: https://github.com/apache/hudi/pull/6631#discussion_r967538302


##
hudi-aws/pom.xml:
##
@@ -34,6 +34,12 @@
 
 
 
+
+
+org.apache.logging.log4j
+log4j-1.2-api
+

Review Comment:
   Makes sense.  I noticed that later.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] yihua commented on a diff in pull request #6631: [HUDI-4810] Fixing Hudi bundles requiring log4j2 on the classpath

2022-09-09 Thread GitBox


yihua commented on code in PR #6631:
URL: https://github.com/apache/hudi/pull/6631#discussion_r967525721


##
hudi-cli/pom.xml:
##
@@ -139,6 +139,12 @@
   ${scala.version}
 
 
+
+
+  org.apache.logging.log4j
+  log4j-1.2-api
+

Review Comment:
   Similar here and in other modules. 



##
hudi-aws/pom.xml:
##
@@ -34,6 +34,12 @@
 
 
 
+
+
+org.apache.logging.log4j
+log4j-1.2-api
+

Review Comment:
   Should this already be included as a transitive dependency, introduced by 
`hudi-common` module?



##
hudi-client/hudi-flink-client/pom.xml:
##
@@ -35,7 +35,21 @@
 
 
 
-
+
+
+  org.apache.logging.log4j
+  log4j-1.2-api
+
+
+  org.apache.logging.log4j
+  log4j-slf4j-impl
+
+
+  org.slf4j
+  slf4j-api
+

Review Comment:
   nit: Indentation is off?



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org