Replies: 4 comments 14 replies
-
Hello @qianmoQ, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I tried it, and it didn't work either by adding parameters from the uri or by setting them through properties. |
Beta Was this translation helpful? Give feedback.
-
@pan3793 I use the following links to query Hive running. However, related tasks cannot be found in the YARN cluster. Do I need to perform any configuration independently? jdbc:kyuubi://localhost:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi_cluster170?kyuubi.engine.type=HIVE_SQL;timeout=43200;spark.yarn.queue=default;spark.app.name=app_xxxxxx Return logs: 2023-10-08 18:04:09,113 �[34mINFO �[0;39m �[1;35m[Thread-677]�[0;39m �[36m[KyuubiLogInject.java:42]�[0;39m Scan log from statement [ 2023-10-08T18:04:09.113 ]
2023-10-08 18:04:13,813 �[34mINFO �[0;39m �[1;35m[Thread-677]�[0;39m �[36m[KyuubiLogInject.java:28]�[0;39m 2023-10-08 18:04:09.214 INFO org.apache.kyuubi.operation.ExecuteStatement: Query[ffbe9407-f7ef-4206-88e7-42f53e4370d9] in RUNNING_STATE
2023-10-08 18:04:14,114 �[34mINFO �[0;39m �[1;35m[Thread-677]�[0;39m �[36m[KyuubiLogInject.java:42]�[0;39m Scan log from statement [ 2023-10-08T18:04:14.113 ]
2023-10-08 18:04:18,814 �[34mINFO �[0;39m �[1;35m[Thread-677]�[0;39m �[36m[KyuubiLogInject.java:28]�[0;39m 2023-10-08 18:04:14.215 INFO org.apache.kyuubi.operation.ExecuteStatement: Query[ffbe9407-f7ef-4206-88e7-42f53e4370d9] in RUNNING_STATE |
Beta Was this translation helpful? Give feedback.
-
Code of Conduct
Search before asking
Describe the bug
java code:
jdbc url :
jdbc:kyuubi://localhost:11009/;kyuubi.engine.type=HIVE_SQL;timeout=43200;spark.yarn.queue=online
log output
kyuubi jdbc version:
kyuubi-hive-jdbc-shaded: 1.7.1
The
spark.app.name
and queue configurations that I specified do not take effect on the yarn clusterAffects Version(s)
1.7.0
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
No response
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
Beta Was this translation helpful? Give feedback.
All reactions