[
https://issues.apache.org/jira/browse/HADOOP-14674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jitendra Nath Pandey updated HADOOP-14674:
------------------------------------------
Fix Version/s: 3.0.0-beta1
> 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
>
>
> 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]