Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2557 | 11-01-2016 05:43 PM | |
| 8474 | 11-01-2016 05:36 PM | |
| 4848 | 07-01-2016 03:20 PM | |
| 8166 | 05-25-2016 11:36 AM | |
| 4311 | 05-24-2016 05:27 PM |
11-03-2015
01:20 AM
@rtummuri@hortonworks.com Any chance of using different DN who has atleast read access? authentication.ldap.managerDn=CN=<manager DN>,OU=ApplAccounts,OU=Applications,DC=xxx,DC=com
... View more
11-03-2015
01:08 AM
@rtummuri@hortonworks.com Please remove the customer reference in the output
... View more
11-02-2015
11:13 PM
@Guilherme Braccialli Yes example: This is based on google compute
... View more
11-02-2015
10:29 PM
1 Kudo
@nasghar@hortonworks.com Please see this "search fuse" I believe that we do.
... View more
11-02-2015
09:45 PM
2 Kudos
@Scott Shaw Please see this link I don't believe so. You would need a DBA to create user scheme and grant necessary privileges You can use the Oracle root user to create the Ranger databases. Optionally, you can also create a non-root user to use to create the Ranger databases. For example, you would use the following series of commands to create the RANGERDBA user and grant it permissions using SQL*Plus, the Oracle database administration utility: # sqlplus sys/root as sysdba
CREATE USER $RANGERDBA IDENTIFIED BY $RANGERDBAPASSWORD;
GRANT SELECT_CATALOG_ROLE TO $RANGERDBA;
GRANT CONNECT, RESOURCE TO $RANGERDBA;
QUIT;
... View more
11-02-2015
04:02 PM
1 Kudo
CB support: AWS, Azure, Google and OpenStack Do you mean none of the above/private cloud infrastructre based on docker?
... View more
11-02-2015
02:27 PM
1 Kudo
@Ryan Templeton It's not different than any typical RDBMS or Application log rotation policies. Based on the organization policies, logs can be rotated every 30 days or so to keep enough space on /var/log (Best practice is to have dedicated disk or partition of size ~ 200 GB) Simple cron job can call a script to move logs to different location from /var/log to NFS or tape or external media. This is helpful.
... View more
11-02-2015
11:58 AM
Thanks @ravi@hortonworks.com
... View more
11-01-2015
01:56 PM
@jeden@hortonworks.com like this
... View more
11-01-2015
01:54 PM
@Tom Benton very nicely explained ..link use case : We have 5 nodes (hostname=h1..h5) in the cluster, each of them has 24G memory, 24 vcores. 1 among the 5 nodes has GPU (assume it’s h5). So admin added GPU label to h5.
... View more