소스 검색

Fix location of alltables.sql

cartershanklin 11 년 전
부모
커밋
bf432d7a68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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