Commit 581a6fc8 581a6fc889dafb8200919562a87935ddc25bbf6a by zhanghao

commit

1 parent af0e3455
...@@ -4,8 +4,7 @@ hadoop fs -put /home/test/logs/app.out /input/debug/data/app.out ...@@ -4,8 +4,7 @@ hadoop fs -put /home/test/logs/app.out /input/debug/data/app.out
4 hadoop jar ./target/BrBigDataTest-1.0.0.jar com.bigdata.test.ETLAppDebug /input/debug/data/app.out /input/debug/etl/ 4 hadoop jar ./target/BrBigDataTest-1.0.0.jar com.bigdata.test.ETLAppDebug /input/debug/data/app.out /input/debug/etl/
5 sleep 3 5 sleep 3
6 6
7 #maxTimestamp=$(hive -f ./shell_debug/max_timestamp.hql) 7 maxTimestamp=$(hive -f ./shell_debug/max_timestamp.hql)
8 maxTimestamp='2022-02-10 17:13:21.308'
9 8
10 hive -f ./shell_debug/load_data.hql 9 hive -f ./shell_debug/load_data.hql
11 $(hive -hivevar myTimestamp=$maxTimestamp -f ./shell_debug/method_count.hql) 10 $(hive -hivevar myTimestamp=$maxTimestamp -f ./shell_debug/method_count.hql)
......