storm-hbase icon indicating copy to clipboard operation
storm-hbase copied to clipboard

Results 8 storm-hbase issues
Sort by recently updated
recently updated
newest added

You should use the conf instead of the map

Hello, I don't know how to send question by message, so I try ask here. I have a Storm topology running on Hadoop configured to Pseudo-Distributed mode. The Topology contains...

Hi, I study Storm HBase. I want to run your example Persistent Word Count My actions 1. MVN compile - ok! 2 When you run mvn exec: java -Dstorm.topology =...

In a lot of cases, a tuple may have incomplete data. Even though a field may be defined the ColumnFields, a corresponding value may be missing. Adding a check on...

I have a situation where it would be convenient if the HBase mapper class create multiple rows per one tuple. Working a project where each item we get from a...

Hello, Are you planning to upload the latest version to maven central? I'm able to pull 0.1.2 but 0.1.3 does not seem to be available (http://search.maven.org/#search%7Cga%7C1%7Cstorm-hbase) . Thanks,

Fixed a bug where config values from storm conf map are not being transferred over to hbConfig object correctly.

Hello, I'm not able to connect with hbase because the file hbase-site.xml is not being readed I tried setting enviroment CLASSPATH variable, configure java.library.path:in storm.yaml, but no one works... The...