Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何,是否可以通过任何 api 将数据直接从 Elasticsearch 索引导入到 h2o。
谢谢萨文德拉
H2O 不支持直接从 Elasticsearch 导入数据。您可以将其写入 CSV,然后将其导入 H2O。支持的文件格式有:CSV(分隔)文件、ORC、SVMLight、ARFF、XLS/XLSX、Avro、Parquet。可以使用的数据源有:本地或远程文件、S3、HDFS、JDBC、Hive。您可以参考有关将数据导入 H2O的文档。