执行语句

    1. select count(*) from ods_ica_http_yyyymmdd_test where msisdn='15002903567';

    mr引擎可以执行,tez执行报错如下:

    1. ERROR : Vertex failed, vertexName=Map 1, vertexId=vertex_1608004593839_0070_1_00, diagnostics=[Task failed, taskId=task_1608004593839_0070_1_00_000529, diagnostics=[TaskAttempt 0 failed, info=[Error: Error while running task ( failure ) : attempt_1608004593839_0070_1_00_000529_0:java.lang.IllegalArgumentException

    hiveserver2.log报错如下

    1. 2020-12-21T17:32:14,628 WARN [HiveServer2-Handler-Pool: Thread-161116]: thrift.ThriftCLIService (:()) - Error executing statement:
    2. org.apache.hive.service.cli.HiveSQLException: Error while processing statement: Cannot modify hadoop.zk.address at runtime. It is not in list of params that are allowed to be mo
    3. dified at runtime
    4. at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:335) ~[hive-service-3.1.0.3.1.0.0-78.jar:3.1.0.3.1.0.0-78]
    5. at org.apache.hive.service.cli.operation.HiveCommandOperation.runInternal(HiveCommandOperation.java:116) ~[hive-service-3.1.0.3.1.0.0-78.jar:3.1.0.3.1.0.0-78]
    6. at org.apache.hive.service.cli.operation.Operation.run(Operation.java:247) ~[hive-service-3.1.0.3.1.0.0-78.jar:3.1.0.3.1.0.0-78]
    7. .
    8. .
    9. .

    关闭动态分区
    hive.tez.dynamic.partition.pruning = false