import data directly from Elasticsearch index to h2o

80 Views Asked by At

Is there anyway to import data directly from Elasticsearch index to h2o through any api.

Thanks Sarvendra

1

There are 1 best solutions below

1
On

H2O does not support importing data directly from Elasticsearch. You can write it to CSV and then import it to H2O. The file formats that are supported are: CSV (delimited) files, ORC, SVMLight, ARFF, XLS/XLSX, Avro, Parquet. Data sources that could be used are: Local or Remotes Files, S3, HDFS, JDBC, Hive. You can refer to the documentation on Getting Data Into H2O.