Hi Taylor, I am referring your code "https://github.com/apache/storm/tree/master/external/storm-hbase"<https://github.com/apache/storm/tree/master/external/storm-hbase> for creating trident topology, i have recently upgraded from HBase 0.94 / Hadoop-1 to HBase 0.98 / Hadoop-2.
I am facing issues when creating StateFactory with "HBaseStateFactory" for persistentAggregate which gives "org.apache.storm.hbase.trident.state.HBaseState cannot be cast to storm.trident.state.map.MapState". Please let know if i have to use any other way to create the "StateFactory" or am i missing anything here. Regards, Nilesh Chhapru.
