Hello,
I've been using the new H2O integration within Stata 19. The first time I used it, it was great, but now I'm having connection problems that I cannot sort out.
Last Friday, I tried to shut down my H2O connection before leaving the office. There were some error messages I don't remember, and I ended up giving up, closing Stata, and going home. Now, it seems that there's a problem because I didn't shut it down, and I'm not sure how to assess or resolve the problem.
When I type
I get the error message:
When I type
I get the error message:
When I type
I get the response:
I'm sure I'm misinterpreting these messages, but I feel like the first one is telling me that I can't start a new cluster because I still have a previous cluster going, but the other two are telling me that I have no clusters ongoing. I'm not sure what to do.
For what it's worth:
1) I am using the same machine I was last week.
2) When I initialized a cluster last week, I used
without changing any defaults or using any options. Thus, it should be connected to "http://localhost:54321" and
should connect to it. But h2o connect returns the error:
Thank you,
Mitch
I've been using the new H2O integration within Stata 19. The first time I used it, it was great, but now I'm having connection problems that I cannot sort out.
Last Friday, I tried to shut down my H2O connection before leaving the office. There were some error messages I don't remember, and I ended up giving up, closing Stata, and going home. Now, it seems that there's a problem because I didn't shut it down, and I'm not sure how to assess or resolve the problem.
When I type
Code:
h2o init
Code:
failed to shutdown the H2O cluster
Code:
h2o shutdown, force
Code:
no H2O cluster is running. You can start a new local cluster with h2o init or connect to an existing cluster with h2o connect
Code:
h2o query
Code:
no H2O cluster is running. You can start a new local cluster with h2o init or connect to an existing cluster with h2o connect.
For what it's worth:
1) I am using the same machine I was last week.
2) When I initialized a cluster last week, I used
Code:
h2o init
Code:
h2o connect
Code:
H2O cluster running at http://localhost:54321 not found
Mitch
Comment