...
- RFC Destination: RFC Destination that refers to the Oozie service (see the chapter RFC Destination)
- name: Name of a Hadoop user on whose behalf Oozie Web Services will submit and manage jobs. Also the user is either the owner or has required privileges (read, write, delete) for the directory <hdp_usr_home_path> set in the RFC destination (see the chapter RFC Destination).
- queueName: Specify the queue in which should job run. Default value: default.
- nameNode: The host name and port of the cluster’s NameNode.
- Format: hdfs://${HOSTNAME}:${PORT}
- jobTracker: The host name and port on which the JobTracker runs
- Format: ${HOSTNAME}:${PORT}
- default.directory: A directory where all applications will be stored. The user specified in user.name must have required privileges for the directory.
- default.directory: A sub-directory where all oozie applications will be stored.
...