I am not quite sure, but I have seen in the Definitive Guide that while overriding in CLI with -D, there should be a space in map-reduce programs, unlike JVM's -D where there i no space.
Did you try: sqoop import -D mapred.job.que... (note the space after -D) -Prasad On Fri, Oct 16, 2015 at 12:30 AM, Wei Yan <[email protected]> wrote: > I think this is related to > https://issues.apache.org/jira/browse/SQOOP-2571. > > -Wei > > On Thu, Oct 15, 2015 at 11:55 AM, Darshan Pandya <[email protected]> > wrote: > >> Hi, >> >> I am trying to ingest data from SQL Server using Sqoop 1.4.6 on MapR into >> Hive .13 >> >> While using the --as-parquetfile option I am getting the following >> exception from Sqoop. However, I am able to ingest the data correctly >> without the --as-parquetfile option. >> >> Sqoop Command >> [image: Inline image 1] >> >> Error >> [image: Inline image 2] >> >> Please let me know if I am missing something basic in my usage. >> >> -- >> Sincerely, >> Darshan >> > >
