Hi guys,
Just wanted to know how we can use "--query" attribute in
<command></command> of sqoop action in Oozie. The issue is that if we have
something like* <command>blah blah .... --query "select * from table"</command> *is converted to <arg>blah</arg> <arg>blah</arg> <arg>--query</arg> <arg>"select</arg> <arg>*</arg> <arg>from</arg> ....so on while what we want is <arg>blah</arg> <arg>blah</arg> <arg>--query</arg> <arg>"select * from table:</arg> Is there a workaround? Regards, Nitin Kak
