Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 44063 invoked from network); 19 May 2008 22:22:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 May 2008 22:22:18 -0000 Received: (qmail 95309 invoked by uid 500); 19 May 2008 22:22:18 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 95275 invoked by uid 500); 19 May 2008 22:22:17 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 95263 invoked by uid 99); 19 May 2008 22:22:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2008 15:22:17 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2008 22:21:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A881D234C118 for ; Mon, 19 May 2008 15:21:55 -0700 (PDT) Message-ID: <1002618585.1211235715689.JavaMail.jira@brutus> Date: Mon, 19 May 2008 15:21:55 -0700 (PDT) From: "Sriram Rao (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3410) KFS implementation needs to return file modification time In-Reply-To: <763902932.1210979875670.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.