Browse Source

Update tpch-build.sh

Replace TPC-DS with TPC-H
Greg Rahn 11 năm trước cách đây
mục cha
commit
8fe596654e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tpch-build.sh

+ 1 - 1
tpch-build.sh

@@ -33,6 +33,6 @@ if [ $? -ne 0 ]; then
 	export PATH=$PATH:$MAVEN_HOME/bin
 fi
 
-echo "Building TPC-DS Data Generator"
+echo "Building TPC-H Data Generator"
 (cd tpch-gen; make)
 echo "TPC-H Data Generator built, you can now use tpch-setup.sh to generate data."