Commit cd24068c cd24068c233a17a0f2cc458d47463277e0eadacc by zhanghao

commit

1 parent b9097319
#!/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/
sleep 3
hive -f ./shell/load_data.hql
total=$(hive -f ./shell/select.hql)
result=$(echo $total | tr " " ",")
curl http://192.168.8.113:9090/tool/hadoopTotal?total=${result}
\ No newline at end of file
#!/bin/bash
hadoop jar BrBigData-1.0.0.jar com.bigdata.test.ETLApp /input/data/log-2021-04-13.03.log /input/etl/
sleep 3
hive -f load_data.hql
\ No newline at end of file