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

I Want to use this client ,but there are some erros on my windows,can you help me please? #11

Closed
Raphael2048 opened this issue May 31, 2016 · 1 comment

Comments

@Raphael2048
Copy link

Raphael2048 commented May 31, 2016

my code

func main() {
    client := gohbase.NewClient("192.168.1.129")
    get, _ := hrpc.NewGet(context.Background(), []byte("tweet_stream"), []byte("1696956982016-05-30_13:57:03737160875270774784"))
    client.Get(get)
}

it works on mac,but it show those messges on my windws

Connected to 192.168.1.129:2181
Authenticated: id=95989244501426398, timeout=30000
Recv loop terminated: err=EOF
Send loop terminated: err=<nil>
Connected to 192.168.1.129:2181
Authenticated: id=95989244501426399, timeout=30000
Recv loop terminated: err=EOF
Send loop terminated: err=<nil>
Connected to 192.168.1.129:2181
Authenticated: id=95989244501426400, timeout=30000
Recv loop terminated: err=EOF
Send loop terminated: err=<nil>
....

It output those info continuously,Can you help me?Thanks!

@Raphael2048 Raphael2048 changed the title I Want to use this client ,but there are some erros,can you help me please? I Want to use this client ,but there are some erros on my windows,can you help me please? May 31, 2016
@Raphael2048
Copy link
Author

It works after I modified my hosts file..

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

1 participant