Repository: hive
Updated Branches:
  refs/heads/master ef6564a52 -> fad307719


HIVE-12836: Install wget & curl packages on LXC containers for HMS upgrade 
tests (Sergio Pena).


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fad30771
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/fad30771
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/fad30771

Branch: refs/heads/master
Commit: fad307719b129890c473f2b413d49f731e75b1bb
Parents: ef6564a
Author: Sergio Pena <[email protected]>
Authored: Mon Jan 11 11:41:48 2016 -0600
Committer: Sergio Pena <[email protected]>
Committed: Mon Jan 11 11:42:51 2016 -0600

----------------------------------------------------------------------
 testutils/metastore/execute-test-on-lxc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/fad30771/testutils/metastore/execute-test-on-lxc.sh
----------------------------------------------------------------------
diff --git a/testutils/metastore/execute-test-on-lxc.sh 
b/testutils/metastore/execute-test-on-lxc.sh
index 72fd997..b32ee9d 100644
--- a/testutils/metastore/execute-test-on-lxc.sh
+++ b/testutils/metastore/execute-test-on-lxc.sh
@@ -92,7 +92,7 @@ lxc_prepare() {
        echo "Downloading hive source code from SVN, branch='$BRANCH' ..."
 
        lxc-attach -n $1 -- apt-get update
-       lxc-attach -n $1 -- apt-get install -y patch git
+       lxc-attach -n $1 -- apt-get install -y patch git wget curl
 
        tmpfile=$(mktemp)
        cat>$tmpfile<<EOF

Reply via email to