Member since
11-22-2016
50
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3885 | 01-17-2017 02:54 PM |
11-23-2016
05:25 AM
hi, I found the mistake . Thanks for being there for a fellow programmer
... View more
11-22-2016
02:34 AM
i came across this problem too. I have zookeeper and kafka in seperate hosts. i ran these commands: bin/kafka-server-start.sh config/server.properties bin/kafka-topics.sh --create --zookeeper server1:2181 --replication-factor 1 --partitions 1 --topic mobile_events This has created topics in the kafka dir. bin/kafka-console-producer.sh --broker-list server1:9092 --topic mobile_events. This opens a terminal to type in the messages, but the messages are not being saved in the topics as i cheked the kafka data dir. Finally, bin/kafka-console-consumer.sh --zookeeper server1:2181 --topic mobile_events --from-beginning Is throwing "No brokers fround in the ZK" log to the console. Can you help me with fixing the issue. Thanks in advance.
... View more
06-09-2016
04:32 PM
1 Kudo
where can i change the ip to internal ip??
... View more
06-07-2016
05:35 AM
Your suggestion helped me to over come a fortnight problem .Thanks a ton !!!
... View more
06-07-2016
05:21 AM
This comment fixed my problem..You are Awsome vikas
... View more
05-24-2016
07:41 PM
@All.. Thanks for your Points.
... View more
05-24-2016
06:43 PM
Typo, corrected!!
... View more
05-24-2016
05:00 PM
Below are my OS and other details on my multi-node cluster. Can anyone suggest, if I want to be conflict free between HDP & HDF & NIFI in the future, 1) Please suggest on OS? Currently HDP is installed on RHEL6. 2) Please suggest on the versions? Currently installed HDP 2.2.x and Ambari 2.1.x. 3) What version of HDF and NIFI need to be installed? Please point me in the right direction to continue my IOT idea.
... View more
Labels: