首页 > 其他 > 详细

安装cloudera

时间:2014-07-24 14:45:05      阅读:369      评论:0      收藏:0      [点我收藏+]

1. 查看selinux状态

$ /usr/sbin/getenforce
Enforcing

 

$ /usr/sbin/sestatus
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   enforcing
Mode from config file:          enforcing
Policy version:                 23
Policy from config file:        targeted

 

2. 关闭selinux

编辑配置文件/etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#       targeted - Targeted processes are protected,
#       mls - Multi Level Security protection.
SELINUXTYPE=targeted

 3. 生效

重启生效。

$ /usr/sbin/getenforce
Disabled

安装cloudera,布布扣,bubuko.com

安装cloudera

原文:http://www.cnblogs.com/osroot/p/3865344.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!