You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: I would recommend to edit your `$SPARK_HOME/conf/log4j.properties` and configure log level to `WARN` to avoid flooding output with Spark INFO messages.
36
37
37
38
2. Open Spark UI: You can go to [http://localhost:4040/](http://localhost:4040/) to see the Spark status.
@@ -147,7 +148,7 @@
147
148
// And return resulting model
148
149
dlModel
149
150
}
150
-
```
151
+
```
151
152
152
153
9. Initialize `H2OContext` and start H2O services on top of the Spark:
153
154
```scala
@@ -165,6 +166,7 @@
165
166
```scala
166
167
h2oContext.openFlow
167
168
```
169
+
168
170
> At this point, you can go use H2O UI and see status of H2O cloud by typing `getCloud`.
0 commit comments