You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2010/07/29 10:50:30 UTC

[jira] Created: (HIVE-1493) incorrect explanation when local mode not chosen automatically

incorrect explanation when local mode not chosen automatically
--------------------------------------------------------------

                 Key: HIVE-1493
                 URL: https://issues.apache.org/jira/browse/HIVE-1493
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-1493) incorrect explanation when local mode not chosen automatically

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma resolved HIVE-1493.
-------------------------------------

      Assignee: Joydeep Sen Sarma
    Resolution: Fixed

fixed via HIVE-1422

> incorrect explanation when local mode not chosen automatically
> --------------------------------------------------------------
>
>                 Key: HIVE-1493
>                 URL: https://issues.apache.org/jira/browse/HIVE-1493
>             Project: Hadoop 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.
-
You can reply to this email to add a comment to the issue online.