[
https://issues.apache.org/jira/browse/HDDS-1357?focusedWorklogId=220572&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-220572
]
ASF GitHub Bot logged work on HDDS-1357:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Mar/19 15:21
Start Date: 29/Mar/19 15:21
Worklog Time Spent: 10m
Work Description: elek commented on pull request #663: HDDS-1357. ozone
s3 shell command has confusing subcommands
URL: https://github.com/apache/hadoop/pull/663
Let's check the potential subcommands of ozone sh:
{code}
[hadoop@om-0 keytabs]$ ozone sh
Incomplete command
Usage: ozone sh [-hV] [--verbose] [-D=<String=String>]... [COMMAND]
Shell for Ozone object store
--verbose More verbose output. Show the stack trace of the errors.
-D, --set=<String=String>
-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
token Token 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=<String=String>]... [COMMAND]
Shell for S3 specific operations
--verbose More verbose output. Show the stack trace of the errors.
-D, --set=<String=String>
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
getsecret Returns 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
token Token specific operations
{code}
This list should contain only the getsecret/path commands and not the
volume/bucket/key subcommands.
See: https://issues.apache.org/jira/browse/HDDS-1357
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 220572)
Time Spent: 10m
Remaining Estimate: 0h
> 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: 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=<String=String>]... [COMMAND]
> Shell for Ozone object store
> --verbose More verbose output. Show the stack trace of the errors.
> -D, --set=<String=String>
> -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
> token Token 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=<String=String>]... [COMMAND]
> Shell for S3 specific operations
> --verbose More verbose output. Show the stack trace of the errors.
> -D, --set=<String=String>
> -h, --help Show this help message and exit.
> -V, --version Print version information and exit.
> Commands:
> getsecret Returns 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
> token Token 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: [email protected]
For additional commands, e-mail: [email protected]