dnet-hadoop/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/countrypropagation/input_countrypropagation_pa...

38 lines
999 B
JSON
Raw Normal View History

2020-02-17 18:04:15 +01:00
[
{
"paramName":"mt",
"paramLongName":"master",
"paramDescription": "should be local or yarn",
2020-02-18 17:23:34 +01:00
"paramRequired": true
2020-02-17 18:04:15 +01:00
},
{
"paramName":"s",
"paramLongName":"sourcePath",
"paramDescription": "the path of the sequencial file to read",
2020-02-18 17:23:34 +01:00
"paramRequired": true
2020-02-17 18:04:15 +01:00
},
{
"paramName":"h",
"paramLongName":"hive_metastore_uris",
"paramDescription": "the hive metastore uris",
"paramRequired": true
2020-04-08 10:31:29 +02:00
},
{
"paramName":"wu",
"paramLongName":"writeUpdate",
"paramDescription": "true if the update must be writte. No double check if information is already present",
"paramRequired": true
},
{
"paramName":"sg",
"paramLongName":"saveGraph",
"paramDescription": "true if the new version of the graph must be saved",
"paramRequired": true
},
{
"paramName":"tn",
"paramLongName":"resultTableName",
"paramDescription": "the name of the result table we are currently working on",
"paramRequired": true
2020-02-17 18:04:15 +01:00
}
]