Commit b9539975 b9539975a23a4e22c4acf1d7b792d0057faee2f9 by zhanghao

commit

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