Member since
10-12-2016
37
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8469 | 03-13-2017 06:16 PM |
08-13-2018
02:02 PM
@subash sharma How did you solve this?
... View more
05-10-2018
06:51 PM
@Olivér Szabó Its exactly the same error again Exception in thread "main" org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /hive
at org.apache.zookeeper.KeeperException.create(KeeperException.java:113)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
at org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:583)
at org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:608)
at org.apache.solr.common.cloud.SolrZkClient.printLayoutToStdOut(SolrZkClient.java:624)
at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:244)
... View more
05-10-2018
04:30 PM
I was using FQDN just replaced with local host as I didnt want to post the hostname there. Tried both with FQDN and localhost
... View more
05-10-2018
02:21 PM
Trying to access the access zookeeper from the client. Throws up a Auth error. Executing as ./zkcli.sh -zkhost localhost:2181 -cmd list from the folder /usr/lib/ambari-infra-solr/server/scripts/cloud-scripts Gived the exception Exception in thread "main" org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /hive
at org.apache.zookeeper.KeeperException.create(KeeperException.java:113)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
at org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:583)
at org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:608)
at org.apache.solr.common.cloud.SolrZkClient.printLayoutToStdOut(SolrZkClient.java:624)
at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:244)
The kerberos ticket is initialized using kinit and have the permissions to access zk. Any pointers? Can some one let me know what Auth that is needed here?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Solr
-
Apache Zookeeper
03-27-2018
06:06 PM
Do you have any updated version of this program with the latest libraries and also with a secure hbase?
... View more
11-29-2017
02:07 PM
1 Kudo
May be the the UNIX param needs to be set accordingly. Set it to unlimited or to a desired number ulimit -u unlimited
... View more
11-14-2017
04:20 PM
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
... View more
11-14-2017
03:38 PM
@Michael DeGuzis Any pointers?
... View more
03-14-2017
01:29 PM
During what operation? Share what you tried to do, what you have done and the entire transcript log. Just a line out of no where will not help in anyway
... View more