sodonnel commented on PR #5460:
URL: https://github.com/apache/hadoop/pull/5460#issuecomment-1463587518

   > Strange, I think this one should hopefully work:
   > 
   > ```
   > --- a/hadoop-client-modules/hadoop-client-api/pom.xml
   > +++ b/hadoop-client-modules/hadoop-client-api/pom.xml
   > @@ -126,6 +126,12 @@
   >                          
<exclude>org/apache/hadoop/yarn/client/api/package-info.class</exclude>
   >                        </excludes>
   >                      </filter>
   > +                    <filter>
   > +                      <artifact>org.apache.hadoop:*</artifact>
   > +                      <excludes>
   > +                        
<exclude>org/apache/hadoop/hdfs/server/protocol/package-info.class</exclude>
   > +                      </excludes>
   > +                    </filter>
   >                    </filters>
   >                    <relocations>
   >                      <relocation>
   > ```
   
   @virajjasani Thanks! That has fixed the compile. I just pushed the change, 
so hopefully we will get a green build this time.


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