I am trying to install mysql river that I found here...
https://github.com/scharron/elasticsearch-river-mysql
This will read from mysql binary log files and dump the data into elastic. I have installed the dependencies. i.e. pymysql, cherrypy and python-mysql-replication.
I did not understand how to install this plugin. It is mentioned to build using mvn clean package. How exactly this is done?