[
https://issues.apache.org/jira/browse/FLINK-24953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451507#comment-17451507
]
xiangqiao edited comment on FLINK-24953 at 12/1/21, 5:21 AM:
-------------------------------------------------------------
sorry, this problem has been fixed in master branch. I will close this jira.
duplicated with this jira:https://issues.apache.org/jira/browse/FLINK-22898
was (Author: xiangqiao):
sorry, this problem has been fixed in master branch. I will close this jira.
> Optime hive parallelism inference
> ---------------------------------
>
> Key: FLINK-24953
> URL: https://issues.apache.org/jira/browse/FLINK-24953
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Hive
> Affects Versions: 1.13.0, 1.14.0
> Reporter: xiangqiao
> Assignee: xiangqiao
> Priority: Major
> Labels: pull-request-available
>
> Currently, when I disable hive table source parallelism inference using
> configuration and set parallelism.default: 100.
> {code:java}
> table.exec.hive.infer-source-parallelism: false
> parallelism.default: 100{code}
> The result is that the parallelism of hive table source is {*}1{*}, and the
> configuration of the default parallelism is not effective.
> I will optimize this problem. In the future, when disable hive table source
> parallelism inference ,the parallelism of hive table source will be
> determined according to the following order:
>
> 1. If table.exec.resource.default-parallelism is set, the configured value
> will be used
> 2. If parallelism.default is set, the configured value is used
> 3. If the above two configuration items are not set, the default value is 1
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)