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

44 lines
1.2 KiB
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":"wl",
"paramLongName":"whitelist",
"paramDescription": "datasource id that will be considered even if not in the allowed typology list. Split by ;",
"paramRequired": true
},
{
"paramName":"at",
"paramLongName":"allowedtypes",
"paramDescription": "the types of the allowed datasources. Split by ;",
"paramRequired": true
},
{
"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
2020-02-17 18:04:15 +01:00
}
]