[
https://issues.apache.org/jira/browse/HDFS-13537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469745#comment-16469745
]
Hudson commented on HDFS-13537:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14153 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14153/])
HDFS-13537. TestHdfsHelper does not generate jceks path properly for (inigoiri:
rev 914b98a713f70667d4380ac752f6c4de931520d9)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/test/TestHdfsHelper.java
> TestHdfsHelper does not generate jceks path properly for relative path in
> Windows
> ---------------------------------------------------------------------------------
>
> Key: HDFS-13537
> URL: https://issues.apache.org/jira/browse/HDFS-13537
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Xiao Liang
> Assignee: Xiao Liang
> Priority: Major
> Labels: windows
> Fix For: 2.10.0, 3.2.0, 3.1.1, 2.9.2, 3.0.3
>
> Attachments: HDFS-13537-branch-2.000.patch, HDFS-13537.000.patch,
> HDFS-13537.001.patch, image-2018-05-09-16-29-50-976.png,
> image-2018-05-09-16-31-40-981.png
>
>
> In TestHdfsHelper#startMiniHdfs, jceks path is generated as:
> {code:java}
> final String jceksPath = JavaKeyStoreProvider.SCHEME_NAME + "://file" +
> new Path(helper.getTestRootDir(), "test.jks").toUri();{code}
> while the path from getTestRootDir() is a relative path (in windows), the
> result will be incorrect due to no "/" between "://file" and the relative
> path.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]