下列语句在Hive命令行可以执行,但是在hue上好像不可以。
1 | hive> SET hive.exec.dynamic.partition = true; // 开启动态分区,默认是false |
https://blog.csdn.net/qq_26442553/article/details/80382174
http://shzhangji.com/cnblogs/2014/04/07/hive-small-files/
下列语句在Hive命令行可以执行,但是在hue上好像不可以。
1 | hive> SET hive.exec.dynamic.partition = true; // 开启动态分区,默认是false |
https://blog.csdn.net/qq_26442553/article/details/80382174
http://shzhangji.com/cnblogs/2014/04/07/hive-small-files/