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

Carl Steinbach reopened HIVE-1493:
----------------------------------


> incorrect explanation when local mode not chosen automatically
> --------------------------------------------------------------
>
>                 Key: HIVE-1493
>                 URL: https://issues.apache.org/jira/browse/HIVE-1493
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>            Priority: Minor
>
> slipped past in 1408:
>     // check for max input size                                               
>                                       
>     if (inputSummary.getLength() > maxBytes)
>         return "Input Size (= " + maxBytes + ") is larger than " +
>             HiveConf.ConfVars.LOCALMODEMAXBYTES.varname + " (= " + maxBytes + 
> ")";
> printing same value twice.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to