浏览代码

Merge pull request #8 from grahn/patch-1

Update tpch-build.sh
Carter Shanklin 11 年之前
父节点
当前提交
cd3e3ee3fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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."