I was not able to reproduce the error. Are you sure that's the exact code that produced the error? It looks like it's picking up an extra (
somehow (maybe you had a typo and then you fixed it?).
Here's the same code, as a reproducible example (which is working):
library(h2o)
h2o.init()
hf <- as.h2o(iris)
split_h2o <- h2o.splitFrame(hf, c(0.7, 0.15), seed = 12345)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…