Răsfoiți Sursa

Update tpch-build.sh

Replace TPC-DS with TPC-H
Greg Rahn 11 ani în urmă
părinte
comite
8fe596654e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 	export PATH=$PATH:$MAVEN_HOME/bin
 fi
 fi
 
 
-echo "Building TPC-DS Data Generator"
+echo "Building TPC-H Data Generator"
 (cd tpch-gen; make)
 (cd tpch-gen; make)
 echo "TPC-H Data Generator built, you can now use tpch-setup.sh to generate data."
 echo "TPC-H Data Generator built, you can now use tpch-setup.sh to generate data."