forked from antonis.lempesis/dnet-hadoop
minor changes
This commit is contained in:
parent
348b0ef921
commit
5dfb66b0fa
|
@ -106,9 +106,8 @@ public class SparkPrepareNewOrgs extends AbstractSparkAction {
|
|||
.mode(SaveMode.Append)
|
||||
.jdbc(dbUrl, dbTable, connectionProperties);
|
||||
|
||||
// TODO de-comment once finished
|
||||
// if (!apiUrl.isEmpty())
|
||||
// updateSimRels(apiUrl);
|
||||
if (!apiUrl.isEmpty())
|
||||
updateSimRels(apiUrl);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue