[ 
https://issues.apache.org/jira/browse/YARN-8448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568819#comment-16568819
 ] 

Robert Kanter commented on YARN-8448:
-------------------------------------

- Existing mvnsite failure and findbugs with ozone and hdds are not related
- The new cc warning is in {{test-container-executor.c}} and is due to printing 
{{strerror}}, which is a function call, so the compiler is warning about it; 
but this is consistent with a lot of other uses in the code.
- Test failures are all unrelated
- There was no link for the "shadedclient" failure, but I managed to find it 
here: 
https://builds.apache.org/job/PreCommit-YARN-Build/21488/artifact/out/patch-shadedclient.txt
-- Both hadoop-client-runtime and hadoop-client-minicluster were including the 
bouncycastle artifacts transitively.  It turns out that about 10 modules were 
including bouncycastle even though we're only actually using it in 2 of them 
(and 1 of those is solely due to my changes). I've removed the unnecessary 
inclusions.  I also removed it from being transitively pulled into the 
hadoop-client-runtime and app because those don't actually need it.
-- I also had to exclude bouncycastle from being shaded.  It's signed with a 
special Oracle certificate so it can be a custom JCE security provider.  If we 
shade it, the signature won't match anymore, so we'd have to remove it; but 
then we can't properly use it because the JVM will reject it due to the lack of 
signature.  See 
https://stackoverflow.com/questions/13721579/jce-cannot-authenticate-the-provider-bc-in-java-swing-application
 and 
https://side-effects-bang.blogspot.com/2015/02/deploying-uberjars-that-use-bouncy.html

The 004 patch:
- Makes the pom changes described above
- Rebased on latest trunk

> AM HTTPS Support
> ----------------
>
>                 Key: YARN-8448
>                 URL: https://issues.apache.org/jira/browse/YARN-8448
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>            Priority: Major
>         Attachments: YARN-8448.001.patch, YARN-8448.002.patch, 
> YARN-8448.003.patch, YARN-8448.004.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to