databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Unexpected dbfs cp behaviour

Open MrBago opened this issue 8 years ago • 0 comments

dbfs cp -r testSrc testDst/ (where testSrc is a directory) seems to behave like dbfs cp -r testSrc/* testDst/. To be consistent with cp it should probably behave like dbfs cp -r testSrc testDst/testSrc.

MrBago avatar Jan 22 '18 23:01 MrBago