
hive
Im-back
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hive命令
一. 显示地展示当前使用的数据库 hive> set hive.cli.print.current.db=true; ̶ 切换当前的数据库 hive(default)> USE hduser4801;̶ 使Hive显示列头 set hive.cli.print.header=true;̶转载 2014-09-03 16:42:36 · 985 阅读 · 0 评论 -
Hive 参数
hive.exec.max.created.files•说明:所有hive运行的map与reduce任务可以产生的文件的和 •默认值:100000 hive.exec.dynamic.partition•说明:是否为自动分区 •默认值:false hive.mapred.reduce.tasks.speculative.转载 2014-11-04 09:49:22 · 463 阅读 · 0 评论 -
hive总结
1.hive 数据类型 http://www.cnblogs.com/sharpxiajun/archive/2013/06/03/3114560.html 2.substr('abc',0,2) = ab mysql 是从1开始的 select * from online_server where substr(count_time,1,10)='2011-12-11'原创 2014-11-21 13:14:32 · 2360 阅读 · 0 评论