forked from D-Net/dnet-hadoop
CrossrefDump - added new parameter file that was missing
This commit is contained in:
parent
a65d3caaea
commit
65822400ce
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{"paramName":"s",
|
||||
"paramLongName":"sourcePath",
|
||||
"paramDescription": "the source path",
|
||||
"paramRequired": true},
|
||||
{"paramName":"m",
|
||||
"paramLongName":"master",
|
||||
"paramDescription": "the master name",
|
||||
"paramRequired": true},
|
||||
{"paramName":"t",
|
||||
"paramLongName":"targetPath",
|
||||
"paramDescription": "the target path",
|
||||
"paramRequired": true}
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue