I\'m getting following error while using sqoop import command:
ERROR security.UserGroupInformation: PriviledgedActionException as:SqoopUser (auth:SIMPLE) cause:java.io.File
first we have to grant all permission to the file like
'grant all privileges on filename.* to '%'@"localhost';
'grant all privileges on filename.* to ''@'localhost';
give this to command and excute