Skip to content

Commit

Permalink
tutorial correct 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep06011991 committed Nov 5, 2017
1 parent 2c735d8 commit 490b07e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion bin/gpClient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ then
DEFAULT_CLIENT="edu.umass.cs.reconfiguration.examples.NoopAppClient"
fi

if [[ -z "$@" || $@ == "-help" ]]; then
if [[ -z $DEFAULT_CLIENT && (-z "$@" || $@ == "-help") ]]; then
echo "Usage: gpClient.sh [JVMARGS] CLIENT_CLASS_NAME"
echo "Example: gpClient.sh -cp jars/myclient.jar \
edu.umass.cs.reconfiguration.examples.NoopAppClient"
Expand Down
36 changes: 36 additions & 0 deletions conf/gigapaxos.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#APPLICATION=edu.umass.cs.reconfiguration.examples.noopsimple.NoopApp
#APPLICATION=edu.umass.cs.txn.testing.NoopAppTX
#APPLICATION=edu.umass.cs.gigapaxos.testing.TESTPaxosApp
APPLICATION=edu.umass.cs.gigapaxos.examples.noop.NoopPaxosApp
# format: active.<active_server_name>=host:port

active.arun_a0=127.0.0.1:2000
active.arun_a1=127.0.0.1:2001
active.arun_a2=127.0.0.1:2002
#active.arun_a3=127.0.0.1:2003
#active.arun_a4=127.0.0.1:2004

#virginia
#active.arun100=50.19.192.197:2005

#california
#active.arun101=52.9.180.213:2006

# ireland
#active.arun102=52.16.114.7:2007

#tokyo
#active.arun103=52.69.35.158:2008

#sydney
#active.arun104=52.63.45.8:2009

# format: reconfigurator.<active_server_name>=host:port

reconfigurator.arun_r0=127.0.0.1:2700
reconfigurator.arun_r1=127.0.0.1:2701
reconfigurator.arun_r2=127.0.0.1:2702

# virginia
#reconfigurator.arunRC0=50.19.192.197:2705

36 changes: 0 additions & 36 deletions gigapaxos.properties

This file was deleted.

0 comments on commit 490b07e

Please sign in to comment.