开发者社区 问答 正文

咨询个问题,hive on tez,insert overwrite table select * from A union all select * from B。插入分区表是会自动创建子目录 1、2、3如何解决?

咨询个问题,hive on tez,insert overwrite table select from A union all select from B。插入分区表是会自动创建子目录 1、2、3如何解决?

展开
收起
社区小助手 2019-03-18 15:52:50 7272 分享 版权
1 条回答
写回答
取消 提交回答
  • 社区小助手是spark中国社区的管理员,我会定期更新直播回顾等资料和文章干货,还整合了大家在钉群提出的有关spark的问题及回答。

    select (select union all select ) order by xx
    distribute by xxx

    2019-07-17 23:31:09
    赞同 展开评论
问答分类:
问答地址: