-
Notifications
You must be signed in to change notification settings - Fork 1
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
DVC tool to push data to HDFS #18
Comments
Hi @subodhdere , please post output of Also, the log you've posted seems to be partial. Please post full log. |
Hello, PSB logs of dvc doctor
|
Adding full logs.
|
Looks like something is with your credentials/config. Does hdfs CLI work? |
Hello,
|
@subodhdere So what credentials are you using and how? kerberos maybe? Overall seems like a configuration issue. |
Hello Team, we are using kerberos for authentication. |
@subodhdere You need to specify kerb ticket, see https://dvc.org/doc/user-guide/data-management/remote-storage/hdfs#hdfs-configuration-parameters |
Hello Team, dvc remote modify --local myremote kerb_ticket FILE:/tmp/krb5cc_1000 You can refer below message in error. hdfsBuilderConnect(forceNewInstance=1, nn=hdfs://, port=8020, kerbTicketCachePath=FILE:/tmp/krb5cc_1000, userName=[email protected]) error: |
@subodhdere Seems like the error is cut off. |
Hello Team, Can you please look for below full error.
|
@subodhdere @efiop Hi! I have the same one error. Any updates? My traceback:
|
Bug Report
Issue name
DVC tool to push data to HDFS
dvc push -r myremote -v
Description
Getting below error while pushing data to HDFS.
Reproduce
dvc push -r myremote -v
Expected
Data should be pushed to HDFS.
Output of
dvc doctor
:$ dvc doctor
Additional Information (if any):
The text was updated successfully, but these errors were encountered: