Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan Zhu committed Sep 11, 2018
1 parent 432e4ad commit 81df1fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start_test.sh
Expand Up @@ -2,11 +2,13 @@

set -x

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

shared_directory="$1"

local_directory="$2"

. spark_app_cmd.sh
. $SCRIPT_DIR/spark_app_cmd.sh

# collect files to local
hdfs dfs -get $shared_directory $local_directory

0 comments on commit 81df1fb

Please sign in to comment.