-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]> Reviewers: Yi Pan <[email protected]> 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
|
We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
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.