dump of the results related to at least one project #61

Merged
claudio.atzori merged 51 commits from miriam.baglioni/dnet-hadoop:dump into master 2020-12-09 17:22:57 +01:00
2 changed files with 12 additions and 2 deletions
Showing only changes of commit cf3f47563f - Show all commits

View File

@ -22,5 +22,10 @@
"paramLongName": "communityMapPath",
"paramDescription": "the community map path",
"paramRequired": true
}
},{
"paramName": "rp",
"paramLongName": "relationPath",
"paramDescription": "the relationPath",
"paramRequired": true
}
]

View File

@ -29,7 +29,12 @@
"paramLongName":"resultTableName",
"paramDescription": "the name of the result table we are currently working on",
"paramRequired": true
}
}, {
"paramName":"rp",
"paramLongName":"relationPath",
"paramDescription": "the path to the relations",
"paramRequired": true
}
]