master #11

Manually merged
claudio.atzori merged 275 commits from :master into enrichment_wfs 2020-05-11 15:14:56 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ab8b6b0bf - Show all commits

View File

@ -88,7 +88,7 @@ public class SparkCountryPropagationJob {
final JavaRDD<Row> toupdateresultdataset = propagateOnResult(spark, "openaire.dataset");
final JavaRDD<Row> toupdateresultother = propagateOnResult(spark, "openaire.otherresearchproduct");
final JavaRDD<Row> toupdateresultpublication = propagateOnResult(spark, "openaire.publication");
writeUpdates(toupdateresultsoftware, toupdateresultdataset, toupdateresultother, toupdateresultpublication, outputPath);
createUpdateForSoftwareDataset(toupdateresultsoftware, inputPath, spark)