MathurCodes1 commented on issue #7392:
URL: https://github.com/apache/hudi/issues/7392#issuecomment-1343973187

   > You can use the maven shade class file.
   > 
   > ```
   >   <relocation>
   >                                     
<pattern>org.apache.spark.sql.execution.datasources.PartitionedFile</pattern>
   >                                     
<shadedPattern>org.local.spark.sql.execution.datasources.PartitionedFile</shadedPattern>
   >                                 </relocation>
   > ```
   
   Thank you scxwhite for the reply , could you please tell me how can I use 
this shade concept. I'm simply using glue script in glue job to run the code 
and using these 3 jars in dependent jars path section .


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