[GitHub] incubator-hawq-docs pull request #106: add ranger section to logfiles page

2017-03-30 Thread lisakowen
Github user lisakowen commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/106#discussion_r108961421
  
--- Diff: 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.
 
+##  Ranger Log Files
+
+The HAWQ Ranger Plug-in Service (RPS) log files may be useful in helping 
diagnose Ranger connectivity and authorization problems when Ranger 
authorization is enabled for HAWQ. You will find these log files in the 
`$GPHOME/ranger/plugin-service/logs/` directory. In addition to RPS 
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.)
--- End diff --

incorporated your requested edits, @dyozie.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq-docs pull request #106: add ranger section to logfiles page

2017-03-30 Thread dyozie
Github user dyozie commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/106#discussion_r108949613
  
--- Diff: 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.
 
+##  Ranger Log Files
+
+The HAWQ Ranger Plug-in Service (RPS) log files may be useful in helping 
diagnose Ranger connectivity and authorization problems when Ranger 
authorization is enabled for HAWQ. You will find these log files in the 
`$GPHOME/ranger/plugin-service/logs/` directory. In addition to RPS 
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.)
--- End diff --

This is the one and only place that the RPS acronym is used in the docs, so 
I'd rather just omit (RPS) entirely.   I think you could also remove "when 
Ranger authorization is enabled for HAWQ" as that should be clear from the 
context.  


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq-docs pull request #106: add ranger section to logfiles page

2017-03-29 Thread lisakowen
GitHub user lisakowen opened a pull request:

https://github.com/apache/incubator-hawq-docs/pull/106

add ranger section to logfiles page

add a section to ranger log files page with ranger and RPS log directory 
info.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lisakowen/incubator-hawq-docs 
feature/ranger-integration

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq-docs/pull/106.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #106


commit 18205276a354915d45f62af95d9aa99178987e5a
Author: Lisa Owen 
Date:   2017-03-30T00:21:28Z

add ranger section to logfiles page




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---