changed directory name

This commit is contained in:
Miriam Baglioni 2020-11-24 16:47:07 +01:00
parent 39f4a20873
commit 72bb0fe360
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class SparkDumpFunderResults implements Serializable {
Dataset<CommunityResult> result = Utils
.readPath(spark, inputPath + "/publication", CommunityResult.class)
.union(Utils.readPath(spark, inputPath + "/dataset", CommunityResult.class))
.union(Utils.readPath(spark, inputPath + "/otherresearchproduct", CommunityResult.class))
.union(Utils.readPath(spark, inputPath + "/orp", CommunityResult.class))
.union(Utils.readPath(spark, inputPath + "/software", CommunityResult.class));
List<String> funderList = relation