> library(h2o) > h2oServer <- h2o.init(ip="localhost", port=54321, max_mem_size="4g", nthreads=-1) Successfully connected to http://localhost:54321/ R is connected to the H2O cluster: H2O cluster uptime: 9 minutes 26 seconds H2O cluster version: 3.2.0.5 H2O cluster name: H2O_started_from_R_arsed_000_eun184 H2O cluster total nodes: 1 H2O cluster total memory: 3.56 GB H2O cluster total cores: 8 H2O cluster allowed cores: 8 H2O cluster healthy: TRUE |
> data1 <- as.h2o(a[[14]]) |=============================================================================================================================| 100% > data2 <- as.h2o(a[[15]]) ERROR: Unexpected HTTP Status code: 412 Precondition Failed (url = http://localhost:54321/3/ParseSetup) water.exceptions.H2OIllegalArgumentException [1] "water.parser.ParseSetup.strToColumnTypes(ParseSetup.java:133)" [2] "water.parser.ParseSetup.<init>(ParseSetup.java:75)" [3] "water.api.ParseSetupHandler.guessSetup(ParseSetupHandler.java:34)" [4] "sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)" [5] "sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)" [6] "sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)" [7] "java.lang.reflect.Method.invoke(Unknown Source)" [8] "water.api.Handler.handle(Handler.java:58)" [9] "water.api.RequestServer.handle(RequestServer.java:668)" [10] "water.api.RequestServer.serve(RequestServer.java:609)" [11] "water.JettyHTTPD$H2oDefaultServlet.doGeneric(JettyHTTPD.java:617)" [12] "water.JettyHTTPD$H2oDefaultServlet.doPost(JettyHTTPD.java:565)" [13] "javax.servlet.http.HttpServlet.service(HttpServlet.java:755)" [14] "javax.servlet.http.HttpServlet.service(HttpServlet.java:848)" [15] "org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)" Error in .h2o.doSafeREST(conn = conn, h2oRestApiVersion = h2oRestApiVersion, : Provided column type impute is unknown.
Hi
Thanks for your comment
I was wondering why it is not giving such an error for others? They are
all the same( i splitted one large dataset into 15 small datasets with
same column(features))
Thanks again
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.