diff --git a/docs/reference/index.md b/docs/reference/index.md index 3e93eeb58..b361789ea 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -13,15 +13,15 @@ applies_to: {{esh-full}} is an umbrella project consisting of two similar, yet independent sub-projects: `elasticsearch-hadoop` and `repository-hdfs`. This documentation pertains to `elasticsearch-hadoop`. For information about `repository-hdfs` and using HDFS as a back-end repository for doing snapshot or restore from or to {{es}}, go to [Hadoop HDFS repository plugin](elasticsearch://reference/elasticsearch-plugins/repository-hdfs.md). -{{esh-full}} is an [open-source](./license.md), stand-alone, self-contained, small library that allows Hadoop jobs (whether using Map/Reduce or libraries built upon it such as Hive or new upcoming libraries like Apache Spark ) to *interact* with {{es}}. One can think of it as a *connector* that allows data to flow *bi-directionaly* so that applications can leverage transparently the {{es}} engine capabilities to significantly enrich their capabilities and increase the performance. +{{esh-full}} is an [open-source](./license.md), stand-alone, self-contained, small library that allows big data processing frameworks (specifically Apache Hadoop Map/Reduce and Apache SPark) to *interact* with {{es}}. One can think of it as a *connector* that allows data to flow *bi-directionaly* so that applications can leverage transparently the {{es}} engine capabilities to significantly enrich their capabilities and improve performance. -{{esh-full}} offers first-class support for vanilla Map/Reduce and Hive so that using {{es}} is literally like using resources within the Hadoop cluster. As such, {{esh-full}} is a *passive* component, allowing Hadoop jobs to use it as a library and interact with {{es}} through {{esh-full}} APIs. +{{esh-full}} provides native integration for Map/Reduce, Spark, and Hive, making {{es}} accessible as if it were a native resource within your data processing cluster. As such, {{esh-full}} operates as a library that processing jobs import and use through its APIs to read from and write to {{es}}. $$$project-name-alias$$$ While the official name of the project is {{esh-full}} throughout the documentation the term elasticsearch-hadoop will be used instead to increase readability. ::::{admonition} -This document assumes the reader already has a basic familiarity with {{es}} and Hadoop concepts. For more information, refer to [](./resources.md). +This document assumes the reader already has a basic familiarity with {{es}}, and Hadoop and/or Spark concepts. For more information, refer to [](./resources.md). % While every effort has been made to ensure that this documentation is comprehensive and without error, nevertheless some topics might require more explanations and some typos might have crept in. If you do spot any mistakes or even more serious errors and you have a few cycles during lunch, please do bring the error to the attention of the elasticsearch-hadoop team by raising an issue or [contact us](http://www.elastic.co/community). % Thank you. ::::