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

Reply via email to