[
https://issues.apache.org/jira/browse/HADOOP-14674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150950#comment-16150950
]
Hudson commented on HADOOP-14674:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #12301 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/12301/])
HADOOP-14674. Correct javadoc for getRandomizedTempPath. Contributed by
(jitendra: rev 063b6d0c93d700a57a7c6c29fdd1bcdecd0b9dc0)
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
> Correct javadoc for getRandomizedTempPath
> -----------------------------------------
>
> Key: HADOOP-14674
> URL: https://issues.apache.org/jira/browse/HADOOP-14674
> Project: Hadoop Common
> Issue Type: Bug
> Components: common
> Reporter: Mukul Kumar Singh
> Assignee: Mukul Kumar Singh
> Fix For: 3.0.0-beta1
>
> Attachments: HADOOP-14674.001.patch, HADOOP-14674.002.patch
>
>
> getRandomizedTempPath has incorrect javadoc where the javadoc specifies a
> parameter to the function however the function doesnt expects one.
> {code}
> /**
> * Get a temp path. This may or may not be relative; it depends on what the
> * {@link #SYSPROP_TEST_DATA_DIR} is set to. If unset, it returns a path
> * under the relative path {@link #DEFAULT_TEST_DATA_PATH}
> * @param subpath sub path, with no leading "/" character
> * @return a string to use in paths
> */
> public static String getRandomizedTempPath() {
> return getTempPath(RandomStringUtils.randomAlphanumeric(10));
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]