Github user radarwave commented on the issue:
https://github.com/apache/incubator-hawq/pull/1203
Now hawq ranger plugin rpm is in different directory, we should update the
tarball script 'contrib/hawq-package/make_rpm_tarball.sh' with the new copy
directory:
-cp
${SRC_TOP_DIR}/ranger-plugin/target/rpm/hawq-ranger-plugin_*/RPMS/noarch/hawq-ranger-plugin*.rpm
${RPM_PKG_DIR}/
+cp
${SRC_TOP_DIR}/ranger-plugin/target/rpm/hawq-ranger-plugin*/RPMS/noarch/hawq-ranger-plugin*.rpm
${RPM_PKG_DIR}/
---
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.
---