Skip to content

Commit 8b6ab3d

Browse files
author
gadamc
committed
Setting public=False default configuation
1 parent 6ac2a45 commit 8b6ab3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.6 (2016-10-19)
2+
====================
3+
4+
- [FIXED] By default, the ".public" Hadoop Configuration property is set to False.
5+
16
0.0.5 (2016-10-18)
27
====================
38

ibmos2spark/osconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def url(self, container_name, object_name):
100100

101101
class bluemix(object):
102102

103-
def __init__(self, sparkcontext, credentials, name=None, public=True):
103+
def __init__(self, sparkcontext, credentials, name=None, public=False):
104104
'''
105105
sparkcontext: a SparkContext object.
106106

0 commit comments

Comments
 (0)