Skip to content

Commit

Permalink
[SW-387] Fix typo in set_client_ip method (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava authored and mmalohlava committed Apr 5, 2017
1 parent 90adde0 commit e15fea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/pysparkling/conf.py
Expand Up @@ -48,7 +48,7 @@ def set_external_cluster_mode(self):
return self

def set_client_ip(self, ip):
self._jconf.setClientIP(ip)
self._jconf.setClientIp(ip)
return self

def set_client_network_mask(self, mask):
Expand Down

0 comments on commit e15fea4

Please sign in to comment.