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
(cherry picked from commit e15fea4)
  • Loading branch information
jakubhava committed Apr 7, 2017
1 parent 2e031c1 commit bea70ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/pysparkling/conf.py
Expand Up @@ -49,7 +49,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 bea70ea

Please sign in to comment.