removed input parameter specification, SparkXmlRecordBuilderJob doesn't need hive

This commit is contained in:
Claudio Atzori 2020-01-30 18:20:26 +01:00
parent b5e1e2e5b2
commit 49ef2f4eb1
1 changed files with 0 additions and 1 deletions

View File

@ -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}
]