Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2573 | 11-01-2016 05:43 PM | |
| 8532 | 11-01-2016 05:36 PM | |
| 4877 | 07-01-2016 03:20 PM | |
| 8199 | 05-25-2016 11:36 AM | |
| 4348 | 05-24-2016 05:27 PM |
02-10-2016
09:37 PM
@Neeraj that doc talks about changing master key for encryption. I had to change the password for DB. So i un encrypted. Changed password and encrypted it.
... View more
02-09-2016
11:35 AM
@vperiasamy I agree with Adi's findings. Tagging vel to get more insights.
... View more
09-15-2017
01:16 PM
@Junichi Oda You cannot manage access_log using log4j, as the configuration AccessLogValve is hardcoded in the code.
Following logs can be managed using log4j by leveraging maxBackupIndex
UserSync
TagSync
XA Portal
Below logs cannot be managed using log4j, hence will have to leverage logrotate [ a standard tool for log rotation in linux ] - Manage Ranger Admin access_log log file growth
Access Log
Or else as mentioned by @Neeraj Sabharwal you can use cron script with the find command find /var/log/ranger -mtime +30| xargs --no-run-if-empty rm
... View more
02-04-2016
12:09 AM
@S Roy I do have a deployment where we setup HBASE DR using kafka as suggested above. I was under the impression that you are more focused on Cluster HA instead HBASE only. Apache Falcon is one of my favorites but its more Active-Passive.
... View more
02-03-2016
08:51 PM
@Ram D I have used cloud watch and its very helpful ..see this You may want to look into periscope too
... View more
02-03-2016
07:56 PM
I'd say RHEL6 been used the most with the last three or four releases of HDP.
... View more
02-03-2016
08:51 PM
@rbalam so do you have the mysql-connector-java on the Ambari server ? If not copy it please.
... View more