Github user steveloughran commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10780#discussion_r52160665
  
    --- Diff: network/yarn/pom.xml ---
    @@ -86,6 +94,15 @@
                   </excludes>
                 </filter>
               </filters>
    +          <relocations>
    +            <relocation>
    +              <pattern>com.fasterxml.jackson</pattern>
    +              
<shadedPattern>org.spark-project.com.fasterxml.jackson</shadedPattern>
    --- End diff --
    
    one is {{org/spark-project}}, the other {{org.spark-project}}; you'd have 
to do s/r renaming to automatically derive one from the other. With hindsight, 
it's a common enough use case we should have added it to Ant 15 years ago, but 
its too late now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to