上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页

2019年10月18日

nginx一些高级配置

摘要: 参数: https://www.wangbokun.com/%E8%BF%90%E7%BB%B4/2018/07/21/Nginx.html 免费证书等 1/ nginx代理hue限制上传文件大小限制 server { listen 80; server_name hue.xxx.com; loca 阅读全文

posted @ 2019-10-18 16:38 锋锋2019 阅读(152) 评论(0) 推荐(0) 编辑

hue的优化

摘要: 参考: 官网: https://docs.cloudera.com/documentation/enterprise/6/6.2/topics/hue_ref_arch.html 1/ 和开发沟通是否能限制返回的条数 limit the number of rows returned 2/ 添加负载 阅读全文

posted @ 2019-10-18 16:10 锋锋2019 阅读(482) 评论(0) 推荐(0) 编辑

hue改下载行数

摘要: 参考: https://blog.csdn.net/lingbo229/article/details/85991230 修改hue所在机器的默认配置后,重启hue即可 find / -name beeswax 查找配置文件所在路径,选择src那个路径 vi /opt/cloudera/parcel 阅读全文

posted @ 2019-10-18 15:55 锋锋2019 阅读(550) 评论(0) 推荐(0) 编辑

2019年10月15日

摘要: 阅读全文

posted @ 2019-10-15 16:00 锋锋2019 阅读(85) 评论(0) 推荐(0) 编辑

运维常用脚本

摘要: 常用网站: http://c.biancheng.net/shell/ 1/ 日常for循环使用 for i in `ls`;do echo $i;donefor i in `ls`;do rm -rf $i;done for i in {20190929,20190930,20191001,201 阅读全文

posted @ 2019-10-15 14:25 锋锋2019 阅读(396) 评论(0) 推荐(0) 编辑

2019年10月14日

hive表存储位置

该文被密码保护。 阅读全文

posted @ 2019-10-14 15:05 锋锋2019 阅读(4) 评论(0) 推荐(0) 编辑

2019年10月12日

scala

摘要: 床头书: 阅读全文

posted @ 2019-10-12 16:43 锋锋2019 阅读(69) 评论(0) 推荐(0) 编辑

kafka调优

摘要: kafka调优:[root@bi-kafka-1 bin]# pwd/data/kafka-9092/bincat kafka-server-start.sh if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then export KAFKA_HEAP_OPTS="-Xmx1G 阅读全文

posted @ 2019-10-12 16:37 锋锋2019 阅读(1043) 评论(0) 推荐(0) 编辑

公司kafka配置文件server.properties

该文被密码保护。 阅读全文

posted @ 2019-10-12 16:35 锋锋2019 阅读(3) 评论(0) 推荐(0) 编辑

2019年10月11日

confluent部署:

摘要: confluent介绍https://www.cnblogs.com/dadadechengzi/p/9506964.html kafka connect:https://www.cnblogs.com/dadadechengzi/p/9506216.html 官网文档:https://docs.c 阅读全文

posted @ 2019-10-11 15:47 锋锋2019 阅读(960) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页

导航