Sqoop jar files not found

后端 未结 6 1228
慢半拍i
慢半拍i 2020-12-21 13:05

I\'m getting following error while using sqoop import command: ERROR security.UserGroupInformation: PriviledgedActionException as:SqoopUser (auth:SIMPLE) cause:java.io.File

6条回答
  •  我在风中等你
    2020-12-21 13:50

    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

提交回复
热议问题