[jira] [Updated] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-03-03 Thread Kihwal Lee (JIRA)

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

Kihwal Lee updated HADOOP-10314:


   Resolution: Fixed
Fix Version/s: 2.4.0
   3.0.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

I've committed this to trunk, branch-2 and branch-2.4. Thanks for working on 
the fix, Rushabh.

 The ls command help still shows outdated 0.16 format.
 -

 Key: HADOOP-10314
 URL: https://issues.apache.org/jira/browse/HADOOP-10314
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Kihwal Lee
Assignee: Rushabh S Shah
  Labels: newbie
 Fix For: 3.0.0, 2.4.0

 Attachments: patch-10314-v2.patch, patch-10314.patch


 The description of output format is vastly outdated. It was changed after 
 version 0.16.
 {noformat}
 $ hadoop fs -help ls
 -ls [-d] [-h] [-R] [path ...]:  List the contents that match the 
 specified file pattern. If
   path is not specified, the contents of /user/currentUser
   will be listed. Directory entries are of the form 
   dirName (full path) dir 
   and file entries are of the form 
   fileName(full path) r n size 
   where n is the number of replicas specified for the file 
   and size is the size of the file, in bytes.
 -d  Directories are listed as plain files.
 -h  Formats the sizes of files in a human-readable fashion
 rather than a number of bytes.
 -R  Recursively list the contents of directories.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-02-28 Thread Rushabh S Shah (JIRA)

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

Rushabh S Shah updated HADOOP-10314:


Attachment: patch-10314-v2.patch

Updated the test case which was failing in the previous patch

 The ls command help still shows outdated 0.16 format.
 -

 Key: HADOOP-10314
 URL: https://issues.apache.org/jira/browse/HADOOP-10314
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Kihwal Lee
Assignee: Rushabh S Shah
  Labels: newbie
 Attachments: patch-10314-v2.patch, patch-10314.patch


 The description of output format is vastly outdated. It was changed after 
 version 0.16.
 {noformat}
 $ hadoop fs -help ls
 -ls [-d] [-h] [-R] [path ...]:  List the contents that match the 
 specified file pattern. If
   path is not specified, the contents of /user/currentUser
   will be listed. Directory entries are of the form 
   dirName (full path) dir 
   and file entries are of the form 
   fileName(full path) r n size 
   where n is the number of replicas specified for the file 
   and size is the size of the file, in bytes.
 -d  Directories are listed as plain files.
 -h  Formats the sizes of files in a human-readable fashion
 rather than a number of bytes.
 -R  Recursively list the contents of directories.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-02-28 Thread Rushabh S Shah (JIRA)

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

Rushabh S Shah updated HADOOP-10314:


Status: Open  (was: Patch Available)

 The ls command help still shows outdated 0.16 format.
 -

 Key: HADOOP-10314
 URL: https://issues.apache.org/jira/browse/HADOOP-10314
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Kihwal Lee
Assignee: Rushabh S Shah
  Labels: newbie
 Attachments: patch-10314-v2.patch, patch-10314.patch


 The description of output format is vastly outdated. It was changed after 
 version 0.16.
 {noformat}
 $ hadoop fs -help ls
 -ls [-d] [-h] [-R] [path ...]:  List the contents that match the 
 specified file pattern. If
   path is not specified, the contents of /user/currentUser
   will be listed. Directory entries are of the form 
   dirName (full path) dir 
   and file entries are of the form 
   fileName(full path) r n size 
   where n is the number of replicas specified for the file 
   and size is the size of the file, in bytes.
 -d  Directories are listed as plain files.
 -h  Formats the sizes of files in a human-readable fashion
 rather than a number of bytes.
 -R  Recursively list the contents of directories.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-02-28 Thread Rushabh S Shah (JIRA)

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

Rushabh S Shah updated HADOOP-10314:


Status: Patch Available  (was: Open)

 The ls command help still shows outdated 0.16 format.
 -

 Key: HADOOP-10314
 URL: https://issues.apache.org/jira/browse/HADOOP-10314
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Kihwal Lee
Assignee: Rushabh S Shah
  Labels: newbie
 Attachments: patch-10314-v2.patch, patch-10314.patch


 The description of output format is vastly outdated. It was changed after 
 version 0.16.
 {noformat}
 $ hadoop fs -help ls
 -ls [-d] [-h] [-R] [path ...]:  List the contents that match the 
 specified file pattern. If
   path is not specified, the contents of /user/currentUser
   will be listed. Directory entries are of the form 
   dirName (full path) dir 
   and file entries are of the form 
   fileName(full path) r n size 
   where n is the number of replicas specified for the file 
   and size is the size of the file, in bytes.
 -d  Directories are listed as plain files.
 -h  Formats the sizes of files in a human-readable fashion
 rather than a number of bytes.
 -R  Recursively list the contents of directories.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-02-27 Thread Rushabh S Shah (JIRA)

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

Rushabh S Shah updated HADOOP-10314:


Status: Patch Available  (was: Open)

 The ls command help still shows outdated 0.16 format.
 -

 Key: HADOOP-10314
 URL: https://issues.apache.org/jira/browse/HADOOP-10314
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Kihwal Lee
Assignee: Rushabh S Shah
  Labels: newbie
 Attachments: patch-10314.patch


 The description of output format is vastly outdated. It was changed after 
 version 0.16.
 {noformat}
 $ hadoop fs -help ls
 -ls [-d] [-h] [-R] [path ...]:  List the contents that match the 
 specified file pattern. If
   path is not specified, the contents of /user/currentUser
   will be listed. Directory entries are of the form 
   dirName (full path) dir 
   and file entries are of the form 
   fileName(full path) r n size 
   where n is the number of replicas specified for the file 
   and size is the size of the file, in bytes.
 -d  Directories are listed as plain files.
 -h  Formats the sizes of files in a human-readable fashion
 rather than a number of bytes.
 -R  Recursively list the contents of directories.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HADOOP-10314) The ls command help still shows outdated 0.16 format.

2014-02-27 Thread Rushabh S Shah (JIRA)

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

Rushabh S Shah updated HADOOP-10314:


Attachment: patch-10314.patch

attaching patch for 10314

 The ls command help still shows outdated 0.16 format.
 -

 Key: HADOOP-10314
 URL: https://issues.apache.org/jira/browse/HADOOP-10314
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.2.0
Reporter: Kihwal Lee
Assignee: Rushabh S Shah
  Labels: newbie
 Attachments: patch-10314.patch


 The description of output format is vastly outdated. It was changed after 
 version 0.16.
 {noformat}
 $ hadoop fs -help ls
 -ls [-d] [-h] [-R] [path ...]:  List the contents that match the 
 specified file pattern. If
   path is not specified, the contents of /user/currentUser
   will be listed. Directory entries are of the form 
   dirName (full path) dir 
   and file entries are of the form 
   fileName(full path) r n size 
   where n is the number of replicas specified for the file 
   and size is the size of the file, in bytes.
 -d  Directories are listed as plain files.
 -h  Formats the sizes of files in a human-readable fashion
 rather than a number of bytes.
 -R  Recursively list the contents of directories.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)