[
https://issues.apache.org/jira/browse/HADOOP-11789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14488101#comment-14488101
]
Steve Loughran commented on HADOOP-11789:
-----------------------------------------
I concur with the "avoid trying to be clever with openssl". There's windows to
think about too.
regarding the code, any reason to go
{{!"true".equalsIgnoreCase(System.getProperty("runningWithNative")}} instead of
just {{Boolean.getBoolean()}}? If it's case-sensitivity, then it'll need to be
a {{.toLower(LOCALE_EN).equals()}} for global reliability
> NPE in TestCryptoStreamsWithOpensslAesCtrCryptoCodec
> -----------------------------------------------------
>
> Key: HADOOP-11789
> URL: https://issues.apache.org/jira/browse/HADOOP-11789
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 3.0.0, 2.8.0
> Environment: ASF Jenkins
> Reporter: Steve Loughran
> Assignee: Yi Liu
> Attachments: HADOOP-11789.001.patch, HADOOP-11789.002.patch
>
>
> NPE surfacing in {{TestCryptoStreamsWithOpensslAesCtrCryptoCodec}} on Jenkins
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)