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