fx19880617 commented on a change in pull request #4664: Support other 
filesystems for Pinot Hadoop job
URL: https://github.com/apache/incubator-pinot/pull/4664#discussion_r330356271
 
 

 ##########
 File path: pinot-hadoop/pom.xml
 ##########
 @@ -43,13 +43,24 @@
         <plugins>
           <plugin>
             <artifactId>maven-shade-plugin</artifactId>
+            <version>3.2.1</version>
             <executions>
               <execution>
                 <phase>package</phase>
                 <goals>
                   <goal>shade</goal>
                 </goals>
                 <configuration>
+                  <relocations>
 
 Review comment:
   This is to relocate method call to use our shaded jar not from hadoop 
classpath. For Hadoop env, there could be older version of jackson and guava in 
classpath and cause NoSuchMethod exception.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to