上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 83 下一页
摘要: 注解1: 带参数: @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface TableRef { String value(); } 注解2: @Target({ElementType.FIE 阅读全文
posted @ 2019-12-26 16:24 lshan 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 依赖: <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>2.1.1</version> </dependency> consumer.properties 阅读全文
posted @ 2019-12-25 16:46 lshan 阅读(535) 评论(0) 推荐(0) 编辑
摘要: springboot-habse: https://github.com/spring-projects/spring-hadoop-samples/tree/master/hbase 依赖: <dependency> <groupId>org.springframework.data</group 阅读全文
posted @ 2019-12-25 15:17 lshan 阅读(6936) 评论(2) 推荐(0) 编辑
摘要: 参考:https://juejin.im/post/5c4aa7266fb9a049d61de727 阅读全文
posted @ 2019-12-23 09:46 lshan 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/weixin_41995979/article/details/81990179 阅读全文
posted @ 2019-12-20 16:09 lshan 阅读(385) 评论(0) 推荐(0) 编辑
摘要: tailDir 启动: bin/flume-ng agent --conf conf --conf-file job/taildirSource-kafka.conf --name a1 -Dflume.root.logger=INFO,console flume# taildirSource-ka 阅读全文
posted @ 2019-12-20 15:32 lshan 阅读(984) 评论(0) 推荐(0) 编辑
摘要: HBase图形界面管理工具HBaseXplorer HBaseXplorer 是一款HBase管理工具,采用JAVA界面方式,查看和管理数据都很发布.HBaseXplorer原名为 hbase-gui-admin ,是由 zpasal 开发的一款HBase管理工具下载地址:https://githu 阅读全文
posted @ 2019-12-20 13:50 lshan 阅读(22377) 评论(0) 推荐(0) 编辑
摘要: 2.7、与Sqoop的集成 Sqoop supports additional import targets beyond HDFS and Hive. Sqoop can also import records into a table in HBase. 之前我们已经学习过如何使用Sqoop在H 阅读全文
posted @ 2019-12-20 11:47 lshan 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 依赖: <dependencies> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-server</artifactId> <version>1.3.6</version> </dependency> <depe 阅读全文
posted @ 2019-12-20 11:06 lshan 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_34173549/article/details/80598056 zookeeper 的监控工具 公司很多产品会使用zookeeper,比如Meta消息中间件,在测试的过程中,我们经常需要查询zookeeper里面的信息来精确定位问题。目前项 阅读全文
posted @ 2019-12-19 16:43 lshan 阅读(862) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 83 下一页