Member since
02-25-2018
6
Posts
0
Kudos Received
0
Solutions
02-27-2018
08:07 PM
If the instructions are same for both HDP and HDF, where to find start_sandbox.sh in HDF ? I don't find it under /root or anywhere using below command : find / -name "start_sandbox.sh" Thanks for your help.
... View more
02-27-2018
04:41 PM
Tried starting VMWare workstation in Network Connection as Bridged, NAT and Host-Only. The above commands gives either connection timeout or refused error for all the options. Are there any straight forward, simple steps to produce messages in kakfa in HDF 3.0.2 from outside VmWare ? Thanks for your time and help.
... View more
02-26-2018
09:44 PM
Hello, I have installed HDF3.0.2 in VmWare. Do I need to do port forwarding in HDF to produce messages in Kafka running in HDF3.0.2 from outside of the virtual machine? The tutorial here talks about HDP and not HDF : https://hortonworks.com/tutorial/sandbox-port-forwarding-guide/section/2/ Thanks for your help.
... View more
Labels:
- Labels:
-
Apache Kafka
-
Cloudera DataFlow (CDF)
02-26-2018
03:10 PM
I have the HDF_3.0.2 running on VmWare. Cannot even ssh into Vmware box using command ssh -p 2122 root@sandbox-hdf.hortonworks.com Is there any simple example/steps to follow ? Thanks for your help and earliest attention. I want to demo integrating jenkins with java and produce messages in Kafka in HDF using java from my local machine, outside of VmWare. Thanks for your earliest help and attention.
... View more
02-26-2018
12:22 AM
Thanks Jay for your reply. I disabled the firewall on my mac, yet no luck. No, I am not able to connect using telnet 172.17.0.2 6667 So far, I updated /etc/hosts file as 172.17.0.2 sandbox-hdf.hortonworks.com and updated java code to use sandbox-hdf.hortonworks.com in bootstrap server config but no success. Although, I am able to list the topics using terminal window with below command: bin/kafka-topics.sh --list --zookeeper 192.168.71.133:2181
Interchanging 172.17.0.2 to 192.168.71.133 in java program doesn't help either.
... View more
02-25-2018
11:43 PM
Hello, I have created "my-topic" in kafka and trying to produce message using Java program running on my local machine, outside of the HDF 3.0.2. Kafka broker is running on port 6667 and the IP address of VMware box is 172.17.0.2 In my java program, bootstrap server config is as shown below. Please let me know if any I am missing anything to produce message in kafka in HDF3.0.2 from a local machine. Thanks much. props.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, "172.17.0.2:6667");
... View more
Labels:
- Labels:
-
Apache Kafka