Skip to content

Commit

Permalink
Included Link to posix4e in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Jul 24, 2013
1 parent 857ac3d commit 8d520ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Elasticsearch-HBase-River

An import river similar to the elasticsearch mysql river

If you're looking for an alternative sollution that uses the core hbase libraries and uses hbase replication for moving data, you can find one here:
https://github.com/posix4e/Elasticsearch-HBase-River

# Building

To build the plugin you need to have maven installed. With that in mind simply check out the project and run "mvn package" in the project directory. The plugin should then be available under target/release as a .zip file.
Expand All @@ -23,4 +26,4 @@ for more info on plugins check out http://www.elasticsearch.org/guide/reference/

Check out the import.sh script, which is used to initialize the hbase river with all necessary config data.

More info on how to use rivers can be found here: http://www.elasticsearch.org/guide/reference/river/
More info on how to use rivers can be found here: http://www.elasticsearch.org/guide/reference/river/

0 comments on commit 8d520ff

Please sign in to comment.