Member since
01-21-2016
290
Posts
76
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3207 | 01-09-2017 11:00 AM | |
1280 | 12-15-2016 09:48 AM | |
5549 | 02-03-2016 07:00 AM |
12-20-2017
06:59 AM
@ARUN, You can use the below commands /usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c ls "/nifi/leaders/Primary Node"
/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c ls "/nifi/leaders/Cluster Coordinator"
/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c get "/nifi/leaders/Primary Node"
/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c get "/nifi/leaders/Cluster Coordinator" Thanks, Aditya
... View more
11-22-2017
06:20 PM
@ARUN it is very dependent on the type and nature of your data. It is also influenced by the applications that consume data.
... View more
05-23-2017
04:47 PM
@ARUN
Good to know that the issue is resolved. I am not aware of any such operation from ambari side to paste the "hbase-site.xml" as it depends on customer's usecase. Like some customers might want to use spark but not HBase.
... View more
09-20-2017
04:57 PM
I'm currently having the exact same problem. I can telnet to the master but the region servers won't connect. This is so weird. We've been down for a few hours. Did anyone solve this?
... View more
04-05-2017
06:51 AM
Thanks @Jay SenSharma, It helps, our case is more of realtime in nature. so the usage of sqoop is not possible
... View more
03-28-2017
06:59 PM
3 Kudos
@ARUN HDFS acls are used as fallback when no ranger policy exist for any given HDFS resource. You may turn off xasecure.add-hadoop-authorization flag under HDFS configs to have only ranger acls.
... View more
03-28-2017
05:59 PM
Please note DB based auditing is NOT supported from Ranger 0.6 (HDP 2.5)
... View more
03-22-2017
01:15 PM
Hi @Sunile Manjee, you article is great. I tried following the same steps and was successful in creating a schema and a table within it. But if i try to drop the table, i see the error that "Table not found". And if i try to create the table, i see the message "Table exists". Any thoughts on it.
... View more