You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "jiazhizhong (Jira)" <ji...@apache.org> on 2022/01/19 08:31:00 UTC

[jira] [Created] (ZEPPELIN-5637) IllegalArgumentException: Cannot modify tez.application.tags at runtime

jiazhizhong created ZEPPELIN-5637:
-------------------------------------

             Summary: IllegalArgumentException: Cannot modify tez.application.tags at runtime
                 Key: ZEPPELIN-5637
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5637
             Project: Zeppelin
          Issue Type: Bug
          Components: hive
    Affects Versions: 0.10.0
         Environment: env:  hdp 3.1.5   zeppelin 0.10

 
            Reporter: jiazhizhong
         Attachments: a.png

config hive by jdbc interpreter

execute code blow:

%hive
show tables;

result output is:

Could not open client transport with JDBC Uri: jdbc:hive2://172.25.23.30:10000/default?tez.application.tags=paragraph_1642566718563_959575270;mapreduce.job.tags=paragraph_1642566718563_959575270;: Failed to open new session: java.lang.IllegalArgumentException: Cannot modify tez.application.tags at runtime. It is not in list of params that are allowed to be modified at runtime



--
This message was sent by Atlassian Jira
(v8.20.1#820001)