Skip to content

Don't mkdir() on construction#12

Open
tarnfeld wants to merge 2 commits into
masterfrom
fix/remove-hdfs-mkdir-startup
Open

Don't mkdir() on construction#12
tarnfeld wants to merge 2 commits into
masterfrom
fix/remove-hdfs-mkdir-startup

Conversation

@tarnfeld

@tarnfeld tarnfeld commented Jun 6, 2016

Copy link
Copy Markdown
Contributor

This was a cheap hack, basically the issue here is that you could be opening the filesystem for read access only, and you don't have permission to write. So the mkdir will fail, or do things you don't want (like create the directory with the wrong perms).

tarnfeld added 2 commits June 6, 2016 13:21
This was a cheap hack, basically the issue here is that you could be opening the filesystem
for read access only, and you don't have permission to write. So the mkdir will fail, or do
things you don't want (like create the directory with the wrong perms).
@ThePixelDeveloper

Copy link
Copy Markdown

LGTM 👍 :shipit:

@icio

icio commented Jun 6, 2016

Copy link
Copy Markdown
Contributor

(Code untested.)

@duedil-ltd duedil-ltd locked and limited conversation to collaborators Jun 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants