[ 
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.

Reply via email to