Project

General

Profile

« Previous | Next » 

Revision 31250

Added by Marek Horst over 9 years ago

introducing regex support in result approver to support iis::* kind of provenance, updating workflow definitions with proper regex values

View differences:

modules/icm-iis-mainworkflows/trunk/src/test/resources/eu/dnetlib/iis/mainworkflows/integration/import/oozie_app/workflow.xml
20 20
				</property>
21 21
				<property>
22 22
					<name>inference_provenance_blacklist</name>
23
					<value>iis</value>
23
					<value>iis::.*</value>
24 24
				</property>
25 25
				<property>
26 26
					<name>skip_deleted_by_inference</name>
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/common/import/oozie_app/workflow.xml
29 29
		</property>
30 30
		<property>
31 31
			<name>inference_provenance_blacklist</name>
32
			<value>iis</value>
32
			<value>iis::.*</value>
33 33
			<description>list of blacklisted inference provenance which sould not be taken into account by importer, skipped when set to $UNDEFINED$</description>
34 34
		</property>
35 35
		<property>
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/statistics/job.properties
1 1
#import
2
import_hbase_input_table=information_space-2014-06-27
2
import_hbase_input_table=information_space-2014-09-19
3 3
import_hbase_approved_datasources_csv=$UNDEFINED$
4 4
trust_level_threshold=$UNDEFINED$
5 5
#import content, disabled when location set to $UNDEFINED$

Also available in: Unified diff