> Anyways thanks Abe for your effective and quickest response.
>
> __
> Apologies to the cassandra group, for accidentally posting sqoop question
> in cassandra mailing list.
>
> On Fri, Dec 26, 2014 at 12:53 AM, Abraham Elmahrek
> wrote:
>
>> Seems like exec parses
Seems like exec parses the command with StringTokenizer [1]. This may have
some difficulty parsing with quotes. Try using the array form of this
command to explicitly define your String tokens [2].
Ref:
1.
http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#exec(java.lang.String,%20jav