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/02/17 06:46:28 UTC

[jira] Commented: (HIVE-1175) Enable automatic patch testing on Hudson

    [ https://issues.apache.org/jira/browse/HIVE-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834651#action_12834651 ] 

Carl Steinbach commented on HIVE-1175:
--------------------------------------

The test-patch.sh script lives here: http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch 

We will need to configure svn:externals in order to get this pull in as part of hive trunk.

Something like this:

Check out hive trunk
cd <hive-trunk>
export EDITOR=emacs
svn propedit svn:externals testutils
[ the above step will open up the emacs. Type in the following line and save it]
test-patch http://svn.apache.org/repos/asf/hadoop/nightly/test-patch
svn commit

> Enable automatic patch testing on Hudson
> ----------------------------------------
>
>                 Key: HIVE-1175
>                 URL: https://issues.apache.org/jira/browse/HIVE-1175
>             Project: Hadoop Hive
>          Issue Type: Task
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>
> See http://developer.yahoo.net/blogs/hadoop/2007/12/if_it_hurts_automate_it_1.html

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