storm-hbase
Hi, I study Storm HBase. I want to run your example Persistent Word Count
My actions
- MVN compile - ok! 2 When you run mvn exec: java -Dstorm.topology = org.apache.storm.hbase.topology.PersistentWordCount I receive an error [ERROR] Failed to execute goal org.codehaus.mojo: exec-maven-plugin: 1.4.0: java (default-cli) on project storm-hbase: The parameters 'mainClass' for goal org.codehaus.mojo: exec- maven-plugin: 1.4.0: java are missing or invalid -> [Help 1]
Tell me, please, what am I doing wrong? Vladimir
Thank problem was solved.
Hi VladimirVV , I am getting same error. how did you solve this issue?
Hi VladimirVV, I am getting the same error, Can please tell us how did you solve it.
VladimirVV, bad boy... you could, at least, post again and admit to the world you got lucky and have no idea how you fixed it.
For everyone else, try making sure you have Java 7 JDK installed, and ensure JAVA_HOME is set properly, and ensure the Java 7 JDK is used for the javac and java commands.
Once I set all the java stuff to use Java 7 JDK, this issue went away.
I used oracle java, your mileage may vary.
Good luck!