Member since
10-13-2015
26
Posts
15
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2323 | 10-23-2015 10:05 PM |
11-24-2015
02:28 AM
1 Kudo
@Neeraj Sabharwal Yes, I had to create a local ambari-qa user to have the Hbase check status to work.
... View more
11-18-2015
06:05 PM
2 Kudos
You can alwasy use Nifi. Nifi processor has ability to read a file, split it, drop into kafka.
... View more
11-12-2015
07:22 PM
The policy is there but I don't see ambari-qa in the list of external users.
... View more
11-12-2015
06:52 PM
The hbase smoke test is ran from Service Check in ambari and obviously Hbase Ranger policy doesn't know anything about ambari-qa user? Can we change that? or add ambari-qa user to the policy?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Ranger
11-12-2015
03:41 PM
Are you able to issue a simple ldapsearch from the command line? ldapsearch -H ldaps://192.168.1.1:636 -D "cn=xxxx,ou=xxxx,ou=xxxx,dc=xxxx,dc=pmh,dc=org" -x -W -b "cn=xxx,ou=xxx,ou=xxxx,dc=xxxx,dc=xxxx,dc=org"
... View more
11-11-2015
08:14 PM
1 Kudo
log into the ranger database, and delete the following rows in order. delete from x_group_users where added_by_id in (1,2)
delete from x_user where added_by_id in (1,2) delete from x_group where added_by_id in (1,2)
... View more
11-10-2015
02:52 PM
thanks @Neeraj. this helps from the command line, though if I want to do it from java, the client is still picking up the computer username not that one you pass in...
... View more
11-06-2015
06:14 PM
my cluster is not yet secured. so I have non secure zooker node. I tried this: "jdbc:phoenix:<zookeper-host>:2181:/hbase-unsecure:<uid>" but no luck. would that work with non-secure zookeeper node?
... View more