上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页
摘要: 1 在一个能访问远程repo的服务器上执行,下载ansible及相关依赖的rpm包 # mkdir ansible# yum install --downloadonly --downloaddir=ansible ansible 2 将ansible目录拷贝到离线服务器上,通过yum locali 阅读全文
posted @ 2019-02-20 17:39 匠人先生 阅读(918) 评论(0) 推荐(0)
摘要: 一 官方 airflow官方分布式部署结构图 airflow进程 webserver scheduler flower(非必须) worker airflow缺点 scheduler单点 通过在scheduler的dags目录变动dag文件来提交流程 官方分布式部署方案 多个webserver 多个 阅读全文
posted @ 2019-02-20 01:57 匠人先生 阅读(3336) 评论(0) 推荐(0)
摘要: CM金丝雀Canary报错 1 HDFS 金丝雀Canary 测试无法为 /tmp/.cloudera_health_monitoring_canary_files 创建父目录。 2 Hive Metastore CanaryHive Metastore canary 创建 hue hdfs 主目录 阅读全文
posted @ 2019-02-19 14:17 匠人先生 阅读(5314) 评论(0) 推荐(0)
摘要: hive metastore在建表时报错 [pool-5-thread-2]: MetaException(message:Got exception: java.net.ConnectException Call From server2 to server1:8020 failed on con 阅读全文
posted @ 2019-02-19 13:05 匠人先生 阅读(985) 评论(0) 推荐(0)
摘要: kerberos安装详见:https://www.cnblogs.com/barneywill/p/10394164.html 一 为CM创建用户 # kadmin.local -q "addprinc scm/admin" 名字和密码任意,后续配置中会使用 二 CM配置过程 1 启用Kerbero 阅读全文
posted @ 2019-02-19 00:35 匠人先生 阅读(3123) 评论(0) 推荐(1)
摘要: kerberos5-1.17 官方:https://kerberos.org/ 一 简介 The Kerberos protocol is designed to provide reliable authentication over open and insecure networks wher 阅读全文
posted @ 2019-02-19 00:35 匠人先生 阅读(1283) 评论(0) 推荐(1)
摘要: marathon-lb 官方:https://github.com/mesosphere/marathon-lb 一 简介 Marathon load balancer (Marathon-LB) is a proxy server and load balancer for TCP, HTTP, 阅读全文
posted @ 2019-02-18 18:30 匠人先生 阅读(885) 评论(0) 推荐(1)
摘要: cdh5.16.1使用的hive版本是hive-1.1.0+cdh5.16.1+1431,详见:https://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_package_tarball_516. 阅读全文
posted @ 2019-02-17 12:56 匠人先生 阅读(1030) 评论(0) 推荐(1)
摘要: mysql开启binlog后会在/var/lib/mysql下创建binlog文件,如果手工删除,则下次mysql启动会报错: mysqld: File './master-bin.000001' not found (Errcode: 2 - No such file or directory)2 阅读全文
posted @ 2019-02-17 01:15 匠人先生 阅读(589) 评论(0) 推荐(1)
摘要: 一 测试域名是否可达 1 ping # ping www.baidu.comPING www.a.shifen.com (220.181.112.244) 56(84) bytes of data.64 bytes from 220.181.112.244 (220.181.112.244): ic 阅读全文
posted @ 2019-02-16 10:40 匠人先生 阅读(5990) 评论(0) 推荐(1)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页