diff --git a/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-jobmanager.sh b/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-jobmanager.sh index 5e903e6318e1e..b4da1add11854 100755 --- a/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-jobmanager.sh +++ b/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-jobmanager.sh @@ -53,6 +53,8 @@ constructJobManagerClassPath() { add=1 elif [[ "$jarfile" =~ 'nephele-hdfs' ]]; then add=1 + elif [[ "$jarfile" =~ 'nephele-s3' ]]; then + add=1 elif [[ "$jarfile" =~ 'nephele-profiling' ]]; then add=1 elif [[ "$jarfile" =~ 'nephele-queuescheduler' ]]; then @@ -79,6 +81,12 @@ constructJobManagerClassPath() { add=1 elif [[ "$jarfile" =~ 'hadoop-core' ]]; then add=1 + elif [[ "$jarfile" =~ 'httpcore' ]]; then + add=1 + elif [[ "$jarfile" =~ 'httpclient' ]]; then + add=1 + elif [[ "$jarfile" =~ 'aws-java-sdk' ]]; then + add=1 fi if [[ "$add" = "1" ]]; then diff --git a/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-taskmanager.sh b/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-taskmanager.sh index d70d2116acd24..91b64cae52679 100755 --- a/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-taskmanager.sh +++ b/stratosphere-dist/src/main/stratosphere-bin/bin/nephele-taskmanager.sh @@ -46,6 +46,8 @@ constructTaskManagerClassPath() { add=1 elif [[ "$jarfile" =~ 'nephele-hdfs' ]]; then add=1 + elif [[ "$jarfile" =~ 'nephele-s3' ]]; then + add=1 elif [[ "$jarfile" =~ 'nephele-profiling' ]]; then add=1 elif [[ "$jarfile" =~ 'pact-common' ]]; then @@ -62,6 +64,12 @@ constructTaskManagerClassPath() { add=1 elif [[ "$jarfile" =~ 'hadoop-core' ]]; then add=1 + elif [[ "$jarfile" =~ 'httpcore' ]]; then + add=1 + elif [[ "$jarfile" =~ 'httpclient' ]]; then + add=1 + elif [[ "$jarfile" =~ 'aws-java-sdk' ]]; then + add=1 fi if [[ "$add" = "1" ]]; then