• Exception:kylin构建cube, Cannot modify mapReduce.queue.name at runtime


    Failed to open new session: java.lang.IllegalArgumentException: Cannot modify tez.queue.name at runtime. It is not in list of params that are allowed to be modified at runtime (state=08S01,code=0)

    或者 出现Cannot modify mapReduce.queue.name at runtime

    无法指定 运行队列

    hdp3.0.0的hive为3.0.0以上,运行引擎为tez

    需要添加参数,让是tez前缀的配置也生效

    <property>
    <name>hive.security.authorization.sqlstd.confwhitelist</name>
    <value>mapred.*|hive.*|mapreduce.*|spark.*|tez*</value>
    </property>
    
    <property>
    <name>hive.security.authorization.sqlstd.confwhitelist.append</name>
    <value>mapred.*|hive.*|mapreduce.*|spark.*|tez*</value>
    </property>
    

      

  • 相关阅读:
    大数据学习操作笔记
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    jstl标签,c:foreach无效的问题
    阅读笔记
    《高效能人士的7个习惯》
  • 原文地址:https://www.cnblogs.com/hejunhong/p/14680259.html
Copyright © 2020-2023  润新知