forked from D-Net/dnet-hadoop
[BulkTag] description of parameters more comprehensive for those who do not implement it
This commit is contained in:
parent
f37113a941
commit
6674cccb94
|
@ -38,13 +38,13 @@
|
||||||
{
|
{
|
||||||
"paramName": "test",
|
"paramName": "test",
|
||||||
"paramLongName": "isTest",
|
"paramLongName": "isTest",
|
||||||
"paramDescription": "true if the spark session is managed, false otherwise",
|
"paramDescription": "Parameter intended for testing purposes only. True if the reun is relatesd to a test and so the taggingConf parameter should be loaded",
|
||||||
"paramRequired": false
|
"paramRequired": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName": "tg",
|
"paramName": "tg",
|
||||||
"paramLongName": "taggingConf",
|
"paramLongName": "taggingConf",
|
||||||
"paramDescription": "true if the spark session is managed, false otherwise",
|
"paramDescription": "this parameter is intended for testing purposes only. It is a possible tagging configuration obtained via the XQUERY. Intended to be removed",
|
||||||
"paramRequired": false
|
"paramRequired": false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue