[ 
https://issues.apache.org/jira/browse/HDDS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609506#comment-16609506
 ] 

Dinesh Chitlangia edited comment on HDDS-413 at 9/10/18 5:55 PM:
-----------------------------------------------------------------

[~elek] - I just verified this and was unable to replicate this issue. I 
believe this has got fixed by HDDS-190 the picocli patch. Need your +1 to mark 
it resolved.
{noformat}
hadoop@1987b5de4203:~$ ./bin/ozone freon -help
Unknown option: -elp
Usage: ozone freon [-hV] [--verbose] [-D=<String=String>]... [COMMAND]
Load generator and tester tool for ozone
--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:
randomkeys, rk Generate volumes/buckets and put generated keys.

hadoop@1987b5de4203:~$ ./bin/ozone freon -h
Usage: ozone freon [-hV] [--verbose] [-D=<String=String>]... [COMMAND]
Load generator and tester tool for ozone
--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:
randomkeys, rk Generate volumes/buckets and put generated keys.

hadoop@1987b5de4203:~$ ./bin/ozone freon --help
Usage: ozone freon [-hV] [--verbose] [-D=<String=String>]... [COMMAND]
Load generator and tester tool for ozone
--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:
randomkeys, rk Generate volumes/buckets and put generated keys.
hadoop@1987b5de4203:~$

{noformat}


was (Author: dineshchitlangia):
[~elek] - I just verified this and was unable to replicate this issue. I 
believe this has got fixed by HDDS-190 the picocli patch. Need your +1 to mark 
it resolved.
{noformat}
hadoop@1987b5de4203:~$ ./bin/ozone freon -help
Unknown option: -elp
Usage: ozone freon [-hV] [--verbose] [-D=<String=String>]... [COMMAND]
Load generator and tester tool for ozone
--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:
randomkeys, rk Generate volumes/buckets and put generated keys.
hadoop@1987b5de4203:~$ ./bin/ozone freon -h
Usage: ozone freon [-hV] [--verbose] [-D=<String=String>]... [COMMAND]
Load generator and tester tool for ozone
--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:
randomkeys, rk Generate volumes/buckets and put generated keys.
hadoop@1987b5de4203:~$

{noformat}

> Ozone freon help needs the Scm and OM running
> ---------------------------------------------
>
>                 Key: HDDS-413
>                 URL: https://issues.apache.org/jira/browse/HDDS-413
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Namit Maheshwari
>            Assignee: Dinesh Chitlangia
>            Priority: Major
>             Fix For: 0.2.1
>
>
> Ozone freon help needs the Scm and OM running
> {code:java}
> ./ozone freon --help
> 2018-09-07 12:23:28,983 WARN util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> 2018-09-07 12:23:30,203 INFO ipc.Client: Retrying connect to server: 
> localhost/127.0.0.1:9862. Already tried 0 time(s); retry policy is 
> RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 
> MILLISECONDS)
> 2018-09-07 12:23:31,204 INFO ipc.Client: Retrying connect to server: 
> localhost/127.0.0.1:9862. Already tried 1 time(s); retry policy is 
> RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 
> MILLISECONDS)
> ^C⏎ 
> HW11767 ~/t/o/bin> jps
> 52445
> 86095 Jps{code}
> If Scm and Om are running, freon help works fine:
> {code:java}
> HW11767 ~/t/o/bin> /ozone freon --help
> 2018-09-07 12:30:18,535 WARN util.NativeCodeLoader: Unable to load 
> native-hadoop library for your platform... using builtin-java classes where 
> applicable
> Options supported are:
> -numOfThreads <value>           number of threads to be launched for the run.
> -validateWrites                 do random validation of data written into 
> ozone, only subset of data is validated.
> -jsonDir                        directory where json is created.
> -mode [online | offline]        specifies the mode in which Freon should run.
> -source <url>                   specifies the URL of s3 commoncrawl warc file 
> to be used when the mode is online.
> -numOfVolumes <value>           specifies number of Volumes to be created in 
> offline mode
> -numOfBuckets <value>           specifies number of Buckets to be created per 
> Volume in offline mode
> -numOfKeys <value>              specifies number of Keys to be created per 
> Bucket in offline mode
> -keySize <value>                specifies the size of Key in bytes to be 
> created in offline mode
> -help                           prints usage.{code}
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to