forked from D-Net/dnet-hadoop
minor
This commit is contained in:
parent
65a5d67b8b
commit
13f30664ea
|
@ -58,8 +58,6 @@ public class SparkResultToOrganizationFromIstRepoJob2 {
|
|||
final String resultClassName = parser.get("resultTableName");
|
||||
log.info("resultTableName: {}", resultClassName);
|
||||
|
||||
|
||||
|
||||
final Boolean saveGraph = Optional
|
||||
.ofNullable(parser.get("saveGraph"))
|
||||
.map(Boolean::valueOf)
|
||||
|
@ -112,7 +110,6 @@ public class SparkResultToOrganizationFromIstRepoJob2 {
|
|||
broadcast_datasourceorganizationassoc)
|
||||
.as(Encoders.bean(ResultOrganizationSet.class));
|
||||
|
||||
|
||||
getNewRelations(
|
||||
spark
|
||||
.read()
|
||||
|
|
Loading…
Reference in New Issue