Sqoop import gives error org apache hadoop security AccessControlException Permission denied

0 votes

I have created a sql database and have created table. I have made entries in the table and it all works fine. I have verified it with

select * from tablename;

Now I am trying to import this table in sqoop using the following command:

sqoop import --connect jdbc:mysql://localhost/user --username -P --table Employee --target-dir /sqoopOut

But I am getting this error:

Job job_1528714825862_53141 failed with state FAILED due to: Job setup failed : org.apache.h
adoop.security.AccessControlException: Permission denied: user=NULL, access=WRITE, inode="/user":hdfs:supergroup:drwxr-x
r-xr
 

Dec 17, 2018 in Big Data Hadoop by slayer
• 29,350 points

edited Dec 17, 2018 by Omkar 1,759 views

1 answer to this question.

0 votes

Seems like you are not passing the right username and password to access the sql database.

sqoop import --connect jdbc:mysql://localhost/user --username <username> -P <password> --table Employee --target-dir /sqoopOut

In this command, replace <username> with the username used for the database and replace <password> with the password used for that database and that user. 

answered Dec 17, 2018 by Omkar
• 69,210 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Hive: org.apache.hadoop.security.AccessControlException Permission denied: user

This error is generally thrown when the ...READ MORE

answered Aug 1, 2019 in Big Data Hadoop by Waniku
2,753 views
0 votes
1 answer
0 votes
1 answer

Apache Spark gives "Failed to load native-hadoop with error"

Seems like hadoop path is missing in java.library.path. ...READ MORE

answered Nov 22, 2018 in Big Data Hadoop by Omkar
• 69,210 points
2,434 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,521 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,165 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
103,807 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,232 views
0 votes
1 answer

Hadoop: Error: Could not find or load main class org.apache.hadoop.util.VersionInfo

This seems like a path issue. Add the ...READ MORE

answered Nov 16, 2018 in Big Data Hadoop by Omkar
• 69,210 points
11,800 views
0 votes
1 answer

Hadoop Java: org.apache.hadoop.conf.Configuration does not exist error

To solve this error, add hadoop-common to ...READ MORE

answered Nov 21, 2018 in Big Data Hadoop by Omkar
• 69,210 points
6,926 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP