added needed dependency

This commit is contained in:
Miriam Baglioni 2020-11-02 18:25:07 +01:00
parent 43ddeedd6a
commit 7dcb2eff02
2 changed files with 13 additions and 2 deletions

View File

@ -117,6 +117,11 @@
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.11</artifactId>
<version>2.4.0.cloudera2</version>
</dependency>
</dependencies>

View File

@ -1,7 +1,7 @@
[
{
"paramName":"s",
"paramLongName":"sourcePath",
"paramName":"i",
"paramLongName":"inputPath",
"paramDescription": "the path of the sequencial file to read",
"paramRequired": true
},
@ -16,5 +16,11 @@
"paramLongName": "isSparkSessionManaged",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false
},
{
"paramName": "gtn",
"paramLongName": "graphTableClassName",
"paramDescription": "the table name of the result currently considering",
"paramRequired": true
}
]