[jira] [Resolved] (HADOOP-11742) mkdir by file system shell fails on an empty bucket

2015-09-14 Thread Chris Nauroth (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Nauroth resolved HADOOP-11742.

Resolution: Duplicate

I'm resolving this as a duplicate of HADOOP-11918.  Reading through the history 
on both issues, it appears that there is more recent activity on HADOOP-11918, 
and the patch there is closer to acceptance.  (If I'm mistaken, then please 
feel free to reopen this.)

> mkdir by file system shell fails on an empty bucket
> ---
>
> Key: HADOOP-11742
> URL: https://issues.apache.org/jira/browse/HADOOP-11742
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs/s3
>Affects Versions: 2.7.0
> Environment: CentOS 7
>Reporter: Takenori Sato
>Assignee: Takenori Sato
>Priority: Minor
> Attachments: HADOOP-11742-branch-2.7.001.patch, 
> HADOOP-11742-branch-2.7.002.patch, HADOOP-11742-branch-2.7.003-1.patch, 
> HADOOP-11742-branch-2.7.003-2.patch
>
>
> I have built the latest 2.7, and tried S3AFileSystem.
> Then found that _mkdir_ fails on an empty bucket, named *s3a* here, as 
> follows:
> {code}
> # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -mkdir s3a://s3a/foo
> 15/03/24 03:49:35 DEBUG s3a.S3AFileSystem: Getting path status for 
> s3a://s3a/foo (foo)
> 15/03/24 03:49:36 DEBUG s3a.S3AFileSystem: Not Found: s3a://s3a/foo
> 15/03/24 03:49:36 DEBUG s3a.S3AFileSystem: Getting path status for s3a://s3a/ 
> ()
> 15/03/24 03:49:36 DEBUG s3a.S3AFileSystem: Not Found: s3a://s3a/
> mkdir: `s3a://s3a/foo': No such file or directory
> {code}
> So does _ls_.
> {code}
> # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -ls s3a://s3a/
> 15/03/24 03:47:48 DEBUG s3a.S3AFileSystem: Getting path status for s3a://s3a/ 
> ()
> 15/03/24 03:47:48 DEBUG s3a.S3AFileSystem: Not Found: s3a://s3a/
> ls: `s3a://s3a/': No such file or directory
> {code}
> This is how it works via s3n.
> {code}
> # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -ls s3n://s3n/
> # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -mkdir s3n://s3n/foo
> # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -ls s3n://s3n/
> Found 1 items
> drwxrwxrwx   -  0 1970-01-01 00:00 s3n://s3n/foo
> {code}
> The snapshot is the following:
> {quote}
> \# git branch
> \* branch-2.7
>   trunk
> \# git log
> commit 929b04ce3a4fe419dece49ed68d4f6228be214c1
> Author: Harsh J 
> Date:   Sun Mar 22 10:18:32 2015 +0530
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HADOOP-11742) mkdir by file system shell fails on an empty bucket

2015-03-29 Thread Takenori Sato (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takenori Sato resolved HADOOP-11742.

Resolution: Invalid

 mkdir by file system shell fails on an empty bucket
 ---

 Key: HADOOP-11742
 URL: https://issues.apache.org/jira/browse/HADOOP-11742
 Project: Hadoop Common
  Issue Type: Bug
  Components: fs/s3
Affects Versions: 2.7.0
 Environment: CentOS 7
Reporter: Takenori Sato
Assignee: Takenori Sato
Priority: Minor
 Attachments: HADOOP-11742-branch-2.7.001.patch, 
 HADOOP-11742-branch-2.7.002.patch


 I have built the latest 2.7, and tried S3AFileSystem.
 Then found that _mkdir_ fails on an empty bucket, named *s3a* here, as 
 follows:
 {code}
 # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -mkdir s3a://s3a/foo
 15/03/24 03:49:35 DEBUG s3a.S3AFileSystem: Getting path status for 
 s3a://s3a/foo (foo)
 15/03/24 03:49:36 DEBUG s3a.S3AFileSystem: Not Found: s3a://s3a/foo
 15/03/24 03:49:36 DEBUG s3a.S3AFileSystem: Getting path status for s3a://s3a/ 
 ()
 15/03/24 03:49:36 DEBUG s3a.S3AFileSystem: Not Found: s3a://s3a/
 mkdir: `s3a://s3a/foo': No such file or directory
 {code}
 So does _ls_.
 {code}
 # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -ls s3a://s3a/
 15/03/24 03:47:48 DEBUG s3a.S3AFileSystem: Getting path status for s3a://s3a/ 
 ()
 15/03/24 03:47:48 DEBUG s3a.S3AFileSystem: Not Found: s3a://s3a/
 ls: `s3a://s3a/': No such file or directory
 {code}
 This is how it works via s3n.
 {code}
 # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -ls s3n://s3n/
 # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -mkdir s3n://s3n/foo
 # hadoop-2.7.0-SNAPSHOT/bin/hdfs dfs -ls s3n://s3n/
 Found 1 items
 drwxrwxrwx   -  0 1970-01-01 00:00 s3n://s3n/foo
 {code}
 The snapshot is the following:
 {quote}
 \# git branch
 \* branch-2.7
   trunk
 \# git log
 commit 929b04ce3a4fe419dece49ed68d4f6228be214c1
 Author: Harsh J ha...@cloudera.com
 Date:   Sun Mar 22 10:18:32 2015 +0530
 {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)