Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/apache-spark/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache spark 在中打开跟踪URI时未找到.css、.js和.png文件_Apache Spark_Yarn_Jobs - Fatal编程技术网

Apache spark 在中打开跟踪URI时未找到.css、.js和.png文件

Apache spark 在中打开跟踪URI时未找到.css、.js和.png文件,apache-spark,yarn,jobs,Apache Spark,Yarn,Jobs,我可以在此URI查看纱线上正在运行的作业列表: 此外,我还可以通过打开TrackingUI访问特定于作业的信息: 但是,当我这样做时,我只得到HTML文档,没有其他必需的.js、.css和.png文件: GET https://server.company.com:8443/gateway/yarnui/yarn/proxy/application_1481927689976_0178 200 OK (text/html) GET https://server.company com:8

我可以在此URI查看纱线上正在运行的作业列表:

此外,我还可以通过打开TrackingUI访问特定于作业的信息:

但是,当我这样做时,我只得到HTML文档,没有其他必需的.js、.css和.png文件:

GET https://server.company.com:8443/gateway/yarnui/yarn/proxy/application_1481927689976_0178
200 OK (text/html)

GET https://server.company com:8443/proxy/application_1481927689976_0178/static/bootstrap.min.css
404 Not Found (text/html)
如果直接转到正在运行作业的服务器:

一切正常:

GET http://server2.company.com:8088/proxy/application_1481927689976_0178
200 OK (text/html)

GET http://server2.company:8088/proxy/application_1481927689976_0178/static/bootstrap.min.css
200 OK (text/css)
听起来像是Thread配置问题–但我已将Thread.resourcemanager.webapp.address设置为正确的值:

<property>
  <name>yarn.resourcemanager.webapp.address</name>
  <value>server2.company.com:8088</value>
</property>

warn.resourcemanager.webapp.address
server2.company.com:8088

你知道我为什么不能访问这些文件吗?

IBM的支持修复程序解决了这个问题: