-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Showing the path is empty message in ls command #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send y 8000 ou account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
When the user lists an empty folder with 'hadoop fs -ls /tmp/emptyfolder', a message will apear that says 'The path is empty'. Otherwise, nothing will appear and the user does not know it has been done or not.
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
This is based out of PR 15, with merge conflicts resolved and version number of zkClient set to 0.8(compatible with Kafka 0.0.10.1 version). Tested and validated this patch with internal Samza build at LinkedIn. This looks good. Author: Shanthoosh Venkataraman <svenkataraman@linkedin.com> Reviewers: Yi Pan <nickpan47@gmail.com> Closes apache#33 from shanthoosh/kafka_10_upgrade
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Added Tests For MKdir Implicit Scenerios
When a user lists an empty folder with 'hadoop fs -ls /tmp/emptyfolder', a message will appear that says 'The path is empty'. Otherwise, nothing will appear and the user does not know it has been done or not.