标签:ant sql 技术 导入 hive maven const 测试 tpch
下载:
yum -y install gcc gcc-c++ maven
下载地址Github:https://github.com/hortonworks/hive-testbench/
git clone https://github.com/hortonworks/hive-testbench/
编译:
有两种数据
./tpcds-build.sh 编译TPC-DS
./tpch-build.sh 编译TPC-H
出现“BUILD FAILURE” 说明编译成功
生成数据(tpcds):
./tpcds-build.sh 100 生成100G数据
执行完成后,查看hive
数据生成已导入。
测试:
cd sample-queries-tpcds/
hive> use tpcds_bin_partitioned_orc_100;
hive>source query1.sql;
查看执行结果。
标签:ant sql 技术 导入 hive maven const 测试 tpch
原文地址:https://www.cnblogs.com/cyanrose/p/11881251.html