An open API service indexing awesome lists of open source software.

https://github.com/rezaei121/elasticsearch-mapreduce-wordcount

elasticsearch Map/Reduce integration (word count project)
https://github.com/rezaei121/elasticsearch-mapreduce-wordcount

bigdata elasticsearch elasticsearch-mapreduce-wordcount hdfs java mapreduce wordcount

Last synced: 5 months ago
JSON representation

elasticsearch Map/Reduce integration (word count project)

Awesome Lists containing this project

README

          

Introduction
============

elasticsearch Map/Reduce integration (word count project)

Usage
-----

import HDFS file to elasticsearch
##### Command:
```shell
hadoop jar elasticsearch-mapreduce-wordcount.jar import_to_es
```

export elasticsearch index to HDFS file
##### Command:
```shell
hadoop jar elasticsearch-mapreduce-wordcount.jar export_to_hdfs
```

License
-------
elasticsearch-mapreduce-wordcount is an open source project by Ehsan Rezaei(http://www.developit.ir) that is licensed under GPL-3.0.