commit
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -4,8 +4,8 @@ hadoop fs -put /home/test/logs/app.out /input/debug/data/app.out | ... | @@ -4,8 +4,8 @@ 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='2022-02-10 17:13:21.308' | 7 | #maxTimestamp='2022-02-10 17:13:21.308' |
| 8 | #maxTimestamp=$(hive -f ./shell_debug/max_timestamp.hql) | 8 | maxTimestamp=$(hive -f ./shell_debug/max_timestamp.hql) |
| 9 | 9 | ||
| 10 | hive -f ./shell_debug/load_data.hql | 10 | hive -f ./shell_debug/load_data.hql |
| 11 | $(hive -hivevar myTimestamp=$maxTimestamp -f ./shell_debug/method_count.hql) | 11 | $(hive -hivevar myTimestamp=$maxTimestamp -f ./shell_debug/method_count.hql) | ... | ... |
-
Please register or sign in to post a comment