On 2016-08-04 15:44, chevy wrote:
Below is the command I am using -
I do - cd $IGNITE_HOME and then,
sudo sh bin/ignite.sh -v config/my-ignite.xml
     ^^
     ^^

That is the problem.

You can do either:

$ sudo $IGNITE_HOME/bin/ignite.sh -v $IGNITE_HOME/config/my-ignite.xml

or

$ sudo bash $IGNITE_HOME/bin/ignite.sh -v $IGNITE_HOME/config/my-ignite.xml

Your sh points to dash.

--
regards,
kushal

Reply via email to