Explorar el Código

Update tpch-build.sh

Replace TPC-DS with TPC-H
Greg Rahn hace 11 años
padre
commit
8fe596654e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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."