Member since
10-19-2015
279
Posts
340
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2209 | 05-12-2017 10:12 AM | |
3912 | 04-03-2017 11:13 AM | |
1169 | 03-28-2017 05:26 PM | |
2656 | 03-06-2017 12:31 PM | |
148619 | 03-02-2017 08:24 AM |
02-10-2017
01:06 PM
1 Kudo
can you check if ranger policy url is properly defined in hdfs ranger plugin config, and was there anything changed when you started seeing this issue ?
... View more
02-10-2017
10:45 AM
2 Kudos
ranger plugin should be enabled for corresponding service for downloading the policies, and service(eg. hdfs,hbase) keep on pulling the policies from ranger every 30 sec. so i think if you have enabled then plugin then there should be some issue while pulling the policies by service from the ranger. can your please check the corresponding service logs for the issue, and even in ranger access audit logs keep on publishing the information about this call there also you check if response for policy download is 200/304.
... View more
12-07-2016
09:36 AM
1 Kudo
check whether usersync has happened properly ? , check it in ranger usersync logs or ranger ui setting --> users page , there do you see sami user?
... View more
12-06-2016
08:41 AM
1 Kudo
Currently RANGER is not supported for HAWQ and even HAWQ is not supported to be install/configure from ambari, but yes there is plan for it in future,
... View more
12-02-2016
10:32 AM
2 Kudos
can you try creating a ranger hdfs policy for the admin user on resource /user/admin with recursive true
... View more
12-02-2016
07:56 AM
1 Kudo
@Sami Ahmad which version of hadoop are you using ? is this secure solr ? if it is secure solr then we need to perform some extra steps , can you just confirm ?
... View more
11-30-2016
08:47 AM
1 Kudo
you can write a script to invoke rest call 100 times to create the policies : service/public/v2/api/policy there is more documentation available on the same here: https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Service+Definition%2C+Service+and+Policy+Management#RESTAPIsforServiceDefinition,ServiceandPolicyManagement-CreatePolicy
... View more
11-22-2016
10:29 AM
2 Kudos
that is because HDFS posix permission is there on base dir , so make that is 000
... View more
11-09-2016
09:36 AM
when i try to create topic in kafka using non kafka admin user with following command: usr/hdp/current/kafka-broker/bin/kafka-topics.sh --create --zookeeper <zk_url> --replication-factor 1 --partitions 1 --topic kafka_topic [2016-11-09 09:20:32,716] WARN Could not login: the client is being asked for a password, but the Zookeeper client code does not currently support obtaining a password from the user. Make sure that the client is configured to use a ticket cache (using the JAAS configuration setting 'useTicketCache=true)' and restart the client. If you still get this message after that, the TGT in the ticket cache has expired and must be manually refreshed. To do so, first determine if you are using a password or a keytab. If the former, run kinit in a Unix shell in the environment of the user who is running this Zookeeper client using the command 'kinit <princ>' (where <princ> is the name of the client's Kerberos principal). If the latter, do 'kinit -k -t <keytab> <princ>' (where <princ> is the name of the Kerberos principal, and <keytab> is the location of the keytab file). After manually refreshing your cache, restart this client. If you continue to see this message after manually refreshing your cache, ensure that your KDC host's clock is in sync with this host's clock. (org.apache.zookeeper.client.ZooKeeperSaslClient)[2016-11-09 09:20:32,719] WARN SASL configuration failed: javax.security.auth.login.LoginException: No password provided Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it. (org.apache.zookeeper.ClientCnxn)Exception in thread "main" org.I0Itec.zkclient.exception.ZkAuthFailedException: Authentication failureat org.I0Itec.zkclient.ZkClient.waitForKeeperState(ZkClient.java:946)at org.I0Itec.zkclient.ZkClient.waitUntilConnected(ZkClient.java:923)at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:1230)at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:156)at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:130)at kafka.utils.ZkUtils$.createZkClientAndConnection(ZkUtils.scala:75)at kafka.utils.ZkUtils$.apply(ZkUtils.scala:57)at kafka.admin.TopicCommand$.main(TopicCommand.scala:54)at kafka.admin.TopicCommand.main(TopicCommand.scala) but when i run same command as kafka user then it works, any clue on this ? Note: this is a secure cluster
... View more
Labels:
- Labels:
-
Apache Kafka
10-27-2016
06:03 AM
yes it will not work at all with hive cli , better you use beeline, thanks!
... View more