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";
};
公众号「大数据技术与数仓」
专注分享数据仓库与大数据技术