dongjoon-hyun opened a new pull request, #734:
URL: https://github.com/apache/spark-kubernetes-operator/pull/734

   ### What changes were proposed in this pull request?
   
   This PR excludes the Hadoop `filecache` package 
(`org/apache/hadoop/filecache/**`) from the
   operator shadow jar by adding a class-path filter to the `shadowJar` block in
   `spark-operator/build.gradle`.
   
   ### Why are the changes needed?
   
   The operator never uses Hadoop `DistributedCache`. While the `minimize` step 
already drops the
   unreferenced `DistributedCache` class, the package directory entry and 
`package-info.class`
   (from `hadoop-client-api`) still remain in the shadow jar. This change 
removes those leftover
   entries explicitly, consistent with the existing MapReduce exclusions.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


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


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

Reply via email to