You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Clemens Valiente (JIRA)" <ji...@apache.org> on 2017/12/28 09:37:02 UTC

[jira] [Commented] (KUDU-2249) fix client shut down prematurely in KuduTableInputFormat

    [ https://issues.apache.org/jira/browse/KUDU-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305234#comment-16305234 ] 

Clemens Valiente commented on KUDU-2249:
----------------------------------------

patch available here https://gerrit.cloudera.org/c/8921/

> 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
>
> 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
(v6.4.14#64029)