added missing parameter

This commit is contained in:
Miriam Baglioni 2020-03-24 16:19:59 +01:00
parent 46094a3eec
commit ad24c8478f
1 changed files with 6 additions and 0 deletions

View File

@ -10,5 +10,11 @@
"paramLongName":"sourcePath",
"paramDescription": "the path of the sequencial file to read",
"paramRequired": true
},
{
"paramName":"h",
"paramLongName":"hive_metastore_uris",
"paramDescription": "the hive metastore uris",
"paramRequired": true
}
]