forked from D-Net/dnet-hadoop
decommented execution for some of the result type for testing purposes
This commit is contained in:
parent
ad24c8478f
commit
19d7f8b51d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue