
hive
Ronney-Hua
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hive分区表count(*)不起mapreduce的真相
问题背景: 在对Hive求count(*)时,发现有些表会启mapreduce计算、返回 结果,比较耗时,有的表1秒之内返回结果 刚开始以为刚刚执行过一次count()后会对结果进行缓存,不用再去跑mapreduce,但经进一步实验发现大多数表每次执行count()操作都会跑mapreduce,于是猜测的结论不成立。 后在必应查找原因,大部分的结果都指向了:‘hive从1.0开始采用Fetch原创 2017-10-31 15:31:00 · 5481 阅读 · 0 评论 -
Overwriting conflict when i load table from hive
When you run the sample.sh, it actually does two things. One is to generate a few tables in Hive, another one is to generate the table metadata in Kylin's learn_kylin project which is saved in the原创 2018-01-02 13:01:48 · 391 阅读 · 0 评论