Skip to content

Commit

Permalink
Update tpch-build.sh
Browse files Browse the repository at this point in the history
Replace TPC-DS with TPC-H
  • Loading branch information
Greg Rahn committed Oct 5, 2014
1 parent 9f9144d commit 8fe5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpch-build.sh
Expand Up @@ -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."

0 comments on commit 8fe5966

Please sign in to comment.