From hdfs-issues-return-216002-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Apr 10 07:30:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6542C18064C for ; Tue, 10 Apr 2018 07:30:03 +0200 (CEST) Received: (qmail 87344 invoked by uid 500); 10 Apr 2018 05:30:02 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 87333 invoked by uid 99); 10 Apr 2018 05:30:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2018 05:30:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D7B59C1DCD for ; Tue, 10 Apr 2018 05:30:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0XJPZUwy3A5l for ; Tue, 10 Apr 2018 05:30:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2B0135FAEC for ; Tue, 10 Apr 2018 05:30:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AFF31E01AD for ; Tue, 10 Apr 2018 05:30:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7435E2120A for ; Tue, 10 Apr 2018 05:30:00 +0000 (UTC) Date: Tue, 10 Apr 2018 05:30:00 +0000 (UTC) From: =?utf-8?Q?=C3=8D=C3=B1igo_Goiri_=28JIRA=29?= To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-13386) RBF: Wrong date information in list file(-ls) result MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-13386?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1643= 1750#comment-16431750 ]=20 =C3=8D=C3=B1igo Goiri commented on HDFS-13386: ------------------------------------ Thanks [~dibyendu_hadoop] for the reply. You are right, comparing the time with the NN report is the right thing. Go ahead with the other changes. > RBF: Wrong date information in list file(-ls) result > ---------------------------------------------------- > > Key: HDFS-13386 > URL: https://issues.apache.org/jira/browse/HDFS-13386 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Dibyendu Karmakar > Assignee: Dibyendu Karmakar > Priority: Minor > Attachments: HDFS-13386-002.patch, HDFS-13386-003.patch, HDFS-133= 86-004.patch, HDFS-13386.000.patch, HDFS-13386.001.patch, image-2018-04-03-= 11-59-51-623.png > > > # hdfs dfs -ls=C2=A0 > !image-2018-04-03-11-59-51-623.png! > this is happening=C2=A0because=C2=A0getMountPointDates is not implemented= =C2=A0 > {code:java} > private Map getMountPointDates(String path) { > Map ret =3D new TreeMap<>(); > // TODO add when we have a Mount Table > return ret; > } > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org