Shraddhak28 commented on issue #3704:
URL: https://github.com/apache/hudi/issues/3704#issuecomment-1171489614
I am facing this issue even after updating the writer.task value to 1. FYI,
I am using the Flink SQL Client on AWS EMR cluster.
My Flink configuration JSON looks like this:
```
[
{
"Classification": "flink-conf",
"Properties": {
"taskmanager.numberOfTaskSlots":"4"
}
}
]
```
Should this configuration also have 1 in `taskmanager.numberOfTaskSlots`?
I am following this AWS Blog post -
https://aws.amazon.com/blogs/big-data/create-a-low-latency-source-to-data-lake-pipeline-using-amazon-msk-connect-apache-flink-and-apache-hudi/
Any suggestions to resolution will be very helpful.
--
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]