Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2144 | 11-01-2016 05:43 PM | |
6551 | 11-01-2016 05:36 PM | |
4174 | 07-01-2016 03:20 PM | |
7127 | 05-25-2016 11:36 AM | |
3459 | 05-24-2016 05:27 PM |
03-02-2016
01:24 AM
@Michael Dennis Uanang And it's broken/mismatch after the upgrade?
... View more
03-02-2016
01:08 AM
@Michael Dennis Uanang Try this ...Make sure that broker and zk is up. I have experienced the same issue and following helped me a lot ./kafka-console-producer.sh --broker-list kafkabrokerhost:6667 --topic test
./kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning
... View more
03-02-2016
12:48 AM
@Vinti Maheshwari
WARN Session0x0for server null, unexpected error, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn) java.net.ConnectException:Connection refused
Make sure that Broker and ZK is up.
... View more
03-02-2016
12:46 AM
@Vinti Maheshwari Try this ./kafka-console-producer.sh --broker-list borkerhost:6667 --topic test
./kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning
... View more
03-01-2016
07:12 PM
@Krishna Srinivas http://hortonworks.com/blog/announcing-the-general-availability-of-hortonworks-data-platform-2-4/
... View more
03-01-2016
02:12 PM
4 Kudos
@Smart Solutions You can have KDC in HDP cluster and build one way trust as you mentioned. You still need access to enterprise KDC as you have mentioned it already https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/ref-cdbb335b-b1af-4e3e-a536-efb0243f9ef9.1.html
... View more
03-01-2016
11:36 AM
1 Kudo
@Jagdish Saripella Atlas is part of the stack starting HDP 2.3.4. What's HDP version? ATLAS cannot be installed if HDP version is not up to date. Atlas Prerequisites Before installing Atlas, make sure your cluster meets the following prerequisites: Table 25.1. Atlas Cluster Prerequisites Item Prerequisite Cluster Stack Version HDP 2.3.4 or later
... View more
03-01-2016
11:12 AM
1 Kudo
@Saurabh Kumar You may want to open a support ticket. Could you recheck all the steps as mentioned in the reply?
... View more