Member since
06-07-2017
1
Post
0
Kudos Received
0
Solutions
06-07-2017
09:08 PM
@Andrew Grande, @Rajkumar Singh
I am trying to make the -c work with Flux and the exec-maven-plugin: call mvn compile exec:java -Dexec.args="--local --sleep 400000 --resource /topology.yaml -c foo.bar=1"
, but I get: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:java (default-cli) on project StorageTopology: An exception occured while executing the Java class. null: InvocationTargetException: Unrecognized option: -c -> [Help 1] Does this only work with storm jar submission? Can I make it work with the exec maven plugin? Thx, Mauro.
... View more