Sqoop报错:ERROR Could not register mbeans java.security.AccessControlException: access denied

sqoop报错:

ERROR Could not register mbeans java.security.AccessControlException: access denied ("javax.management.MBeanTrustPermission" "register")

解决方法:

修改jdk的文件jdk1.8.0_11/jre/lib/security/java.policy

具体配置如下:在文件中添加如下内容

grant {
        permission javax.management.MBeanTrustPermission "register";

};

posted @ 2019-08-05 18:36  大数据技术与数仓  阅读(1226)  评论(0编辑  收藏  举报