You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2018/03/19 19:09:23 UTC

[12/15] incubator-spot git commit: Add missing argument for explicit impala query

Add missing argument for explicit impala query

Forgot the -q argument in our impala query to create the spot database.


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

Branch: refs/heads/SPOT-181_ODM
Commit: 8fa024b7acacfcfa863c0251daf35f60a6cc0860
Parents: 085c2f8
Author: Tadd Wood <ta...@arcadiadata.com>
Authored: Wed Feb 14 12:49:48 2018 -0800
Committer: Tadd Wood <ta...@arcadiadata.com>
Committed: Wed Feb 14 12:49:48 2018 -0800

----------------------------------------------------------------------
 spot-setup/odm/odm_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/8fa024b7/spot-setup/odm/odm_setup.sh
----------------------------------------------------------------------
diff --git a/spot-setup/odm/odm_setup.sh b/spot-setup/odm/odm_setup.sh
index d3165a2..38731de 100755
--- a/spot-setup/odm/odm_setup.sh
+++ b/spot-setup/odm/odm_setup.sh
@@ -157,7 +157,7 @@ fi
 # Creating Spot Database
 
 log "CREATE DATABASE IF NOT EXISTS ${DBNAME};"
-${impala_db_shell} "CREATE DATABASE IF NOT EXISTS ${DBNAME}";
+${impala_db_shell} -q "CREATE DATABASE IF NOT EXISTS ${DBNAME}";
 
 # Creating ODM Impala tables