forked from D-Net/dnet-hadoop
Merge branch 'beta' into validation
This commit is contained in:
commit
bd97fb2dff
|
@ -101,7 +101,7 @@ public class GraphCleaningFunctions extends CleaningFunctions {
|
|||
.orElse(true))
|
||||
.orElse(true))
|
||||
.orElse(true))) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (value instanceof Datasource) {
|
||||
|
|
|
@ -43,13 +43,18 @@
|
|||
<value>beta</value>
|
||||
<description>the database schema according to the D-Net infrastructure (beta or production)</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>openOrgsAction</name>
|
||||
<value>openorgs_dedup</value>
|
||||
<description>The action to be executed during the import for OpenOrgs</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>isLookupUrl</name>
|
||||
<description>the address of the lookUp service</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>nsPrefixBlacklist</name>
|
||||
<value></value>
|
||||
<value>foo</value>
|
||||
<description>a blacklist of nsprefixes (comma separeted)</description>
|
||||
</property>
|
||||
<property>
|
||||
|
@ -156,7 +161,7 @@
|
|||
<arg>--postgresUser</arg><arg>${postgresOpenOrgsUser}</arg>
|
||||
<arg>--postgresPassword</arg><arg>${postgresOpenOrgsPassword}</arg>
|
||||
<arg>--isLookupUrl</arg><arg>${isLookupUrl}</arg>
|
||||
<arg>--action</arg><arg>openorgs_dedup</arg>
|
||||
<arg>--action</arg><arg>${openOrgsAction}</arg>
|
||||
<arg>--dbschema</arg><arg>${dbSchema}</arg>
|
||||
<arg>--nsPrefixBlacklist</arg><arg>${nsPrefixBlacklist}</arg>
|
||||
</java>
|
||||
|
|
Loading…
Reference in New Issue