You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2009/08/31 20:41:32 UTC

[jira] Created: (HIVE-808) mapjoin doesnt work with transform

mapjoin doesnt work with transform
----------------------------------

                 Key: HIVE-808
                 URL: https://issues.apache.org/jira/browse/HIVE-808
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Namit Jain




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-808) mapjoin doesnt work with transform's new syntax

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

Namit Jain updated HIVE-808:
----------------------------

    Description: 
FROM src x join src1 y on x.key=y.key
MAP /*+ MAPJOIN(x) */  x.key, x.value using '/bin/cat';


The above query gets a parse error.

  was:
FROM src x join src1 y on x.key=y.key
MAP /*+ MAPJOIN(x) */ x.key, x.value using '/bin/cat';


The above query gets a parse error.


> mapjoin doesnt work with transform's new syntax
> -----------------------------------------------
>
>                 Key: HIVE-808
>                 URL: https://issues.apache.org/jira/browse/HIVE-808
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>
> FROM src x join src1 y on x.key=y.key
> MAP /*+ MAPJOIN(x) */  x.key, x.value using '/bin/cat';
> The above query gets a parse error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-808) mapjoin doesnt work with transform's new syntax

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

Namit Jain updated HIVE-808:
----------------------------

    Component/s: Query Processor
    Description: 
FROM src x join src1 y on x.key=y.key
MAP /*+ MAPJOIN(x) */ x.key, x.value using '/bin/cat';


The above query gets a parse error.
        Summary: mapjoin doesnt work with transform's new syntax  (was: mapjoin doesnt work with transform)

> mapjoin doesnt work with transform's new syntax
> -----------------------------------------------
>
>                 Key: HIVE-808
>                 URL: https://issues.apache.org/jira/browse/HIVE-808
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>
> FROM src x join src1 y on x.key=y.key
> MAP /*+ MAPJOIN(x) */ x.key, x.value using '/bin/cat';
> The above query gets a parse error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.