Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Oct 19, 2017
1 parent 743b42b commit 2df3651
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Elasticsearch Hadoop [![Build Status](https://travis-ci.org/elastic/elasticsearch-hadoop.svg?branch=master)](https://travis-ci.org/elastic/elasticsearch-hadoop)
# Elasticsearch Hadoop for Elassandra [![Build Status](https://travis-ci.org/strapdata/elasticsearch-hadoop.svg?branch=master)](https://travis-ci.org/strapdata/elasticsearch-hadoop)

This is a modified version of the Eleasticsearch-hadoop connector for [Elassandra](https://github.com/strapdata/elassandra).
See [Elassandra documentation](http://doc.elassandra.io/en/latest/) for more information.

Elasticsearch real-time search and analytics natively integrated with Hadoop.
Supports [Map/Reduce](#mapreduce), [Cascading](#cascading), [Apache Hive](#apache-hive), [Apache Pig](#apache-pig), [Apache Spark](#apache-spark) and [Apache Storm](#apache-storm).

Expand All @@ -22,7 +26,7 @@ Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<groupId>com.strapdata.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.5.0</version>
</dependency>
Expand All @@ -34,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<groupId>com.strapdata..elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.5.1.BUILD-SNAPSHOT</version>
</dependency>
Expand Down

0 comments on commit 2df3651

Please sign in to comment.