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

hbase-site.xml not working when is set in CLASSPATH enviroment variable

Open mvalleavila opened this issue 11 years ago • 0 comments

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 only way to do it work was including hbase-site.xml in my StormTopology project resources directory and include this lines in pom.xml

resources

With this works fine, but if something changes in my hbase-site.xml i will have to recompile the topology project. Any suggestion? Thanks in advance!

Marcelo Valle.

mvalleavila avatar May 16 '14 13:05 mvalleavila