JiaLiangC opened a new pull request, #1201:
URL: https://github.com/apache/bigtop/pull/1201
<!--
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 addresses several issues:
1.Fixed a bug related to the configuration directory. The command
update-alternatives --install /etc/ranger/conf ranger-conf
@etc_ranger@/conf.dist 30 was updated. The soft link directory under /etc
should correspond to the component's directory, such as /etc/ranger-admin/conf.
2.Added JDBC dependency. When executing the setup.sh script under Ubuntu 22,
an error was reported about missing JDBC driver. This was resolved by
installing libpostgresql-jdbc-java.
3.Also, a solution was provided for the lack of /var/log/ranger directory
when starting Ranger
### How was this patch tested?
manual test
unit test
### 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]