storm-hbase
storm-hbase copied to clipboard
hbase-site.xml not working when is set in CLASSPATH enviroment variable
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
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.