forked from D-Net/dnet-hadoop
changed directory name
This commit is contained in:
parent
39f4a20873
commit
72bb0fe360
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue