[ https://issues.apache.org/jira/browse/HDDS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Elek, Marton resolved HDDS-413. ------------------------------- Resolution: Implemented > 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.3.0 > > > 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: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org