Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 454 Bytes

spark-es-writer

This repository is highly influenced by Cloudera's spark-kafka-writer and serves the same purpose but for ElasticSearch clients.

It contains APIs allowing you to execute ElasticSearch requests on worker nodes, which might be otherwise problematic due to ES Clients not being Serializable and/or creating too many clients on the worker nodes.

TODO:

  • add installation
  • add tutorials