I followed the instructions of Storm Starter and imported Twitter Storm into IntelliJ. For testing, I edited ExclaimationToplogy a bit and used the following Maven command to create and run it:
mvn -f m2-pom.xml compile exec:java -Dstorm.topology=storm.starter.ExclamationTopology
But I'm more interested in creating and running inside the IDE, and not from the command line. What actions do I need to perform?
thanks
java intellij-idea maven apache-storm
Volatil3
source share