commit | 099ab16e888090f5b53abea2ac15a57f57cfcd65 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sun Aug 27 05:10:35 2017 -0700 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sun Aug 27 05:10:38 2017 -0700 |
tree | e10d09e93b248c9ea97eaf38e7dc1b93c6259b29 | |
parent | 09e93ac90638bfff1345372854f0149b59b00157 [diff] |
Don't run Spark tests in parallel Spark uses a global context that is shared across threads. If we run all the tests in parallel we risk to shutdown the context from one thread whilst is still used by the others. Change-Id: I7e536ae6058077334b37cab4a3dfdf224bc65a65
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