Commit 9f577346 9f577346396f42353960723b9cd6d529c76c118c by zhanghao

commit

1 parent 5687da91
......@@ -4,7 +4,7 @@ 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=$(hive -f ./shell/max_timestamp.hql)
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)
......