forked from D-Net/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)
|
.mode(SaveMode.Append)
|
||||||
.jdbc(dbUrl, dbTable, connectionProperties);
|
.jdbc(dbUrl, dbTable, connectionProperties);
|
||||||
|
|
||||||
// TODO de-comment once finished
|
if (!apiUrl.isEmpty())
|
||||||
// if (!apiUrl.isEmpty())
|
updateSimRels(apiUrl);
|
||||||
// updateSimRels(apiUrl);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue