[
https://issues.apache.org/jira/browse/HADOOP-18940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935531#comment-17935531
]
ASF GitHub Bot commented on HADOOP-18940:
-----------------------------------------
steveloughran opened a new pull request, #7506:
URL: https://github.com/apache/hadoop/pull/7506
### Description of PR
this is a patch we've had internally for a long time -never noticed it
wasn't in asf hadoop until an audit noticed it. been happy with it for a long
time.
### How was this patch tested?
in production for some years!
also running the abfs tests for regression.
### For code changes:
- [X] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
> ABFS: Remove commons IOUtils.close() from AbfsOutputStream
> ----------------------------------------------------------
>
> Key: HADOOP-18940
> URL: https://issues.apache.org/jira/browse/HADOOP-18940
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.4.0
> Reporter: Steve Loughran
> Assignee: Mehakmeet Singh
> Priority: Critical
>
> Hive is raising java.lang.NoSuchMethodError when attempting to run Hive
> queries against abfs because it's version of commons IO doesn't match that
> hadoop is built with.
> Moving to use Hadoop's IOUtil.cleanup methods rather than commons IOUtils
> avoids this
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]