摘要: 博主忙于面试,后续补充文档 阅读全文
posted @ 2017-09-26 16:39 咸鱼大先生 阅读(125) 评论(0) 推荐(0)
摘要: 博主忙于面试,后续补充文档 阅读全文
posted @ 2017-09-26 16:38 咸鱼大先生 阅读(162) 评论(0) 推荐(0)
摘要: 博主忙于面试,后续补充文档 阅读全文
posted @ 2017-09-26 16:37 咸鱼大先生 阅读(106) 评论(0) 推荐(0)
摘要: 博主忙于面试,后续补充文档 阅读全文
posted @ 2017-09-26 16:36 咸鱼大先生 阅读(61) 评论(0) 推荐(0)
摘要: 博主忙于学习,后续补充文档 阅读全文
posted @ 2017-09-26 16:34 咸鱼大先生 阅读(120) 评论(0) 推荐(0)
摘要: 1#建表(默认是内部表) create table test_hive(id bigint,account string,expense double,time string) row format delimited fields terminated by '\t'; #建分区表(有大量数据增加 阅读全文
posted @ 2017-09-26 16:28 咸鱼大先生 阅读(4060) 评论(0) 推荐(0)
摘要: 1.下载安装ActiveMQ 官网下载地址:http://activemq.apache.org/download.html ActiveMQ 提供了Windows 和Linux、Unix 等几个版本,我选择了Windows 版本下进行开发。 下载完压缩包后,直接解压: 目录: bin存放的是脚本文 阅读全文
posted @ 2017-08-30 15:47 咸鱼大先生 阅读(510) 评论(0) 推荐(0)