03 2016 档案

摘要:集成hive 的前提是apache hadoop 集群能够正常启动。 hadoop 版本 apach2.6.0 hive 版本:1.2.1 1、安装mysql 并赋予权限: 1.1:创建hive 用户和密码: Create user ‘hive’ identified by ‘123456’ 1.2 阅读全文
posted @ 2016-03-07 15:18 zhanggl 阅读(1007) 评论(0) 推荐(0) 编辑
摘要:第三章:垃圾收集器与内存分配 问题:1、哪些内存需要回收 2、什么时候回收 3、怎么回收 回收方法区: 阅读全文
posted @ 2016-03-03 17:53 zhanggl 阅读(145) 评论(0) 推荐(0) 编辑
摘要:1、对堆的理解: a):所有的对象实例以及数据都要在堆中分配 b):新生代和老年代存在于堆中 阅读全文
posted @ 2016-03-03 16:36 zhanggl 阅读(111) 评论(0) 推荐(0) 编辑
摘要:1、pom.xml 配置文件: 在pom.xml配置文件中添加 <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive> <manifest> <mainCl 阅读全文
posted @ 2016-03-03 14:26 zhanggl 阅读(4589) 评论(0) 推荐(0) 编辑
摘要:测试数据: datas 1001 lilei 17 13800001111 1002 lily 16 13800001112 1003 lucy 16 13800001113 1004 meimei 16 13800001114 数据批量导入使用mr,先生成HFile文件然后在用completebu 阅读全文
posted @ 2016-03-02 17:50 zhanggl 阅读(1513) 评论(0) 推荐(0) 编辑
摘要:图片: RegionServer Split Process The RegionServer decides locally to split the region, and prepares the split. THE SPLIT TRANSACTION IS STARTED.As a fir 阅读全文
posted @ 2016-03-01 15:06 zhanggl 阅读(318) 评论(0) 推荐(0) 编辑
摘要:solr.server.url : URL of the SOLR instance (mandatory) solr.commit.size : buffer size when sending to SOLR (default 1000) solr.mapping.file : name of 阅读全文
posted @ 2016-03-01 15:03 zhanggl 阅读(399) 评论(0) 推荐(0) 编辑