如何在色调中同时运行多个查询?

发布于 2025-02-10 08:46:25 字数 534 浏览 2 评论 0原文

如果我开始第二个查询,则第一个查询将自动杀死。

因此,色相/蜂巢/tez/纱线的任何配置都可以控制此最大并发吗?

错误信息:

org.apache.hive.service.cli.HiveSQLException: 
Error while processing statement: FAILED: Execution Error, 
return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask. 
Dag received [DAG_TERMINATE, DAG_KILL] in RUNNING state.
Received message to shutdown AM from cnby (auth:SIMPLE) 
at Vertex killed, vertexName=Reducer 2, 
vertexId=vertex_1653638109600_4285_2_02, 
diagnostics=[Vertex received Kill while in RUNNING state.

If I start the second query, the first one will be killed automatically.

So any config of hue/hive/tez/yarn could control this max concurrency?

Error message:

org.apache.hive.service.cli.HiveSQLException: 
Error while processing statement: FAILED: Execution Error, 
return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask. 
Dag received [DAG_TERMINATE, DAG_KILL] in RUNNING state.
Received message to shutdown AM from cnby (auth:SIMPLE) 
at Vertex killed, vertexName=Reducer 2, 
vertexId=vertex_1653638109600_4285_2_02, 
diagnostics=[Vertex received Kill while in RUNNING state.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日暮斜阳 2025-02-17 08:46:25

色调中有一个配置:

[beeswax]
max_number_of_sessions=10

http:> http://cloudera.github.io/色相/最新/管理员/configuration/editor/

There is a config in hue:

[beeswax]
max_number_of_sessions=10

http://cloudera.github.io/hue/latest/administrator/configuration/editor/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文