commit | 6a6a43cd96f0f2fa246c9ef98a94a98b954b2d97 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Tue Oct 16 18:59:50 2018 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Thu Oct 18 11:19:29 2018 +0100 |
tree | 3866487b4bbde440483ed502bd9be8369c505c5e | |
parent | cf59d5ed98ce1a66dd02691fedb04d745966fc3a [diff] |
Add spark ETL container to wizard docker-compose When setting up the docker-compose used to start up the wizard stack (elasticsearch, kibabna, dashboard-importer), now the spark ETL job is also included in the mix: A `docker-compose up` will now also trigger the ETL job. The ETL job waits for elasticsearch to be available before attempting to import data to it. In order for gerrit analytics endpoint to be available to the dockerized ETL job, the host ip address and gerrit port need to be configured in the docker compose: - The host ip address is read using InetAddress object - The gerrit schema and port are read from configuration Feature: Issue 9867 Change-Id: I3419a635d8d7333e4d2ea078daec3e19287cbac0
Wizard to provision a new GerritAnalytics stack
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