You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ek...@apache.org on 2015/05/05 03:58:52 UTC

hive git commit: HIVE-10423 - HIVE-7948 breaks deploy_e2e_artifacts.sh (Aswathy Chellammal Sreekumar via Eugene Koifman)

Repository: hive
Updated Branches:
  refs/heads/master c42666ed5 -> ce736af2a


HIVE-10423 - HIVE-7948 breaks deploy_e2e_artifacts.sh (Aswathy Chellammal Sreekumar via Eugene Koifman)


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

Branch: refs/heads/master
Commit: ce736af2a5025a4bb07b39362b064bd64aecdeef
Parents: c42666e
Author: Eugene Koifman <ek...@hortonworks.com>
Authored: Mon May 4 18:58:41 2015 -0700
Committer: Eugene Koifman <ek...@hortonworks.com>
Committed: Mon May 4 18:58:41 2015 -0700

----------------------------------------------------------------------
 hcatalog/src/test/e2e/templeton/deployers/deploy_e2e_artifacts.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ce736af2/hcatalog/src/test/e2e/templeton/deployers/deploy_e2e_artifacts.sh
----------------------------------------------------------------------
diff --git a/hcatalog/src/test/e2e/templeton/deployers/deploy_e2e_artifacts.sh b/hcatalog/src/test/e2e/templeton/deployers/deploy_e2e_artifacts.sh
index f446424..b834075 100755
--- a/hcatalog/src/test/e2e/templeton/deployers/deploy_e2e_artifacts.sh
+++ b/hcatalog/src/test/e2e/templeton/deployers/deploy_e2e_artifacts.sh
@@ -25,6 +25,9 @@ source ./env.sh
 
 echo "Deploying artifacts to HDFS..."
 
+rm -rf movielens-data
+mkdir -p movielens-data
+cd movielens-data
 curl -O http://files.grouplens.org/datasets/movielens/ml-1m.zip
 unzip ml-1m.zip
 mv ml-1m/ratings.dat ${PROJ_HOME}/hcatalog/src/test/e2e/templeton/inpdir/ratings.txt