Expose elasticsearch ports from docker-compose

Expose both REST port (9200) and node cluster port (9300) to
allow elasticsearch to be reachable from the host in order to
allow ETL spark job to reach it.

Also, decreased required startup memory from 4g to 1g to avoid
out of memory error.

Bug: Issue 9854
Change-Id: Ie995e3b290c922e73bd9b54bae97a6c09d383b9a
1 file changed
tree: 6e2c60b827f521ab47f8c2b819ba049fde1173ae
  1. project/
  2. src/
  3. .gitignore
  4. build.sbt
  5. LICENSE
  6. README.md
README.md

analytics-wizard

Wizard to provision a new GerritAnalytics stack

Setup

this plugin is being developed against gerrit master (2.16), thus it relies on gerrit-plugin-api-2.16-SNAPSHOT

In order to make gerrit-plugin-api-2.16-SNAPSHOT available locally you can run the following from a gerrit checkout dir:

./tools/maven/api.sh install