Skip to content
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

{unexpected EOF} #302

Open
GpsLypy opened this issue Oct 12, 2022 · 2 comments
Open

{unexpected EOF} #302

GpsLypy opened this issue Oct 12, 2022 · 2 comments

Comments

@GpsLypy
Copy link

GpsLypy commented Oct 12, 2022

{unexpected EOF}

Can't recover after writing this error

@safetylab
Copy link

client, err := hdfs.New("127.0.0.1:9870")
if err != nil {
	log.Fatalln(err)
}

file, err := client.Open("1.zip")
if err != nil {
	log.Fatalln(err)
}

The same error on Open - how can we solve it?

@GpsLypy
Copy link
Author

GpsLypy commented Nov 7, 2022

client, err := hdfs.New("127.0.0.1:9870")
if err != nil {
	log.Fatalln(err)
}

file, err := client.Open("1.zip")
if err != nil {
	log.Fatalln(err)
}

The same error on Open - how can we solve it?

retry again!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants