Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.5.0
-
None
-
None
Description
The application submit request via the writable REST api has section like :
am-container-spec": {
"local-resources": {
"entry": {
"key": "AppMaster.jar",
"value":
}
}
and
"environment": {
"entry": [
,
{
"key": "CLASSPATH",
"value": "CLASSPATH<CPS>./<CPS>HADOOP_CONF_DIR<CPS>HADOOP_COMMON_HOME/share/hadoop/common/<CPS>HADOOP_COMMON_HOME/share/hadoop/common/lib/<CPS>HADOOP_HDFS_HOME/share/hadoop/hdfs/<CPS>HADOOP_HDFS_HOME/share/hadoop/hdfs/lib/<CPS>HADOOP_YARN_HOME/share/hadoop/yarn/<CPS>HADOOP_YARN_HOME/share/hadoop/yarn/lib/*<CPS>./log4j.properties"
},
,
{ "key": "DISTRIBUTEDSHELLSCRIPTLOCATION", "value": "hdfs://localhost:9000/user/guest/shellCommands.sh" } ]
}
The host and port info needs to be something that gets filled out by Knox.
Also reference KNOX-74
Attachments
Issue Links
- relates to
-
KNOX-74 Support YARN REST API access via the Gateway
- Closed