GitHub user ShubhamChaurasia opened a pull request:
https://github.com/apache/hive/pull/495
HIVE-20979: Fix memory leak in hive streaming
Fixes two memory leaks.
-In HiveStreamingConnection due to Shutdown hook not being removed.
-In AbstractRecordWriter due to FileSystem not being closed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ShubhamChaurasia/hive HIVE-20979
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/495.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #495
----
commit a6985008713ee731182db774626f0b75277b6172
Author: ShubhamChaurasia <shubh.chaurasia@...>
Date: 2018-11-28T08:19:16Z
HIVE-20979: Fix memory leak in hive streaming
----
---