Member since
10-19-2015
279
Posts
340
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2216 | 05-12-2017 10:12 AM | |
3916 | 04-03-2017 11:13 AM | |
1172 | 03-28-2017 05:26 PM | |
2658 | 03-06-2017 12:31 PM | |
148772 | 03-02-2017 08:24 AM |
03-02-2017
08:54 AM
1 Kudo
it happens because zookeeper-client command is connecting to the localhost so whenever you run it without specifying server on the node where zk server is installed , it works because localhost has zookeeper. but when you run it on other node then it does not work since there is no zookeeper installed on the localhost
... View more
03-02-2017
08:24 AM
2 Kudos
by default it is connecting to localhost:2181, since there is no zookeeper server running on client host so it fails, please specify zookeeper server and port in your command then it will work. eg: /usr/hdp/current/zookeeper-client/bin/zookeeper-client -server <ZK1>:2181,<ZK2>:2181
... View more
03-02-2017
07:10 AM
1 Kudo
Manish Gupta in case of hive ha also you can connect to HiveServer2 JDBC URL that contains zookeeper for eg: jdbc:hive2://<zk1>:2181,<zk2>2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2, this is explained very well in this doc , you can refer the same under Query Execution Path With ZooKeeper topic https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.6/bk_hadoop-ha/content/ha-hs2-service-discovery.html
... View more
03-02-2017
04:34 AM
3 Kudos
Manish Gupta in Hbase HA zookeeper cordinate to make one of the Hbase master active , and rest of them are standby. and we need to configure following properties in case of HA at client side too: hbase.zookeeper.quorum hbase.zookeeper.property.clientPort
... View more
03-01-2017
03:54 AM
1 Kudo
can you please do kinit with hbase keytab and try the call to download the policies /service/plugins/secure/policies/download/venus_bigdata_hbase?lastKnownVersion=4&pluginId=hbaseRegional@bigdata9-venus_bigdata_hbase , just to confirm if everything is fine with keytab? do check one more thing if core-site.xml is present in /etc/ranger/admin/conf , if not just copy it there and restart the ranger admin
... View more
02-28-2017
10:43 AM
1 Kudo
can you please see the screenshot and did you add the same properties, make sure you add the hbase user, if you have any custom hbase user then add that in these properites instead of hbase. and make sure you add it into your corresponding hbase repo venus_bigdata_hbase. after doing also if you see issue then just post the error if it is something different.
... View more
02-28-2017
09:41 AM
1 Kudo
li zhen can you please confirm following: 1)which hdp version are you using ? 2) and is this a secure cluster? and if it is secure cluster then can you please check hbase repo ( bigdata6-venus_bigdata_hbase) on ranger UI, whether they are having following properties: policy.download.auth.users policy.grantrevoke.auth.users tag.download.auth.users if not please add these properties and add hbase user in its value please see the screenshot.: screen-shot-2017-02-28-at-31040-pm.png
... View more
02-27-2017
09:52 AM
1 Kudo
there are following ways to check : 1) go to ranger audit page, click on plugin tab and see if there is entry for hbase , and check for update time it should be greater than the policy update time in admin audit log 2) or you can go to the hbase logs and check there should be no failure log for policy updation 3) check access audit log in /var/log/ranger/admin/ , there will be lot of logging reg, call sent to ranger admin and their response too, see if the response is 200/304 , if it is then policy refresh is working fine.
... View more
02-24-2017
10:10 AM
1 Kudo
can you please check if hbase policy refresh is happening properly
... View more
02-23-2017
11:53 AM
2 Kudos
it seems ambari infra is not installed , can you please install ambari_infra , start it and then restart the ranger , it should work then.
... View more