Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0E12B200C3E for ; Mon, 13 Feb 2017 13:18:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0CD01160B72; Mon, 13 Feb 2017 12:18:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4B2D3160B73 for ; Mon, 13 Feb 2017 13:18:49 +0100 (CET) Received: (qmail 66355 invoked by uid 500); 13 Feb 2017 12:18:42 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 65906 invoked by uid 99); 13 Feb 2017 12:18:42 -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; Mon, 13 Feb 2017 12:18:42 +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 2E5B3C10DD for ; Mon, 13 Feb 2017 12:18:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.896 X-Spam-Level: X-Spam-Status: No, score=-0.896 tagged_above=-999 required=6.31 tests=[DATE_IN_PAST_06_12=1.103, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] 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 5mG1Jpph5j23 for ; Mon, 13 Feb 2017 12:18:41 +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 771076104B for ; Mon, 13 Feb 2017 12:18:40 +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 133B6E07E7 for ; Mon, 13 Feb 2017 12:18:35 +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 D093821F68 for ; Mon, 13 Feb 2017 05:32:41 +0000 (UTC) Date: Mon, 13 Feb 2017 05:32:41 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-14069) AliyunOSS: listStatus returns wrong file info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Feb 2017 12:18:50 -0000 [ https://issues.apache.org/jira/browse/HADOOP-14069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863231#comment-15863231 ] Hudson commented on HADOOP-14069: --------------------------------- FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #11237 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/11237/]) HADOOP-14069. AliyunOSS: listStatus returns wrong file info. Contributed (kai.zheng: rev 01be4503c3b053d2cff0b179774dabfd267877db) * (edit) hadoop-tools/hadoop-aliyun/src/main/java/org/apache/hadoop/fs/aliyun/oss/AliyunOSSFileSystem.java * (edit) hadoop-tools/hadoop-aliyun/src/test/java/org/apache/hadoop/fs/aliyun/oss/TestAliyunOSSFileSystemContract.java > AliyunOSS: listStatus returns wrong file info > --------------------------------------------- > > Key: HADOOP-14069 > URL: https://issues.apache.org/jira/browse/HADOOP-14069 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/oss > Affects Versions: 3.0.0-alpha2 > Reporter: Fei Hui > Assignee: Fei Hui > Fix For: 3.0.0-alpha3 > > Attachments: HADOOP-14069.001.patch > > > When i use command 'hadoop fs -ls oss://oss-for-hadoop-sh/', i find that list info is wrong > {quote} > $bin/hadoop fs -ls oss://oss-for-hadoop-sh/ > Found 1 items > drwxrwxrwx - 0 1970-01-01 08:00 oss://oss-for-hadoop-sh/test00 > {quote} > the modifiedtime is wrong, it should not be 1970-01-01 08:00 -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org