Member since
03-02-2017
27
Posts
3
Kudos Received
0
Solutions
03-13-2017
05:28 PM
1 Kudo
@Subramaniyam KMV Go to: https://mosquitto.org/download/ and follow Centos 6 instructions. If this helps, please vote/accept best answer. Time spent to help should be appreciated.
... View more
03-05-2017
10:52 AM
@Subramaniyam KMV Do you have proper read permission on the JAR "/root/iot-truck-streaming/storm-streaming/target/storm-streaming-1.0-SNAPSHOT.jar" for the user who is running the job? Can you run the following command to findout if the jar is containing the missing class or not? jar -tvf /root/iot-truck-streaming/storm-streaming/target/storm-streaming-1.0-SNAPSHOT.jar | grep 'TruckEventKafkaExperimTopology'
. Or can you locate the JAR in your filesystem that contains the following class ? com.hortonworks.streaming.impl.topologies.TruckEventKafkaExperimTopology
... View more
07-31-2017
05:51 PM
It looks like it changed again; this is the valid link as of now for those trying to download it again:
https://raw.githubusercontent.com/hortonworks/data-tutorials/df35a19a266eb228d852ae9f0303b505372008ea/tutorials/hdf/realtime-event-processing-in-hadoop-with-nifi-kafka-and-storm/assets/IoT_Lab_Series_DataFlow.xml
... View more
11-27-2017
01:43 PM
1 Kudo
Hello, Great post need to correct this part :
sudo wget http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-6/home:oojah:mqtt.repo sudo cp *.repo /etc/yum.repos.d/ sudo yum -y update sudo yum -y install mosquitto step 1 and 2 are fused. Regards
... View more