[jira] [Updated] (HDDS-1357) ozone s3 shell command has confusing subcommands

2019-03-30 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-1357:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Thank You [~elek] for the contribution and [~ajaykumar] for the review.

I have committed this to trunk and ozone-0.4.

> ozone s3 shell command has confusing subcommands
> 
>
> Key: HDDS-1357
> URL: https://issues.apache.org/jira/browse/HDDS-1357
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Let's check the potential subcommands of ozone sh:
> {code}
> [hadoop@om-0 keytabs]$ ozone sh
> Incomplete command
> Usage: ozone sh [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for Ozone object store
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This is fine, but for ozone s3:
> {code}
> [hadoop@om-0 keytabs]$ ozone s3
> Incomplete command
> Usage: ozone s3 [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for S3 specific operations
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   getsecretReturns s3 secret for current user
>   path Returns the ozone path for S3Bucket
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This list should contain only the getsecret/path commands and not the 
> volume/bucket/key subcommands.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-1357) ozone s3 shell command has confusing subcommands

2019-03-30 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-1357:
-
Fix Version/s: 0.5.0
   0.4.0

> ozone s3 shell command has confusing subcommands
> 
>
> Key: HDDS-1357
> URL: https://issues.apache.org/jira/browse/HDDS-1357
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.4.0, 0.5.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Let's check the potential subcommands of ozone sh:
> {code}
> [hadoop@om-0 keytabs]$ ozone sh
> Incomplete command
> Usage: ozone sh [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for Ozone object store
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This is fine, but for ozone s3:
> {code}
> [hadoop@om-0 keytabs]$ ozone s3
> Incomplete command
> Usage: ozone s3 [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for S3 specific operations
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   getsecretReturns s3 secret for current user
>   path Returns the ozone path for S3Bucket
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This list should contain only the getsecret/path commands and not the 
> volume/bucket/key subcommands.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-1357) ozone s3 shell command has confusing subcommands

2019-03-29 Thread Elek, Marton (JIRA)


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

Elek, Marton updated HDDS-1357:
---
Status: Patch Available  (was: Open)

> ozone s3 shell command has confusing subcommands
> 
>
> Key: HDDS-1357
> URL: https://issues.apache.org/jira/browse/HDDS-1357
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Major
>
> Let's check the potential subcommands of ozone sh:
> {code}
> [hadoop@om-0 keytabs]$ ozone sh
> Incomplete command
> Usage: ozone sh [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for Ozone object store
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This is fine, but for ozone s3:
> {code}
> [hadoop@om-0 keytabs]$ ozone s3
> Incomplete command
> Usage: ozone s3 [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for S3 specific operations
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   getsecretReturns s3 secret for current user
>   path Returns the ozone path for S3Bucket
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This list should contain only the getsecret/path commands and not the 
> volume/bucket/key subcommands.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-1357) ozone s3 shell command has confusing subcommands

2019-03-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated HDDS-1357:
-
Labels: pull-request-available  (was: )

> ozone s3 shell command has confusing subcommands
> 
>
> Key: HDDS-1357
> URL: https://issues.apache.org/jira/browse/HDDS-1357
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Major
>  Labels: pull-request-available
>
> Let's check the potential subcommands of ozone sh:
> {code}
> [hadoop@om-0 keytabs]$ ozone sh
> Incomplete command
> Usage: ozone sh [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for Ozone object store
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This is fine, but for ozone s3:
> {code}
> [hadoop@om-0 keytabs]$ ozone s3
> Incomplete command
> Usage: ozone s3 [-hV] [--verbose] [-D=]... [COMMAND]
> Shell for S3 specific operations
>   --verbose   More verbose output. Show the stack trace of the errors.
>   -D, --set=
>   -h, --help  Show this help message and exit.
>   -V, --version   Print version information and exit.
> Commands:
>   getsecretReturns s3 secret for current user
>   path Returns the ozone path for S3Bucket
>   volume, vol  Volume specific operations
>   bucket   Bucket specific operations
>   key  Key specific operations
>   tokenToken specific operations
> {code}
> This list should contain only the getsecret/path commands and not the 
> volume/bucket/key subcommands.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org