vespa-engine/vespa

Support feeding from Spark

开放

#9,158 创建于 2019年4月23日

 (6 条评论) (0 个反应) (0 位负责人)Java (561 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (4,948 个星标)
PR 合并指标
 (平均合并 1天 22小时) (30 天内合并 209 个 PR)

描述

Today, the Hadoop integration tools for Vespa support Hadoop and Pig for feeding and querying Vespa. The Pig feeder is a thin wrapper around the Vespa HTTP client.

We should support feeding directly from Spark as well, to avoid Spark pipelines having to write to HDFS and run another Pig job for the actual feeding. Similarly to the Pig feeder, this could be implemented as a thin wrapper around the HTTP client.

贡献者指南