摘要: 参考: http://wuchong.me/blog/2016/04/26/flink-internals-how-to-handle-backpressure/ 阅读全文
posted @ 2016-03-11 23:31 tonglin0325 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 和thrift这种每个字段有id的序列化框架不同,avro在schema变更(schema evolution)的时候,需要注意不能 阅读全文
posted @ 2016-03-11 23:12 tonglin0325 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 在使用mybatis-generator自动生成mapper代码的时候,对于基本的增删改查方法可以通过继承通用mapper的方式进行简化,参考:MyBatis 通用 Mapper 5. 高级用法 mapper接口,参考:Mapper 接口大全 1.依赖 <!-- mybatis --> <depen 阅读全文
posted @ 2016-03-11 22:51 tonglin0325 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 在nexus界面上可以手动上传release和hosted的包,但是无法手动上传snapshots的包 需要使用 mvn deploy 来上传snapshots包,比如 mvn deploy:deploy-file -DgroupId=org.apache.impala -DartifactId=i 阅读全文
posted @ 2016-03-11 21:17 tonglin0325 阅读(738) 评论(0) 推荐(0) 编辑
摘要: 1.docker部署MySQL amd64的机器可以使用centos的MySQL5.7的镜像:https://hub.docker.com/r/centos/mysql-57-centos7/ arm64和amd64的机器也可以使用MySQL8.0的镜像:https://hub.docker.com 阅读全文
posted @ 2016-03-11 15:10 tonglin0325 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 查看容器的网络模式 docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3f6822d8f262 confluentinc/cp-schema-registry:latest "/etc/confluent/dock… 阅读全文
posted @ 2016-03-11 11:56 tonglin0325 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Spring Security是提供了认证,鉴权以及其他的安全特性的java框架,下面是Spring Security的使用教程 1.引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-bo 阅读全文
posted @ 2016-03-11 11:50 tonglin0325 阅读(1454) 评论(0) 推荐(0) 编辑