Hello @tracel.
Virtual machine incorrectly recognize command line arguments. It divide it
to pair:
-e=open
-cpath=config/test-one.xml";"cache"
Visor console execute open command and quit command as last command of
script.
To pass your command it should be properly escaped. Use strong quoting with
single-quotes:
-e='open -cpath=examples/config/example-ignite.xml;cache'
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-script-with-visor-cli-tp3733p3774.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.