decommented execution for some of the result type for testing purposes

This commit is contained in:
Miriam Baglioni 2020-03-24 16:49:46 +01:00
parent ad24c8478f
commit 19d7f8b51d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class SparkResultToOrganizationFromIstRepoJob {
final JavaRDD<Row> toupdateresultpublication = propagateOnResult(spark, "publication");
writeUpdates(toupdateresultsoftware, toupdateresultdataset, toupdateresultother, toupdateresultpublication, outputPath);
}
private static void writeUpdates(JavaRDD<Row> toupdateresultsoftware, JavaRDD<Row> toupdateresultdataset, JavaRDD<Row> toupdateresultother, JavaRDD<Row> toupdateresultpublication, String outputPath) {