You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/01/15 08:30:12 UTC

[jira] [Created] (HIVE-3900) set hivevar:name doesn't work at the Hive CLI

Brock Noland created HIVE-3900:
----------------------------------

             Summary: set hivevar:name doesn't work at the Hive CLI
                 Key: HIVE-3900
                 URL: https://issues.apache.org/jira/browse/HIVE-3900
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.10.0
            Reporter: Brock Noland


I am working with trunk, it appears the hivevar namespace is not available for use at the terminal:

{noformat}
hive> set ${hivevar:table};    
${hivevar:table} is undefined
hive> set ${hiveconf:table};   
${hiveconf:table} is undefined
hive> set ${table};         
${table} is undefined
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira