Goal:
Migrate the CoEditor wikidata metrics oozie job to Airflow. The Airflow job would no longer use this scala job 'https://gerrit.wikimedia.org/r/plugins/gitiles/analytics/refinery/source/+/refs/heads/master/refinery-job/src/main/scala/org/wikimedia/analytics/refinery/job/wikidata/CoEditors.scala" to generate and send query to Graphite. But rather use the new generic HiveToGraphite job which will generate the CoEditor metric by running a hql script and send the metric to graphite.
Job Details:
| Input | Processing | Output |
| Hive Table | Spark | Graphite |
Success Criteria: