[
https://issues.apache.org/jira/browse/HUDI-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379788#comment-17379788
]
ASF GitHub Bot commented on HUDI-2171:
--------------------------------------
yuzhaojing commented on a change in pull request #3268:
URL: https://github.com/apache/hudi/pull/3268#discussion_r668607209
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -286,6 +286,12 @@ private FlinkOptions() {
.defaultValue(KeyGeneratorType.SIMPLE.name())
.withDescription("Key generator type, that implements will extract the
key out of incoming record");
+ public static final ConfigOption<Integer> INDEX_BOOTSTRAP_TASKS =
ConfigOptions
+ .key("index_bootstrap.tasks")
+ .intType()
Review comment:
Ok, I design this name like BUCKET_ASSIGN_TASKS, I will modify this.
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -286,6 +286,12 @@ private FlinkOptions() {
.defaultValue(KeyGeneratorType.SIMPLE.name())
.withDescription("Key generator type, that implements will extract the
key out of incoming record");
+ public static final ConfigOption<Integer> INDEX_BOOTSTRAP_TASKS =
ConfigOptions
+ .key("index_bootstrap.tasks")
+ .intType()
+ .defaultValue(4)
+ .withDescription("Parallelism of tasks that do index bootstrap, default
is 4");
+
public static final ConfigOption<Integer> BUCKET_ASSIGN_TASKS = ConfigOptions
.key("bucket_assign.tasks")
.intType()
Review comment:
Ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Add parallelism conf for bootstrap operator
> -------------------------------------------
>
> Key: HUDI-2171
> URL: https://issues.apache.org/jira/browse/HUDI-2171
> Project: Apache Hudi
> Issue Type: Improvement
> Components: Flink Integration
> Reporter: yuzhaojing
> Assignee: yuzhaojing
> Priority: Major
> Labels: pull-request-available
>
> Add parallelism conf for bootstrap operator
--
This message was sent by Atlassian Jira
(v8.3.4#803005)