上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页
摘要: 先看代码 org.springframework.web.client.RestTemplate public RestTemplate() { this.messageConverters = new ArrayList(); this.errorHandler = new DefaultResp 阅读全文
posted @ 2019-07-05 22:58 匠人先生 阅读(900) 评论(0) 推荐(0) 编辑
摘要: oozie提交workflow后执行task报错: 2019-07-04 17:19:00,559 ERROR [RMCommunicator Allocator] org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator: ERROR I 阅读全文
posted @ 2019-07-05 22:31 匠人先生 阅读(979) 评论(0) 推荐(0) 编辑
摘要: oozie默认使用的spark是1.6,一直没有升级,如果想用最新的2.4,需要自己手工升级 首先看当前使用的spark版本的jar # oozie admin -oozie http://$oozie_server:11000/oozie -shareliblist # oozie admin - 阅读全文
posted @ 2019-07-04 15:01 匠人先生 阅读(765) 评论(0) 推荐(0) 编辑
摘要: 包括cloudera-manager、hdfs、impala、kudu、oozie以及系统日志等; #cloudera-service-monitor log /bin/rm /var/lib/cloudera-service-monitor/ts/*/partition*/* -rf /bin/r 阅读全文
posted @ 2019-07-03 16:39 匠人先生 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 通过location配置 location ~ \.html$ { add_header 'Cache-Control' 'no-cache'; } location ~ \.(js|css|gif|jpg|jpeg|png|bmp|swf)$) { access_log off; expires 阅读全文
posted @ 2019-07-03 15:41 匠人先生 阅读(679) 评论(0) 推荐(0) 编辑
摘要: import java.util.concurrent.{ExecutorService, Executors, TimeUnit} import akka.actor.{Actor, ActorSystem, Props} import akka.util.Timeout import scala 阅读全文
posted @ 2019-06-22 22:39 匠人先生 阅读(390) 评论(0) 推荐(0) 编辑
摘要: logstash input插件之mongodb是第三方的,配置如下: input { mongodb { uri => 'mongodb://mongo_server:27017/db' placeholder_db_dir => '/path/to/db_dir/' placeholder_db 阅读全文
posted @ 2019-06-20 15:08 匠人先生 阅读(1418) 评论(0) 推荐(0) 编辑
摘要: 官方:https://www.sqlite.org/index.html 简介 SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, 阅读全文
posted @ 2019-06-20 14:44 匠人先生 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 查看当前时区 > show variables like '%time_zone%'; + + + | Variable_name | Value | + + + | system_time_zone | UTC | | time_zone | SYSTEM | + + + 2 rows in se 阅读全文
posted @ 2019-06-20 11:06 匠人先生 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 官方:https://mesos.github.io/chronos/ mesos集群中替换crontab Chronos A fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based sc 阅读全文
posted @ 2019-06-19 14:51 匠人先生 阅读(677) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页