yoda-mon opened a new pull request, #925:
URL: https://github.com/apache/bigtop/pull/925
<!--
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
As I reported on JIRA(https://issues.apache.org/jira/browse/BIGTOP-3712),
building Zookeeper with maven separates `zookeeper-jute` jar file from
zookeeper itself.
This PR adds symlink to `zookeeper-jute` when you packages Kafka.
### How was this patch tested?
```sh
./gradlew zookeeper-clean kafka-clean zookeeper-pkg kafka-pkg repo
./docker-hadoop.sh -d -C config_ubuntu-20.04.yaml --create 1 --memory
8g --enable-local-repo --repo file:///bigtop-home/output/apt
--disable-gpg-check --stack zookeeper,kafka --smoke-tests kafka
```
### 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]