Wizard status endpoint

Reports the status of the Spark ETL job. Return codes:
- 500: any error occourred, i.e.: JSON parsing, can't find container, etc
- 202: still processing
- 204: successfully finished the import

Feature: Issue 9869
Change-Id: Ib556df76e45482b3662798b9fc1f5ae825f83281
3 files changed
tree: b61947f339cf57489e8839c852a3d7d9bb494cdd
  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