Commit 5f2b12e0 5f2b12e05bac1e6b0bd09970ac294083befd8208 by zhanghao

commit

1 parent bc2af192
...@@ -11,6 +11,7 @@ sleep 3 ...@@ -11,6 +11,7 @@ sleep 3
11 hive -f ./shell/load_data.hql 11 hive -f ./shell/load_data.hql
12 hive -f ./shell/method_count.hql 12 hive -f ./shell/method_count.hql
13 hive -f ./shell/biz_data_count.hql 13 hive -f ./shell/biz_data_count.hql
14 hive -f ./shell/biz_data_response.hql
14 15
15 hadoop fs -rm /input/data/$time 16 hadoop fs -rm /input/data/$time
16 rm ../$time 17 rm ../$time
......