
分布式
文章平均质量分 85
hacker_zhb
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hadoop 配置
转载自:http://blog.chinaunix.net/space.php?uid=22477743&do=blog&cuid=2046639 ;http://longmans1985.blog.163.com/blog/static/7060547520113652122555/ 0. 版本 0.19.2 1. hadoop cluster组成...原创 2012-03-22 17:23:43 · 99 阅读 · 0 评论 -
Hive用MySQL做元数据保存的数据库时,mySQL设置
BODY { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } P { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } DIV { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } TD { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } 安装MySQL: # tar -zxvf mys...原创 2012-04-13 10:59:47 · 150 阅读 · 0 评论 -
外部表分区添加数据方式代码示例
tips 1. create external table ext_user(id int, mail String, count int) partitioned by (ds string) row format delimited fields terminated by '\t' stored as textfile location '/dsap/rawdata/user'; hd...原创 2012-04-13 18:24:42 · 626 阅读 · 0 评论