Sqoop freezes when importing from sql server to hdfs

I am trying to import data from an Sql server, the Sqoop command hangs after the message below. I checked the connection, able to do list, table database and even select statement, but it fails when it writes / imports data in hdf. Could you tell me your suggestion to solve this problem.

Hit after this message:

 14/04/16 17:53:36 WARN mapred.YARNRunner: Usage of -Djava.library.path in mapreduce.admin.reduce.child.java.opts can cause programs to no longer function if hadoop native libraries are used. These values should be set as part of the LD_LIBRARY_PATH in the reduce JVM env using mapreduce.admin.user.env config settings.
 14/04/16 17:53:36 INFO impl.YarnClientImpl: Submitted application application_1397650690524_0002 to ResourceManager at /192.168.155.61:8050
 14/04/16 17:53:36 INFO mapreduce.Job: The url to track the job: http://<Master>:8088/proxy/application_1397650690524_0002/
 14/04/16 17:53:36 INFO mapreduce.Job: Running job: job_1397650690524_0002

Thanks Selvam

+4
source share

Source: https://habr.com/ru/post/1536777/


All Articles