You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2008/10/30 09:19:44 UTC

[jira] Created: (HADOOP-4548) "set" command is case-sensitive; also lacks "EXTENDED" support, as documented on http://wiki.apache.org/hadoop/Hive/HiveQL

"set" command is case-sensitive; also lacks "EXTENDED" support, as documented on http://wiki.apache.org/hadoop/Hive/HiveQL
--------------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-4548
                 URL: https://issues.apache.org/jira/browse/HADOOP-4548
             Project: Hadoop Core
          Issue Type: Bug
            Reporter: Jeff Hammerbacher


When I try to run "SET;" from the Hive shell, I get a parse error (FAILED: Parse Error: line 1:0 cannot recognize input 'SET'). It works if I run "set;". Also, when I try to run "set extended;", I get a new kind of error, with error message "extended is undefined".

On another note, can we alias "SET;" to something more descriptive, like "SHOW VARIABLES" (e.g. http://dev.mysql.com/doc/refman/5.0/en/show-variables.html)?

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


[jira] Updated: (HADOOP-4548) "set" command is case-sensitive; also lacks "EXTENDED" support, as documented on http://wiki.apache.org/hadoop/Hive/HiveQL

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

Prasad Chakka updated HADOOP-4548:
----------------------------------

    Component/s: contrib/hive

> "set" command is case-sensitive; also lacks "EXTENDED" support, as documented on http://wiki.apache.org/hadoop/Hive/HiveQL
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4548
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4548
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Jeff Hammerbacher
>
> When I try to run "SET;" from the Hive shell, I get a parse error (FAILED: Parse Error: line 1:0 cannot recognize input 'SET'). It works if I run "set;". Also, when I try to run "set extended;", I get a new kind of error, with error message "extended is undefined".
> On another note, can we alias "SET;" to something more descriptive, like "SHOW VARIABLES" (e.g. http://dev.mysql.com/doc/refman/5.0/en/show-variables.html)?

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


[jira] Commented: (HADOOP-4548) "set" command is case-sensitive; also lacks "EXTENDED" support, as documented on http://wiki.apache.org/hadoop/Hive/HiveQL

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643779#action_12643779 ] 

Jeff Hammerbacher commented on HADOOP-4548:
-------------------------------------------

That link's busted (JIRA included the question mark, a totally valid move). The actual link: http://dev.mysql.com/doc/refman/5.0/en/show-variables.html

> "set" command is case-sensitive; also lacks "EXTENDED" support, as documented on http://wiki.apache.org/hadoop/Hive/HiveQL
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4548
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4548
>             Project: Hadoop Core
>          Issue Type: Bug
>            Reporter: Jeff Hammerbacher
>
> When I try to run "SET;" from the Hive shell, I get a parse error (FAILED: Parse Error: line 1:0 cannot recognize input 'SET'). It works if I run "set;". Also, when I try to run "set extended;", I get a new kind of error, with error message "extended is undefined".
> On another note, can we alias "SET;" to something more descriptive, like "SHOW VARIABLES" (e.g. http://dev.mysql.com/doc/refman/5.0/en/show-variables.html)?

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