[
https://issues.apache.org/jira/browse/KUDU-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved KUDU-2249.
-------------------------------
Resolution: Fixed
Assignee: Clemens Valiente
Fix Version/s: 1.7.0
Thanks Clemens!
> fix client shut down prematurely in KuduTableInputFormat
> --------------------------------------------------------
>
> Key: KUDU-2249
> URL: https://issues.apache.org/jira/browse/KUDU-2249
> Project: Kudu
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Clemens Valiente
> Assignee: Clemens Valiente
> Priority: Major
> Fix For: 1.7.0
>
>
> In FetchInputFormatSplit, Hive uses the same InputFormat for fetching the
> splits and getting the recordReader (in our case, it is the
> KuduTableInputFormat.TableRecordReader).
> If Hive then tries to initialize that record reader, it runs into an error
> here:
> https://github.com/cloudera/kudu/blob/master/java/kudu-mapreduce/src/main/java/org/apache/kudu/mapreduce/KuduTableInputFormat.java#L397
> since the TableRecordReader uses the same client of the KuduTableInputFormat
> that was already shut down by getSplits()
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)