Skip to content

Commit

Permalink
Fixed default configuration for Nephele cloud mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Warneke committed Jul 28, 2011
1 parent 32c97b0 commit 4d80ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ constructJobManagerClassPath() {
add=1
elif [[ "$jarfile" =~ 'nephele-clustermanager' ]]; then
add=1
elif [[ "$jarfile" =~ 'nephele-ec2cloudmanager' ]]; then
add=1
elif [[ "$jarfile" =~ 'commons-codec' ]]; then
add=1
elif [[ "$jarfile" =~ 'commons-httpclient' ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<!-- the default instance manager for cloud execution mode -->
<property>
<key>jobmanager.instancemanager.cloud.classname</key>
<value>eu.stratosphere.nephele.instance.cloud.EC2CloudManager</value>
<value>eu.stratosphere.nephele.instance.cloud.CloudManager</value>
</property>

<property>
Expand Down

0 comments on commit 4d80ce3

Please sign in to comment.