Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar0301 committed Dec 11, 2015
1 parent 19cc497 commit a40e2e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions workflow.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

function clean_trash () {
hadoop fs -rm -r .Trash/Current > /dev/null
}

function die () {
echo "${@}"
exit 1
Expand All @@ -23,3 +19,6 @@ exec '$BASEDIR/porters/wifi_syslog.sh'

## Run WifiSyslogSession extraction
exec '$BASEDIR/porters/wifi_syslog_session.sh'

## Run WifiTrafficHttp cleansing
exec '$BASEDIR/porters/wifi_traffic_http.sh'

0 comments on commit a40e2e8

Please sign in to comment.