[
https://issues.apache.org/jira/browse/HADOOP-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598117#action_12598117
]
Sriram Rao commented on HADOOP-3410:
------------------------------------
The existing test cases that are included for KFS cover this interface. The
change here is adding a call to the KFS library to get at the file's
modification time; previously, kfs-0.1.jar didn't include such an API and hence
I was returning 0.
> KFS implementation needs to return file modification time
> ---------------------------------------------------------
>
> Key: HADOOP-3410
> URL: https://issues.apache.org/jira/browse/HADOOP-3410
> Project: Hadoop Core
> Issue Type: Bug
> Affects Versions: 0.15.3
> Reporter: Sriram Rao
> Assignee: Sriram Rao
> Priority: Minor
> Fix For: 0.18.0
>
> Attachments: kfs-0.1.3.jar, patch.3410
>
>
> The KFS glue code in fs/kfs currently returns 0 for file modification time.
> This needs to be fixed to return the correct value. I will provide a patch:
> - jar file for kfs-0.1.3.jar; this should replace lib/kfs-0.1.jar
> - patch with the fix
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.