[
https://issues.apache.org/jira/browse/HDFS-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186303#comment-13186303
]
Eli Collins commented on HDFS-2790:
-----------------------------------
dfs.access.time.precision is deprecated on trunk, is now
dfs.namenode.accesstime.precision. Please use
DFS_NAMENODE_ACCESSTIME_PRECISION_KEY so we don't have hard-coded keys in the
error message, will prevent future bugs like this.
> FSNamesystem.setTimes throws exception with wrong configuration name in the
> message
> -----------------------------------------------------------------------------------
>
> Key: HDFS-2790
> URL: https://issues.apache.org/jira/browse/HDFS-2790
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 0.24.0, 1.0.0, 1.1.0
> Reporter: Arpit Gupta
> Assignee: Arpit Gupta
> Priority: Minor
> Attachments: HDFS-2790-branch-1.patch, HDFS-2790.patch
>
>
> the api throws this message when hdfs is not configured for accessTime
> "Access time for hdfs is not configured. Please set dfs.support.accessTime
> configuration parameter."
> The property name should be dfs.access.time.precision
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira