dnet-hadoop/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/migrate_db_entities_paramet...

50 lines
1.2 KiB
JSON
Raw Normal View History

[
{
"paramName": "p",
"paramLongName": "hdfsPath",
"paramDescription": "the path where storing the sequential file",
"paramRequired": true
},
{
2020-03-02 16:12:14 +01:00
"paramName": "pgurl",
"paramLongName": "postgresUrl",
"paramDescription": "postgres url, example: jdbc:postgresql://localhost:5432/testdb",
"paramRequired": true
},
{
2020-03-02 16:12:14 +01:00
"paramName": "pguser",
"paramLongName": "postgresUser",
"paramDescription": "postgres user",
2020-02-11 12:48:03 +01:00
"paramRequired": false
},
{
2020-03-02 16:12:14 +01:00
"paramName": "pgpasswd",
"paramLongName": "postgresPassword",
"paramDescription": "postgres password",
2020-02-11 12:48:03 +01:00
"paramRequired": false
2020-02-19 15:11:17 +01:00
},
{
"paramName": "a",
"paramLongName": "action",
"paramDescription": "process claims",
"paramRequired": false
2020-05-29 12:03:51 +02:00
},
{
"paramName": "isu",
"paramLongName": "isLookupUrl",
2020-05-29 12:03:51 +02:00
"paramDescription": "the url of the ISLookupService",
"paramRequired": true
},
{
"paramName": "dbschema",
"paramLongName": "dbschema",
"paramDescription": "the database schema according to the D-Net infrastructure (beta or production)",
"paramRequired": true
2020-07-30 16:13:38 +02:00
},
{
"paramName": "nsbl",
"paramLongName": "nsPrefixBlacklist",
"paramDescription": "a blacklist of nsprefixes (comma separeted)",
"paramRequired": false
}
]