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/llap Commit: ce736af2a5025a4bb07b39362b064bd64aecdeef Parents: c42666e Author: Eugene Koifman <[email protected]> Authored: Mon May 4 18:58:41 2015 -0700 Committer: Eugene Koifman <[email protected]> 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
