Ver código fonte

Fix location of alltables.sql

cartershanklin 11 anos atrás
pai
commit
bf432d7a68
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tpch-setup.sh

+ 1 - 1
tpch-setup.sh

@@ -65,7 +65,7 @@ echo "${BOLD}TPC-H text data generation complete.${NORMAL}"
 
 # Create the text/flat tables as external tables. These will be later be converted to ORCFile.
 echo "${BOLD}Loading text data into external tables.${NORMAL}"
-runcommand "hive -i settings/load-flat.sql -f ddl-tpch/text/alltables.sql -d DB=tpch_text_${SCALE} -d LOCATION=${DIR}/${SCALE}"
+runcommand "hive -i settings/load-flat.sql -f ddl-tpch/bin_flat/alltables.sql -d DB=tpch_text_${SCALE} -d LOCATION=${DIR}/${SCALE}"
 
 # Create the optimized tables.
 i=1