JiaLiangC opened a new pull request, #1162:
URL: https://github.com/apache/bigtop/pull/1162
…se-coprocessor.jar to
hadoop-yarn-server-timelineservice-hbase-coprocessor-version.jar
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
When using YARN Timeline Service v2, you need to configure the following
property in yarn-site:
yarn.timeline-service.hbase.coprocessor.jar.hdfs.location
hadoop-yarn-server-timelineservice-hbase-coprocessor-3.3.5.jar
This binding to version 3.3.5 can complicate automated configuration and
installation. Similar to other components that depend on ZooKeeper's jar,
symbolic links are often created to handle version dependencies, generating
zookeeper.jar. Both Ambari HDP and Bigtop stacks utilize similar code for
configuring this property, making it easier to automatically populate the
configuration without needing to consider the specific Hadoop version.
details see https://issues.apache.org/jira/browse/BIGTOP-3985
### How was this patch tested?
manual test
after apply this patch and rebuild hadoop rpm, yarn ui2 show logs normally
with ambari bigtop stack

### For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [ ] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]