You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/01/18 06:37:54 UTC

[jira] Updated: (HIVE-1063) Variable interpolation for testcase qfiles

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

Carl Steinbach updated HIVE-1063:
---------------------------------

    Attachment: HIVE-1063.patch

> Variable interpolation for testcase qfiles
> ------------------------------------------
>
>                 Key: HIVE-1063
>                 URL: https://issues.apache.org/jira/browse/HIVE-1063
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Testing Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1063.patch
>
>
> I would like to be able to reference system property variables in qfile testcases, e.g.:
> {code}
> add jar ${hive.contrib.jar.path};
> {code}
> instead of
> {code}
> add jar ../build/contrib/hive_contrib.jar;
> {code}
> This should make it possible to cope with JAR names that reference the version number.

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