Hi all,

I ran into an issue passing config options to run-class.sh and run-job.sh.
Those scripts are not passing through all arguments verbatim but instead
applying shell expansion over and over.

The right way to do it is to use quotes "$@" (
http://www.ibm.com/developerworks/linux/library/l-bash2/#acceptargue)

I opened a JIRA ticket here:

https://issues.apache.org/jira/browse/SAMZA-530

Cheers,

Roger

Reply via email to