I am trying to implement bolts to send data from Storm to hive and hbase as shown by tutorial (http://hortonworks.com/hadoop-tutorial/real-time-data-ingestion-hbase-hive-using-storm-bolt/ )
However, I am getting error(s):
hbaseBolt:
java.lang.RuntimeException: Error retrievinging connection and access to HBase Tables at com.hortonworks.tutorials.tutorial3.TruckHBaseBolt.prepare(TruckHBaseBolt.java:76) at backtype.storm.daemon.e
hdfsBolt:
java.lang.NoClassDefFoundError: org/htrace/Trace at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:214) at com.sun.proxy.$Proxy9.create(Unknown Source) at sun.reflect
The above errors are seen in the Storm UI. Kafka producer is producing the data, but the bolts are unable to process it.