forked from D-Net/dnet-hadoop
removed input parameter specification, SparkXmlRecordBuilderJob doesn't need hive
This commit is contained in:
parent
b5e1e2e5b2
commit
49ef2f4eb1
|
@ -1,6 +1,5 @@
|
|||
[
|
||||
{"paramName":"mt", "paramLongName":"master", "paramDescription": "should be local or yarn", "paramRequired": true},
|
||||
{"paramName":"h", "paramLongName":"hive_metastore_uris","paramDescription": "the hive metastore uris", "paramRequired": true},
|
||||
{"paramName":"o", "paramLongName":"outputPath", "paramDescription": "the path used to store temporary output files", "paramRequired": true},
|
||||
{"paramName":"s", "paramLongName":"sourcePath", "paramDescription": "the path of the sequencial file to read", "paramRequired": true}
|
||||
]
|
Loading…
Reference in New Issue