Overriding RA Hadoop Agent Job Attributes
You can read and set the specific attributes of RA Hadoop Agent Jobs by using the script elements GET_ATT and :PUT_ATT. This topic lists the available attributes for RA Hadoop Agent Jobs by Job type.
Job attributes are case-sensitive.
HDFS Job Fields
General Section
Field | XML Name | Available Values |
---|---|---|
Connection | connection | Text |
Operation | operation |
|
Local File | localFile | Text |
HDFS File | hdfsFile | Text |
User | hdfsUser | Text |
Permissions | permissions | Text |
Overwrite | overwrite |
|
Append | append |
|
|
recursive |
|
Hive Job Fields
General Section
Field | XML Name | Available Values |
---|---|---|
Connection | connection | Text |
Write Response to Job Log | responseToJobLog |
|
Create Request Reports | requestReports |
|
Create Response Report | responseReport |
|
Connection Timeout | connectTimeout | Text |
Read Timeout | responseTimeout | Text |
Trace Performance Metrics | tracePerformance |
|
Definition Section
Field | XML Name | Available Values |
---|---|---|
Hive Script | file | Text |
User Name | user.name | Text |
Status Dir | statusdir | Text |
Arguments | args | Text |
Enable Log | enableLog |
|
MapReduce Jar Job Fields
General Section
Field | XML Name | Available Values |
---|---|---|
Connection | connection | Text |
Write Response to Job Log | responseToJobLog |
|
Create Request Reports | requestReports |
|
Create Response Report | responseReport |
|
Connection Timeout | connectTimeout | Text |
Read Timeout | responseTimeout | Text |
Trace Performance Metrics | tracePerformance |
|
Parameters Section
Field | XML Name | Available Values |
---|---|---|
Jar File | jar | Text |
Class Name | class | Text |
User Name | user.name | Text |
Status Directory | statusdir | Text |
Files | files | Text |
Lib Jars | libjars | Text |
Enable Log | enablelog |
|
MapReduce Stream Job Fields
General Section
Field | XML Name | Available Values |
---|---|---|
Connection | connection | Text |
Write Response to Job Log | responseToJobLog |
|
Create Request Reports | requestReports |
|
Create Response Report | responseReport |
|
Connection Timeout | connectTimeout | Text |
Read Timeout | responseTimeout | Text |
Trace Performance Metrics | tracePerformance |
|
Parameters Section
Field | XML Name | Available Values |
---|---|---|
Input Directory | input | Text |
Output Directory | output | Text |
Mapper | mapper | Text |
Reduced | reduced | Text |
User Name | user.name | Text |
Status Directory | statusdir | Text |
Lib Jars | libjars | Text |
Enable Log | enablelog |
|
Pig Job Fields
General Section
Field | XML Name | Available Values |
---|---|---|
Connection | connection | Text |
Write Response to Job Log | responseToJobLog |
|
Create Request Reports | requestReports |
|
Create Response Report | responseReport |
|
Connection Timeout | connectTimeout | Text |
Read Timeout | responseTimeout | Text |
Trace Performance Metrics | tracePerformance |
|
Definition Section
Field | XML Name | Available Values |
---|---|---|
Pig Script | file | Text |
User Name | user.name | Text |
Status Dir | statusdir | Text |
Arguments | args | Text |
Enable Log | enableLog |
|