When I am trying to run the below command:
# sqoop import --connect jdbc:mysql://IP Address/database --username root --password PASSWORD --table table_name --m 1
for importing the data from mysql database to HDFS, I am getting the error:
The auxService:mapreduce_shuffle does not exist.
Searched and browsed many sites, nothing helped.
How to get rid of this issue? Please let me know if any more inputs are required.