狠狠色伊人亚洲综合网站色-亚洲一区图片-HD免费看,国产精品久久777777,国产精品一v二v在线观看,亚洲欧美国产精品一区二区

跳轉(zhuǎn)到主要內(nèi)容

Hive修改引擎為Spark無法修改參數(shù)

故障描述

  hdp 3默認(rèn)采用tez引擎,根據(jù)業(yè)務(wù)需求,需臨時(shí)更換為spark引擎。

采用

set hive.execution.engine=spark;

set spark.executor.instances=40;

報(bào)錯(cuò)如下

Error while processing statement:Canot modly spark.executor.instances at runtime, t is not in list of params that are alowed to be modifed at runtime

故障分析

  無

處理過程

    hive 3開始,默認(rèn)進(jìn)行安全授權(quán),防止運(yùn)行時(shí)修改參數(shù)。把hive配置中hive.security.authorization.enabled關(guān)閉后再行測(cè)試即可。

建議/總結(jié)

  無