You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2009/06/03 02:42:07 UTC

[jira] Created: (HIVE-536) make all CLI commands go through parser.

make all CLI commands go through parser.
----------------------------------------

                 Key: HIVE-536
                 URL: https://issues.apache.org/jira/browse/HIVE-536
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Clients, Query Processor
    Affects Versions: 0.4.0
            Reporter: Prasad Chakka


currently lot of commands do not go through parser framework resulting in weird bugs/behavior from cli.

couple of examples--
1) comments can't be in side a query
2) having set after a comment line throws up errors

things will be simpler if parser deals with most commands.

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


[jira] Commented: (HIVE-536) make all CLI commands go through parser.

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716052#action_12716052 ] 

Zheng Shao commented on HIVE-536:
---------------------------------

Agree. We can add more "XXXSemanticAnalyzer" if needed.

> make all CLI commands go through parser.
> ----------------------------------------
>
>                 Key: HIVE-536
>                 URL: https://issues.apache.org/jira/browse/HIVE-536
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Clients, Query Processor
>    Affects Versions: 0.4.0
>            Reporter: Prasad Chakka
>
> currently lot of commands do not go through parser framework resulting in weird bugs/behavior from cli.
> couple of examples--
> 1) comments can't be in side a query
> 2) having set after a comment line throws up errors
> things will be simpler if parser deals with most commands.

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