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

[jira] Updated: (HIVE-1046) Pass build.dir.hive and other properties to subant

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

Zheng Shao updated HIVE-1046:
-----------------------------

    Attachment: HIVE-1046.1.patch

Modified all places to use user-specified directory.

This will do the job:
{code}
ant test -Dbuild.dir.hive=abc
{code}


Note that the derby directory is still in build. There is no easy way to change that because derby does not do variable substitution in conf.


> Pass build.dir.hive and other properties to subant
> --------------------------------------------------
>
>                 Key: HIVE-1046
>                 URL: https://issues.apache.org/jira/browse/HIVE-1046
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.4.1, 0.5.0, 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-1046.1.patch
>
>
> Currently we are not passing properties like "build.dir.hive" etc to subant.
> We should do that, otherwise setting "build.dir.hive" is not useful.

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