jialei weng created YARN-8690:
---------------------------------
Summary: Currently path not consistent in LocalResourceRequest to yarn 2.7
Key: YARN-8690
URL: https://issues.apache.org/jira/browse/YARN-8690
Project: Hadoop YARN
Issue Type: Bug
Affects Versions: 2.9.1
Reporter: jialei weng
Assignee: Wangda Tan
With YARN-1953 change, in yarn 2.9.1, we can not use path, like hdfs://hostname/path,
to local resource allocation as it will be resolved to hdfs://hostname{color:#FF0000}:0{color}/path.
We have to add the port 443 in path, like hdfs://hostname{color:#FF0000}:443{color}/path,
to make it work. It isn't a consistent change. If we can make it consistent without customer's
change? [~leftnoteasy]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org
|