Project

General

Profile

« Previous | Next » 

Revision 39164

Added by Marek Horst over 8 years ago

merging trunk changes with IIS-CDH-5.3.0 branch

View differences:

workflow.xml
166 166
			<value>$UNDEFINED$</value>
167 167
			<description>external hbase zookeeper client port, required only whe zookeeper quorum property is set</description>
168 168
		</property>
169
		<!-- trust level threshold section -->
170
		<property>
171
			<name>export_trust_level_threshold</name>
172
			<value>$UNDEFINED$</value>
173
			<description>default trust level threshold of exported data</description>
174
		</property>
175
		<property>
176
			<name>export_trust_level_threshold_document_referencedProjects</name>
177
			<value>$UNDEFINED$</value>
178
			<description>document_referencedProjects trust level threshold</description>
179
		</property>
180
		<property>
181
			<name>export_trust_level_threshold_document_referencedDatasets</name>
182
			<value>$UNDEFINED$</value>
183
			<description>document_referencedDatasets trust level threshold</description>
184
		</property>
185
		<!--  -->
169 186
		<!-- working directory related -->
170 187
		<property>
171 188
			<name>execution_environment</name>
......
294 311
					<name>content_read_timeout</name>
295 312
					<value>${import_content_read_timeout}</value>
296 313
				</property>
297
				<!-- metadata extraction related -->
298
				<property>
299
					<name>metadataextraction_excluded_checksums</name>
300
					<value>${metadataextraction_excluded_checksums}</value>
301
				</property>
302
				<property>
303
					<name>metadataextraction_max_file_size_mb</name>
304
					<value>${metadataextraction_max_file_size_mb}</value>
305
				</property>
306
				<property>
307
					<name>metadataextraction_default_cache_location</name>
308
					<value>${metadataextraction_default_cache_location}</value>
309
				</property>
314
				<!-- metadata extraction related are autmatically propagated-->
310 315
				<!-- output parameters -->
311 316
				<property>
312 317
					<name>output_extracted_document_metadata</name>
......
572 577
					<value>${export_action_set_id_entity_dataset}</value>
573 578
				</property>
574 579
				<property>
580
					<name>trust_level_threshold</name>
581
					<value>${export_trust_level_threshold}</value>
582
				</property>
583
				<property>
584
					<name>trust_level_threshold_document_referencedProjects</name>
585
					<value>${export_trust_level_threshold_document_referencedProjects}</value>
586
				</property>
587
				<property>
588
					<name>trust_level_threshold_document_referencedDatasets</name>
589
					<value>${export_trust_level_threshold_document_referencedDatasets}</value>
590
				</property>
591
				<property>
575 592
					<name>action_hbase_remote_zookeeper_quorum</name>
576 593
					<value>${export_action_hbase_remote_zookeeper_quorum}</value>
577 594
				</property>

Also available in: Unified diff