Github user youngwookim commented on the pull request:
https://github.com/apache/bigtop/pull/32#issuecomment-187688594
@cawallin I'll look into presto-server-rpm and presto-admin. I believe
presto-admin is nice so it would be nice to have the compatibility between
Bigtop's artifacts and presto-admin.
First of all, packaging rpm on Bigtop is a bit different from
presto-server-rpm. overall, we have a base package and sub packages. the spec
file for Hadoop is a good example:
https://github.com/apache/bigtop/blob/master/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec
I applied the rules to Presto's one. so there are base package 'presto' and
the rest of the packages are sub package: 'presto-server' for server service,
'presto-cli' for Presto client, 'presto-jdbc' for JDBC driver and 'presto-doc'
for generated documentation. usually, we have configurations and init script in
the server package.
Looks like presto-server-rpm contains the server package only. I wonder if
you have a plan for cli, doc and etc.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---