Skip to content

Commit

Permalink
fix client mode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikovi committed Oct 15, 2016
1 parent 80d5f2a commit a06b515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def finalize_options(self):
else:
print "[INFO] Using tag %s" % self.tag

self.client = self.client == "true".lower()
if self.client:
print "[INFO] Include Hadoop dependencies"
else:
Expand Down

0 comments on commit a06b515

Please sign in to comment.