[jira] [Updated] (HADOOP-10793) KeyShell and CredentialShell args should use single-dash style

2014-07-29 Thread Andrew Wang (JIRA)

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

Andrew Wang updated HADOOP-10793:
-

Status: Patch Available  (was: Reopened)

 KeyShell and CredentialShell args should use single-dash style
 --

 Key: HADOOP-10793
 URL: https://issues.apache.org/jira/browse/HADOOP-10793
 Project: Hadoop Common
  Issue Type: Improvement
  Components: security
Affects Versions: 3.0.0
Reporter: Mike Yoder
 Attachments: hadoop-10793.001.patch


 Follow-on from HADOOP-10736 as per [~andrew.wang] - the key shell uses the 
 gnu double dash style for command line args, while other command line 
 programs use a single dash.  Consider changing this, and consider another 
 argument parsing scheme, like the CommandLine class.



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


[jira] [Updated] (HADOOP-10793) KeyShell and CredentialShell args should use single-dash style

2014-07-29 Thread Andrew Wang (JIRA)

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

Andrew Wang updated HADOOP-10793:
-

Attachment: hadoop-10793.001.patch

Patch attached which essentially did s/--/-/g on KeyShell and TestKeyShell. 
Since CredShell is in branch-2, I'll file a new JIRA and patch for that.

 KeyShell and CredentialShell args should use single-dash style
 --

 Key: HADOOP-10793
 URL: https://issues.apache.org/jira/browse/HADOOP-10793
 Project: Hadoop Common
  Issue Type: Improvement
  Components: security
Affects Versions: 3.0.0
Reporter: Mike Yoder
 Attachments: hadoop-10793.001.patch


 Follow-on from HADOOP-10736 as per [~andrew.wang] - the key shell uses the 
 gnu double dash style for command line args, while other command line 
 programs use a single dash.  Consider changing this, and consider another 
 argument parsing scheme, like the CommandLine class.



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


[jira] [Updated] (HADOOP-10793) KeyShell and CredentialShell args should use single-dash style

2014-07-17 Thread Andrew Wang (JIRA)

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

Andrew Wang updated HADOOP-10793:
-

Summary: KeyShell and CredentialShell args should use single-dash style  
(was: Key Shell args use double dash style)

 KeyShell and CredentialShell args should use single-dash style
 --

 Key: HADOOP-10793
 URL: https://issues.apache.org/jira/browse/HADOOP-10793
 Project: Hadoop Common
  Issue Type: Improvement
  Components: security
Affects Versions: 3.0.0
Reporter: Mike Yoder

 Follow-on from HADOOP-10736 as per [~andrew.wang] - the key shell uses the 
 gnu double dash style for command line args, while other command line 
 programs use a single dash.  Consider changing this, and consider another 
 argument parsing scheme, like the CommandLine class.



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