Skip to content

Latest commit

 

History

History
66 lines (61 loc) · 5.56 KB

File metadata and controls

66 lines (61 loc) · 5.56 KB

Load - Command Line Reference

load [param] [param] ...

At least one flow must be selected, to run Load

-h|--helpprint this help text
--markdowngenerate help text as GitHub Flavored Markdown
-pf|--platformset platformrequires argument
-ALLrun all available loads (not intended to produce errors)
-dt|--destructive-testingrun loads that are intended to produce errors
-ct|--comparison-testingrun loads that are intended for comparison across platforms
-SLSsingle-line stats
-Xdebug logging
-BSdefault block sizerequires argument
-NMdefault num mappersrequires argument
-NRdefault num reducersrequires argument
-PMpercent of max mappersrequires argument
-PRpercent of max reducersrequires argument
-EMenable map side speculative execution
-ERenable reduce side speculative execution
-TStuple spill threshold, default 100,000requires argument
-DHoptional Hadoop config job properties (can be used multiple times)requires argument
-Iload input data path (generated data arrives here)requires argument
-Ooutput path for load resultsrequires argument
-Winput/output path for working filesrequires argument
-Soutput path for job statsrequires argument
-CWFclean all files from prior run
-CVMOchild JVM optionsrequires argument
-MXCFmaximum concurrent flowsrequires argument
-MXCSmaximum concurrent stepsrequires argument
-g|--generategenerate test data
-gf|--generate-num-filesnum files to createrequires argument
-gs|--generate-file-sizesize in MB of each filerequires argument
-gmax|--generate-max-wordsmax words per line, inclusiverequires argument
-gmin|--generate-min-wordsmin words per line, inclusiverequires argument
-gd|--generate-word-delimiterdelimiter for wordsrequires argument
-gbf|--generate-blocks-per-filefill num blocks per filerequires argument
-gfm|--generate-files-per-mapperfill num files per available mapperrequires argument
-gwm|--generate-words-meanmean modifier [-1,1] of a normal distribution from dictionaryrequires argument
-gws|--generate-words-stddevstandard-deviation modifier (0,1) of a normal distribution from dictionaryrequires argument
-cd|--consumeconsume test data
-s|--certify-testsrun certification tests
-c|--count-sortrun count sort load
-ss|--staggered-sortrun staggered compare sort load
-fg|--full-grouprun full tuple grouping load
-m|--multi-joinrun multi join load
-ij|--inner-joinrun inner join load
-pij|--pathological-inner-joinrun pathological inner join load
-oj|--outer-joinrun outer join load
-lj|--left-joinrun left join load
-rj|--right-joinrun right join load
-p|--pipelinerun pipeline load
-pm|--pipeline-hash-modulohash modulo for managing key distributionrequires argument
-ca|--chained-aggregaterun chained aggregate load
-cf|--chained-functionrun chained function load
-wd|--write-dotwrite DOT file
-wt|--write-tracewrite planner trace files
-an|--app-nameset the application namerequires argument
-tn|--tagsset the application tags, comma separatedrequires argument

This release is licensed under the Apache Software License 2.0.