zoukankan      html  css  js  c++  java
  • hbase-0.20.6/bin/hbase-daemon.sh: Permission denied

    部署hbase全分布式时,出现以下错误:
    主机的hbase启动了,但是从机的没启动
    [root@centos7-01 my.shells]# start-hbase.sh Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release localhost: starting zookeeper, logging to /opt/sw/hbase-0.20.6/bin/../logs/hbase-root-zookeeper-centos7-01.out localhost: Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release starting master, logging to /opt/sw/hbase-0.20.6/logs/hbase-root-master-centos7-01.out Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release centos7-03: bash: /opt/sw/hbase-0.20.6/bin/hbase-daemon.sh: Permission denied centos7-02: bash: /opt/sw/hbase-0.20.6/bin/hbase-daemon.sh: Permission denied
    其原因是没有权限,可以修改从机hbase下的文件权限,比如:
    [root@centos7-02 hbase-0.20.6]# chmod -R 777 ./
    再启动hbase就可以了
    [root@centos7-01 bin]# ./start-hbase.sh Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release localhost: starting zookeeper, logging to /opt/sw/hbase-0.20.6/bin/../logs/hbase-root-zookeeper-centos7-01.out localhost: Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release starting master, logging to /opt/sw/hbase-0.20.6/logs/hbase-root-master-centos7-01.out Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release centos7-02: starting regionserver, logging to /opt/sw/hbase-0.20.6/bin/../logs/hbase-root-regionserver-centos7-02.out centos7-03: starting regionserver, logging to /opt/sw/hbase-0.20.6/bin/../logs/hbase-root-regionserver-centos7-03.out centos7-03: Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release centos7-02: Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release [root@centos7-01 bin]# jps 1424 JobTracker 2321 Jps 1243 NameNode 2220 HMaster 1357 SecondaryNameNode 2158 HQuorumPeer
  • 相关阅读:
    https://rll.berkeley.edu/gps/
    论文阅读:Learning Manipulation Tasks from Vision-based Teleoperation
    Qt编写安防视频监控系统65-子模块9数据调试
    Qt编写安防视频监控系统64-子模块8飞行轨迹
    Qt编写可视化大屏电子看板系统22-平滑曲线图
    Qt编写安防视频监控系统63-子模块7悬浮地图
    OpenCV使用双边滤波以及锐化算子实现图片的美颜以及提升清晰度操作
    OpenCV实现均值滤波和高斯滤波
    OpenCV绘制线、圆、椭圆、矩形
    OpenCV利用像素点操作调整图像亮度
  • 原文地址:https://www.cnblogs.com/wwzyy/p/9243325.html
Copyright © 2011-2022 走看看