Hive 设置

2020-02-21  本文已影响0人  alaya_c09d

beeline 方式设置mapreduce, tez参数出现错误

0: jdbc:hive2://10.5.xxx.xxx:10000> set mapreduce.job.max.split.locations=12;
Error: Error while processing statement: Cannot modify mapreduce.job.max.split.locations at runtime. It is not in list of params that are allowed to be modified at runtime (state=42000,code=1)

需要通过参数hive.security.authorization.sqlstd.confwhitelist.append允许运行时设置相关参数

tez\..*\..*|mapreduce\..*\..*|mapreduce\..*\..*\..*|mapreduce\..*\..*\..*\..*|parquet\..*\..*\..*\..*
image.png
上一篇 下一篇

猜你喜欢

热点阅读