Skip to content

Instantly share code, notes, and snippets.

/new_aqs_query Secret

Created May 20, 2016 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/41781b19ebcba233d029bcab5e76c304 to your computer and use it in GitHub Desktop.
Save anonymous/41781b19ebcba233d029bcab5e76c304 to your computer and use it in GitHub Desktop.
oozie job --oozie $OOZIE_URL \
-Drefinery_directory=hdfs://analytics-hadoop$(hdfs dfs -ls -d /wmf/refinery/2016* | tail -n 1 | awk '{print $NF}') \
-Doozie_directory=hdfs://analytics-hadoop/user/joal/oozie \
-Dqueue_name=production \
-Doozie_launcher_queue_name=production \
-Doozie_launcher_memory=256 \
-Dstart_time=2016-01-01T00:00Z \
-Dstop_time=2016-01-01T23:59Z \
-config /home/joal/code/refinery/oozie/cassandra/new_aqs/coord_per_article_daily.properties \
-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment