Repository: incubator-hawq-docs Updated Branches: refs/heads/feature/ranger-integration 625969ead -> a16d160cc
add ranger section to logfiles page (closes #106) Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/a16d160c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/a16d160c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/a16d160c Branch: refs/heads/feature/ranger-integration Commit: a16d160cc1d4fa1452a4f3c601f91c0bd55a1549 Parents: 625969e Author: Lisa Owen <[email protected]> Authored: Thu Mar 30 12:19:32 2017 -0700 Committer: David Yozie <[email protected]> Committed: Thu Mar 30 12:19:32 2017 -0700 ---------------------------------------------------------------------- markdown/admin/logfiles.html.md.erb | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/a16d160c/markdown/admin/logfiles.html.md.erb ---------------------------------------------------------------------- diff --git a/markdown/admin/logfiles.html.md.erb b/markdown/admin/logfiles.html.md.erb index 482caef..882ecd9 100644 --- a/markdown/admin/logfiles.html.md.erb +++ b/markdown/admin/logfiles.html.md.erb @@ -282,6 +282,12 @@ PXF provides both service- and database-level logging. Refer to [PXF Logging](.. Ambari log files may be useful in helping diagnose general cluster problems. The Ambari server log files are located in the `/var/log/ambari-server/` directory. Ambari agent log files are located in `/var/log/ambari-agent/`. Refer to [Reviewing Ambari Log Files](https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_troubleshooting/content/_reviewing_ambari_log_files.html) for additional information. +## <a id="rangerlogs"></a> Ranger Log Files + +The HAWQ Ranger Plug-in Service log files may be useful in helping diagnose Ranger connectivity and authorization problems. You will find these log files in the `$GPHOME/ranger/plugin-service/logs/` directory. In addition to HAWQ Ranger Plug-in service-related logs, this directory includes the `log4j` provider `audit.log` file. (Refer to [Auditing Authorization Events](../ranger/ranger-auditing.html) for information on configuring HAWQ Ranger audit logging.) + +Ranger log files are located in the `/var/log/ranger/admin/` directory. + ## <a id="logging_other"></a>Hadoop Log Files
