You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/31 16:50:12 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #1990: [HUDI-1199]: relocated jetty in hudi-utilities-bundle pom

vinothchandar commented on a change in pull request #1990:
URL: https://github.com/apache/hudi/pull/1990#discussion_r480256859



##########
File path: packaging/hudi-utilities-bundle/pom.xml
##########
@@ -172,6 +172,10 @@
                   <pattern> org.apache.htrace.</pattern>
                   <shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.eclipse.jetty.</pattern>
+                  <shadedPattern>org.apache.hudi.org.apache.jetty.</shadedPattern>

Review comment:
       @pratyakshsharma is the target/shaded pattern right?  we did for the spark bundle. can we just follow suit? 




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

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