sekikn opened a new pull request, #1071:
URL: https://github.com/apache/bigtop/pull/1071
<!--
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
This PR enables us to define that some components only support either deb or
rpm packaging.
### How was this patch tested?
Ran `./gradlew pkgs -Dbuildwithdeps=true` on all distros we support and
ensured it worked as expected.
The output of `./gradlew all-components` is also changed a bit, as follows:
```
> Task :all-components
bigtop 3.2.0-SNAPSHOT stack includes the following components
alluxio 2.8.0
ambari 2.7.5
bigtop-ambari-mpack 2.7.5
bigtop-groovy 2.5.4
bigtop-jsvc 1.2.4
bigtop-select 3.2.0-SNAPSHOT (RPM only)
bigtop-utils 3.2.0-SNAPSHOT
flink 1.15.3
gpdb 5.28.5
hadoop 3.3.4
hbase 2.4.13
hive 3.1.3
kafka 2.8.1
livy 0.7.1
oozie 5.2.1
phoenix 5.1.2
ranger 2.3.0 (RPM only)
solr 8.11.2
spark 3.2.3
tez 0.10.1
ycsb 0.17.0
zeppelin 0.10.1
zookeeper 3.5.9
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] 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]