You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2016/04/12 23:19:20 UTC

[46/50] incubator-impala git commit: Fix typo in load-test-warehouse-snapshot.sh

Fix typo in load-test-warehouse-snapshot.sh

Change-Id: I2ef9b32cbc56819f80db864a6590a9a7b2732c9c
Reviewed-on: http://gerrit.cloudera.org:8080/2310
Reviewed-by: Lars Volker <lv...@cloudera.com>
Tested-by: Internal Jenkins


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

Branch: refs/heads/master
Commit: ee8c3091871ebf168000e81aee349689b6671792
Parents: 0d9028d
Author: Lars Volker <lv...@cloudera.com>
Authored: Wed Feb 24 16:09:10 2016 -0800
Committer: Tim Armstrong <ta...@cloudera.com>
Committed: Tue Apr 12 14:03:44 2016 -0700

----------------------------------------------------------------------
 testdata/bin/load-test-warehouse-snapshot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ee8c3091/testdata/bin/load-test-warehouse-snapshot.sh
----------------------------------------------------------------------
diff --git a/testdata/bin/load-test-warehouse-snapshot.sh b/testdata/bin/load-test-warehouse-snapshot.sh
index 9545abf..07c785d 100755
--- a/testdata/bin/load-test-warehouse-snapshot.sh
+++ b/testdata/bin/load-test-warehouse-snapshot.sh
@@ -78,7 +78,7 @@ echo "Extracting tarball"
 tar -C ${SNAPSHOT_STAGING_DIR} -xzf ${SNAPSHOT_FILE}
 
 if [ ! -f ${SNAPSHOT_STAGING_DIR}/test-warehouse/githash.txt ]; then
-  echo "The test-warehouse snapshot does not containa githash, aborting load"
+  echo "The test-warehouse snapshot does not contain a githash.txt file, aborting load"
   exit 1
 fi