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)