https://github.com/dustin-decker/elasticsearchsql
A simple example of using Apache Spark SQL against Elasticsearch 5
https://github.com/dustin-decker/elasticsearchsql
elasticsearch spark sql
Last synced: about 1 year ago
JSON representation
A simple example of using Apache Spark SQL against Elasticsearch 5
- Host: GitHub
- URL: https://github.com/dustin-decker/elasticsearchsql
- Owner: dustin-decker
- License: apache-2.0
- Created: 2017-05-21T21:26:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T03:17:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T17:44:34.515Z (about 1 year ago)
- Topics: elasticsearch, spark, sql
- Language: Scala
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElasticsearchSQL
Just a simple example of using Apache Spark SQL against Elasticsearch 5
Using Apache Spark SQL 'pushes-down' as much of the query functionality as it can to the Elasticsearch
cluster by translating it to Elasticsearch query DSL. The results are collected by the Spark
nodes and the remaining crunching is performed in batches distributed across the Spark
cluster.