-
Notifications
You must be signed in to change notification settings - Fork 60
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
cannot copy files to hdfs: block under construction #44
Comments
The problem seems to be present only when coping files over to hdfs: folder creation and listing works fine. To reproduce:
|
Happy to provide any more info if required. |
hdfs clients must be run inside kubernetes cluster in order to be able to resolve and access datanodes pods (port-forward is not enough though). Other option to perform operations from outside the kubernetes cluster is to call httpfs rest service. |
Thank you @cgiraldo, I will try from inside the cluster and get back to you 👍 |
Just tested and it works fine from inside the cluster. |
Just tried to deploy
hdfs
using your helm charts and test it usingrclone
beta client.Unfortunately I am unable to copy over files to hdfs. Client hags and in logs I see
hdfs support issue in rclone: rclone/rclone#42
The text was updated successfully, but these errors were encountered: