Commit 72ba236f 72ba236f1cbee6a88eb79f6f3bd4c791fca48fbe by zhanghao

commit

1 parent cd24068c
Showing 1 changed file with 1 additions and 1 deletions
#!/bin/bash
mvn clean package -DskipTests
hadoop jar ./target/BrBigData-1.0.0.jar com.bigdata.test.ETLApp /input/data/log-2021-04-13.03.log /input/etl/
hadoop jar ./target/BrBigDataTest-1.0.0.jar com.bigdata.test.ETLApp /input/data/log-2021-04-13.03.log /input/etl/
sleep 3
hive -f ./shell/load_data.hql
total=$(hive -f ./shell/select.hql)
......