Samrat
Samrat
### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html ### What type...
### Description of PR [YARN-11196](https://issues.apache.org/jira/browse/YARN-11196) ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue...
### Description of PR [HADOOP-18437](https://issues.apache.org/jira/browse/HADOOP-18437) ### How was this patch tested? Typo fix in the code ### For code changes: - [x] Does the title or this PR starts with...
### Description of PR When hadoop cluster running on cloud , uses spot instance and AM is launched on one of those instances. When these instances are removed then we...
### Description of PR [HADOOP-18272](https://issues.apache.org/jira/browse/HADOOP-18272) ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue...
## What is the purpose of the change Fix the error due to IOException: Stream closed Issue is caused due to ``` committer.commitAfterRecovery(); closeForCommit(); ``` This is causing the IOException...
## Purpose of the change Add Glue catalog feature ## Verifying this change Tested in EMR cluster - Unit test cases ## Significant changes *(Please check any boxes [x] if...
## Purpose of the change Flink Connector Redshift Sink Implementation ## Verifying this change #### JDBC mode testing ``` CREATE TABLE users1 ( > `id` BIGINT, > `data` STRING, >...
## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...
## What is the purpose of the change Fix Document Build issue due to npm build is getting error . https://github.com/apache/flink/actions/runs/10212497617 ## Brief change log - upgrade protractor dependencies in...