Skip to content

Commit a06b515

Browse files
committed
fix client mode issue
1 parent 80d5f2a commit a06b515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def finalize_options(self):
7171
else:
7272
print "[INFO] Using tag %s" % self.tag
7373

74+
self.client = self.client == "true".lower()
7475
if self.client:
7576
print "[INFO] Include Hadoop dependencies"
7677
else:

0 commit comments

Comments
 (0)