Skip to content

Commit

Permalink
- added job manager host and port to default nephele-user.xml
Browse files Browse the repository at this point in the history
- added task manager port to default nephele-user.xml
- fixes apache#103
  • Loading branch information
Fabian Hueske committed Mar 10, 2011
1 parent 3fa6f4e commit 9e3914c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions stratosphere-dist/src/main/stratosphere-bin/conf/nephele-user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,29 @@
<configuration>

<!-- ========================================================================
Addresses and Ports
======================================================================== -->

<!-- the address of the job manager -->
<property>
<key>jobmanager.rpc.address</key>
<value>localhost</value>
</property>

<!-- the IPC port of the job manager -->
<property>
<key>jobmanager.rpc.port</key>
<value>6123</value>
</property>

<!-- the IPC port of the task manager -->
<property>
<key>taskmanager.rpc.port</key>
<value>6122</value>
</property>


<!-- ========================================================================
Instance and Memory Management
======================================================================== -->

Expand Down

0 comments on commit 9e3914c

Please sign in to comment.