[
https://issues.apache.org/jira/browse/HIVE-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-1311:
---------------------------------
Description:
CombineHiveInputFormat: getSplits()
if (this.mrwork != null && this.mrwork.getHadoopSupportsSplittable())
should check if hadoop supports splittable is false
was:
CombineHiveInputFormat: getSplits()
if (this.mrwork != null && this.mrwork.getHadoopSupportsSplittable())
should check if hadoop supports splittable is false
Release Note: (was: HIVE-1311. Bug in use of parameter hadoop supports
splittable. (Namit Jain via zshao))
Summary: Bug is use of hadoop supports splittable (was: bug is use of
hadoop supports splittable)
> Bug is use of hadoop supports splittable
> ----------------------------------------
>
> Key: HIVE-1311
> URL: https://issues.apache.org/jira/browse/HIVE-1311
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Namit Jain
> Assignee: Namit Jain
> Fix For: 0.6.0
>
> Attachments: hive.1311.1.patch
>
>
> CombineHiveInputFormat: getSplits()
> if (this.mrwork != null && this.mrwork.getHadoopSupportsSplittable())
> should check if hadoop supports splittable is false
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.