forked from D-Net/dnet-hadoop
added dependency for the topic file path
This commit is contained in:
parent
5ef03e5971
commit
cd69c6b023
|
@ -17,6 +17,12 @@
|
||||||
"paramDescription": "the URL from where to get the programme file",
|
"paramDescription": "the URL from where to get the programme file",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"paramName": "tp",
|
||||||
|
"paramLongName": "topicPath",
|
||||||
|
"paramDescription": "the URL from where to get the topic file",
|
||||||
|
"paramRequired": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"paramName": "o",
|
"paramName": "o",
|
||||||
"paramLongName": "outputPath",
|
"paramLongName": "outputPath",
|
||||||
|
|
Loading…
Reference in New Issue