smart_open icon indicating copy to clipboard operation
smart_open copied to clipboard

added netloc support for hdfs URIs

Open vvaten opened this issue 8 years ago • 4 comments

removed the special handling of HDFS URIs which was against the URI specification

fixes #162

vvaten avatar Jan 02 '18 09:01 vvaten

@vvaten Thank you for your pull request. It looks good to me.

@menshikh-iv Might be a good idea to merge this after our HDFS integration tests are up. What do you think?

mpenkov avatar Jan 02 '18 14:01 mpenkov

@mpenkov I agree. @vvaten thanks for PR! Sorry for waiting, but first we need to finish https://github.com/RaRe-Technologies/smart_open/issues/151.

menshikh-iv avatar Jan 08 '18 10:01 menshikh-iv

Hello is there any way this can be merged ? As part of my work I was trying to read and write to hdfs and traced the bug to this Hdfs commands require a fully qualified uri such as ‘’hdfs dfs ls hdfs://path’’

govindmurthi21 avatar Feb 09 '22 22:02 govindmurthi21