jingw/pyhdfs

"copy_to_local" don't have override option.

Closed this issue · 3 comments

the function copy_to_local and copy_from_local don't have override option.How should I set?

can you add a option about override?

thank you very much

jingw commented

I presume by "override" you mean overwriting existing files. For copy_to_local, that's what it currently does. For copy_from_local, take a look at the documentation: "Takes all arguments that :py:meth:create takes."

If you meant something else, could you be more specific and submit a pull request?