大数据 hue4.2 连接hbase Api Error: timed out Api Error: timed out在hbase 配置里去掉这2个选项在hue配置里增加[hbase] hbase_clusters=(cdh5 Cluster|10.0.19.49:9090),... 2018年11月16日 发表评论 阅读全文
hbase hbase master起不来 Server is not running yet rg.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet解决方法:如果MasterProcW... 2018年11月15日 发表评论 阅读全文
Linux/Unix crontab调度python脚本 要cd到文件目录0 */2 * * * cd /home/admin/py && python /home/admin/py/JobMonitor.py 2018年11月12日 发表评论 阅读全文
hive message:hive.metastore.sasl.enabled can’t be false in non-testing mode spark-shell 执行下列语句报错import org.apache.spark.sql.{SaveMode, SparkSession} val df=spark.table("x... 2018年11月05日 发表评论 阅读全文
ELK elasticsearch6.4 开启安全管理 x-pack security使用实战 elasticsearch6.4 + kibana6.4 集群安装https://blog.csdn.net/cxfeugene/article/details/82710504安装安全管理 x-pa... 2018年11月05日 发表评论 阅读全文
hbase Hbase权限控制 参考https://blog.csdn.net/shenliang1985/article/details/51420332habse权限管理 grant 'hive', 'R', 'TestTabl... 2018年11月02日 发表评论 阅读全文
运维 Redis5.0集群安装 一、准备好三台机器: node1 (10.0.221.74) node2(10.0.221.69) node3(10.0.221.73) 二、编译安装(node1) yum -y install gc... 2018年10月31日 发表评论 阅读全文
Linux/Unix centos7 openldap双主部署 https://blog.csdn.net/fanren224/article/details/79707206亲测 可用。vi mod_syncprov.ldif# create new dn: c... 2018年10月30日 发表评论 阅读全文
Linux/Unix 添加本机的用户和群组到ldap目录 vi ldapuser.sh #!/bin/bash SUFFIX='dc=baidu,dc=com' LDIF='ldapuser.ldif' echo -n > $LDIF GR... 2018年10月30日 发表评论 阅读全文