You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chris Drome (JIRA)" <ji...@apache.org> on 2013/03/14 01:40:12 UTC

[jira] [Updated] (HIVE-4166) closeAllForUGI causes failure in hiveserver2 when fetching large amount of data

     [ https://issues.apache.org/jira/browse/HIVE-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Drome updated HIVE-4166:
------------------------------

    Attachment: HIVE-4166-0.10.patch
                HIVE-4166-trunk.patch

Initial patch that fixes this failure. Will continue to test.
                
> closeAllForUGI causes failure in hiveserver2 when fetching large amount of data
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-4166
>                 URL: https://issues.apache.org/jira/browse/HIVE-4166
>             Project: Hive
>          Issue Type: Bug
>          Components: Security, Shims
>    Affects Versions: 0.10.0, 0.11.0
>            Reporter: Chris Drome
>            Assignee: Chris Drome
>         Attachments: HIVE-4166-0.10.patch, HIVE-4166-trunk.patch
>
>
> HiveServer2 configured to use Kerberos authentication with doAs enabled throws an exception when fetching a large amount of data from a query.
> The exception is caused because FileSystem.closeAllForUGI is always called at the end of TUGIAssumingProcessor.process. This affects requests on the ResultSet for data from a SELECT query when the amount of data exceeds a certain size. At that point any subsequent calls to fetch more data throw an exception because the underlying DFSClient has been closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira