You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@sqoop.apache.org by Lee S <sl...@gmail.com> on 2015/07/31 04:01:23 UTC

Why does my sqoop import task submit local hadoop job?

Hi all,
 I tried to do sqoop importing in java programming.
 I programmed with sqoop ImpotTool and SqoopOptions.
 And  I have put hadoop conf in classpath.
 When I run the programme the job is successful but it's in local
mode. But data is in the remote hdfs file system.

Why?