You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Szehon Ho (JIRA)" <ji...@apache.org> on 2013/12/17 22:46:07 UTC

[jira] [Updated] (HIVE-6045) Beeline hivevars is broken for more than one hivevar

     [ https://issues.apache.org/jira/browse/HIVE-6045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Szehon Ho updated HIVE-6045:
----------------------------

    Attachment: HIVE-6045.patch

Attaching a fix.

> Beeline hivevars is broken for more than one hivevar
> ----------------------------------------------------
>
>                 Key: HIVE-6045
>                 URL: https://issues.apache.org/jira/browse/HIVE-6045
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 0.13.0
>            Reporter: Szehon Ho
>            Assignee: Szehon Ho
>         Attachments: HIVE-6045.patch
>
>
> HIVE-4568 introduced --hivevar flag.  But if you specify more than one hivevar, for example 
> {code}
> beeline --hivevar file1=/user/szehon/file1 --hivevar file2=/user/szehon/file2
> {code}
> then the variables during runtime get mangled to evaluate to:
> {code}
> file1=/user/szehon/file1&file2=/user/szehon/file2
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)