|
@@ -280,4 +280,26 @@
|
|
|
</value>
|
|
|
<description>List of Oozie services</description>
|
|
|
</property>
|
|
|
+ <property>
|
|
|
+ <name>oozie.service.URIHandlerService.uri.handlers</name>
|
|
|
+ <value>org.apache.oozie.dependency.FSURIHandler,org.apache.oozie.dependency.HCatURIHandler</value>
|
|
|
+ <description>
|
|
|
+ Enlist the different uri handlers supported for data availability checks.
|
|
|
+ </description>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>oozie.services.ext</name>
|
|
|
+ <value>org.apache.oozie.service.PartitionDependencyManagerService,org.apache.oozie.service.HCatAccessorService</value>
|
|
|
+ <description>
|
|
|
+ To add/replace services defined in 'oozie.services' with custom implementations.
|
|
|
+ Class names must be separated by commas.
|
|
|
+ </description>
|
|
|
+ </property>
|
|
|
+ <property>
|
|
|
+ <name>oozie.service.coord.push.check.requeue.interval</name>
|
|
|
+ <value>30000</value>
|
|
|
+ <description>
|
|
|
+ Command re-queue interval for push dependencies (in millisecond).
|
|
|
+ </description>
|
|
|
+ </property>
|
|
|
</configuration>
|