Skip to content

Commit

Permalink
Added test for datanode.
Browse files Browse the repository at this point in the history
  • Loading branch information
llpamies committed Jun 20, 2012
1 parent 5a6dc90 commit bd54354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clusterdfs/datanode.py
Expand Up @@ -43,11 +43,11 @@ def generate(op, id_):
return writer.getvalue()

class DataNodeConfig(object):
port = 7777
port = 13100
bind_addr = '0.0.0.0'
datadir = None
namenode_addr = 'localhost'
namenode_port = 7770
namenode_port = 13200
ping_timeout = 10
isolated = False

Expand Down

0 comments on commit bd54354

Please sign in to comment.