changed parameter name from hfdsNameNode to nameNode

This commit is contained in:
Miriam Baglioni 2020-08-19 10:59:26 +02:00
parent dc5096a327
commit 5570678c65
3 changed files with 4 additions and 4 deletions

View File

@ -412,7 +412,7 @@
<java> <java>
<main-class>eu.dnetlib.dhp.oa.graph.dump.SendToZenodoHDFS</main-class> <main-class>eu.dnetlib.dhp.oa.graph.dump.SendToZenodoHDFS</main-class>
<arg>--hdfsPath</arg><arg>${outputPath}</arg> <arg>--hdfsPath</arg><arg>${outputPath}</arg>
<arg>--hdfsNameNode</arg><arg>${nameNode}</arg> <arg>--nameNode</arg><arg>${nameNode}</arg>
<arg>--accessToken</arg><arg>${accessToken}</arg> <arg>--accessToken</arg><arg>${accessToken}</arg>
<arg>--connectionUrl</arg><arg>${connectionUrl}</arg> <arg>--connectionUrl</arg><arg>${connectionUrl}</arg>
<arg>--metadata</arg><arg>${metadata}</arg> <arg>--metadata</arg><arg>${metadata}</arg>

View File

@ -25,8 +25,8 @@
"paramRequired": true "paramRequired": true
}, },
{ {
"paramName": "hdfsnn", "paramName": "nn",
"paramLongName": "hdfsNameNode", "paramLongName": "nameNode",
"paramDescription": "the name node", "paramDescription": "the name node",
"paramRequired": true "paramRequired": true
}, },

View File

@ -14,7 +14,7 @@
}, },
{ {
"paramName": "nn", "paramName": "nn",
"paramLongName": "hdfsNameNode", "paramLongName": "nameNode",
"paramDescription": "the name node", "paramDescription": "the name node",
"paramRequired": true "paramRequired": true
} }