QChris has submitted this change and it was merged. Change subject: Rename FairScheduler 'adhoc' queue to 'default' ......................................................................
Rename FairScheduler 'adhoc' queue to 'default' This should be merged and jobs should be resubmitted along with https://gerrit.wikimedia.org/r/#/c/165512/ Change-Id: I5bf36924987f4fbc36f2bdb2dc121c48e2a90a4b --- M oozie/util/archive_job_output/workflow.properties M oozie/util/archive_job_output/workflow.xml M oozie/util/hive/partition/add/workflow.properties M oozie/util/hive/partition/add/workflow.xml M oozie/util/monitor/done_flag/workflow.xml M oozie/webrequest/partition/add/bundle.properties M oozie/webrequest/partition/add/bundle.xml M oozie/webrequest/partition/add/check_sequence_statistics_workflow.xml M oozie/webrequest/partition/add/coordinator.xml M oozie/webrequest/partition/add/workflow.xml M oozie/webrequest/partition/monitor_done_flag/bundle.properties M oozie/webrequest/partition/monitor_done_flag/bundle.xml M oozie/webrequest/partition/monitor_done_flag/coordinator.xml M oozie/webstats/generate_hourly_files/bundle.properties M oozie/webstats/generate_hourly_files/bundle.xml M oozie/webstats/generate_hourly_files/coordinator.xml M oozie/webstats/generate_hourly_files/workflow.xml M oozie/webstats/insert_hourly_pagecounts/coordinator.properties M oozie/webstats/insert_hourly_pagecounts/coordinator.xml M oozie/webstats/insert_hourly_pagecounts/workflow.xml 20 files changed, 20 insertions(+), 20 deletions(-) Approvals: QChris: Verified; Looks good to me, approved diff --git a/oozie/util/archive_job_output/workflow.properties b/oozie/util/archive_job_output/workflow.properties index 40f8923..44b89fb 100644 --- a/oozie/util/archive_job_output/workflow.properties +++ b/oozie/util/archive_job_output/workflow.properties @@ -12,7 +12,7 @@ # .xml files exist there when this job is submitted. name_node = hdfs://analytics-hadoop -queue_name = adhoc +queue_name = default # Base path in HDFS to oozie files. # Other files will be used relative to this path. diff --git a/oozie/util/archive_job_output/workflow.xml b/oozie/util/archive_job_output/workflow.xml index 3b259c0..da8dfc1 100644 --- a/oozie/util/archive_job_output/workflow.xml +++ b/oozie/util/archive_job_output/workflow.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <property> <name>done_file</name> diff --git a/oozie/util/hive/partition/add/workflow.properties b/oozie/util/hive/partition/add/workflow.properties index 15a5c94..f210622 100644 --- a/oozie/util/hive/partition/add/workflow.properties +++ b/oozie/util/hive/partition/add/workflow.properties @@ -8,7 +8,7 @@ name_node = hdfs://analytics-hadoop job_tracker = resourcemanager.analytics.eqiad.wmnet:8032 -queue_name = adhoc +queue_name = default # Base path in HDFS to oozie files. # Other files will be used relative to this path. diff --git a/oozie/util/hive/partition/add/workflow.xml b/oozie/util/hive/partition/add/workflow.xml index c3a0211..233f1e9 100644 --- a/oozie/util/hive/partition/add/workflow.xml +++ b/oozie/util/hive/partition/add/workflow.xml @@ -11,7 +11,7 @@ </property> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties --> diff --git a/oozie/util/monitor/done_flag/workflow.xml b/oozie/util/monitor/done_flag/workflow.xml index acdb1a1..99c9329 100644 --- a/oozie/util/monitor/done_flag/workflow.xml +++ b/oozie/util/monitor/done_flag/workflow.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties --> diff --git a/oozie/webrequest/partition/add/bundle.properties b/oozie/webrequest/partition/add/bundle.properties index d7a8177..df6bff2 100644 --- a/oozie/webrequest/partition/add/bundle.properties +++ b/oozie/webrequest/partition/add/bundle.properties @@ -9,7 +9,7 @@ name_node = hdfs://analytics-hadoop job_tracker = resourcemanager.analytics.eqiad.wmnet:8032 -queue_name = adhoc +queue_name = default # Base path in HDFS to oozie files. # Other files will be used relative to this path. diff --git a/oozie/webrequest/partition/add/bundle.xml b/oozie/webrequest/partition/add/bundle.xml index 69622fe..c1144da 100644 --- a/oozie/webrequest/partition/add/bundle.xml +++ b/oozie/webrequest/partition/add/bundle.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webrequest/partition/add/check_sequence_statistics_workflow.xml b/oozie/webrequest/partition/add/check_sequence_statistics_workflow.xml index 6319e5d..3c46bf0 100644 --- a/oozie/webrequest/partition/add/check_sequence_statistics_workflow.xml +++ b/oozie/webrequest/partition/add/check_sequence_statistics_workflow.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties --> diff --git a/oozie/webrequest/partition/add/coordinator.xml b/oozie/webrequest/partition/add/coordinator.xml index 2f80ed0..08dad7a 100644 --- a/oozie/webrequest/partition/add/coordinator.xml +++ b/oozie/webrequest/partition/add/coordinator.xml @@ -9,7 +9,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webrequest/partition/add/workflow.xml b/oozie/webrequest/partition/add/workflow.xml index 10779c8..e2dad9e 100644 --- a/oozie/webrequest/partition/add/workflow.xml +++ b/oozie/webrequest/partition/add/workflow.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties --> diff --git a/oozie/webrequest/partition/monitor_done_flag/bundle.properties b/oozie/webrequest/partition/monitor_done_flag/bundle.properties index 2b512ff..e9bb99e 100644 --- a/oozie/webrequest/partition/monitor_done_flag/bundle.properties +++ b/oozie/webrequest/partition/monitor_done_flag/bundle.properties @@ -10,7 +10,7 @@ name_node = hdfs://analytics-hadoop job_tracker = resourcemanager.analytics.eqiad.wmnet:8032 -queue_name = adhoc +queue_name = default # Base path in HDFS to oozie files. # Other files will be used relative to this path. diff --git a/oozie/webrequest/partition/monitor_done_flag/bundle.xml b/oozie/webrequest/partition/monitor_done_flag/bundle.xml index 578fbd6..955a12a 100644 --- a/oozie/webrequest/partition/monitor_done_flag/bundle.xml +++ b/oozie/webrequest/partition/monitor_done_flag/bundle.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webrequest/partition/monitor_done_flag/coordinator.xml b/oozie/webrequest/partition/monitor_done_flag/coordinator.xml index 1848bb2..8d64c55 100644 --- a/oozie/webrequest/partition/monitor_done_flag/coordinator.xml +++ b/oozie/webrequest/partition/monitor_done_flag/coordinator.xml @@ -9,7 +9,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webstats/generate_hourly_files/bundle.properties b/oozie/webstats/generate_hourly_files/bundle.properties index 75cbbb2..8a619e2 100644 --- a/oozie/webstats/generate_hourly_files/bundle.properties +++ b/oozie/webstats/generate_hourly_files/bundle.properties @@ -11,7 +11,7 @@ name_node = hdfs://analytics-hadoop job_tracker = resourcemanager.analytics.eqiad.wmnet:8032 -queue_name = adhoc +queue_name = default # Base path in HDFS to oozie files. # Other files will be used relative to this path. diff --git a/oozie/webstats/generate_hourly_files/bundle.xml b/oozie/webstats/generate_hourly_files/bundle.xml index d9fcfcd..eb6382e 100644 --- a/oozie/webstats/generate_hourly_files/bundle.xml +++ b/oozie/webstats/generate_hourly_files/bundle.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webstats/generate_hourly_files/coordinator.xml b/oozie/webstats/generate_hourly_files/coordinator.xml index ce997cf..d2809db 100644 --- a/oozie/webstats/generate_hourly_files/coordinator.xml +++ b/oozie/webstats/generate_hourly_files/coordinator.xml @@ -9,7 +9,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webstats/generate_hourly_files/workflow.xml b/oozie/webstats/generate_hourly_files/workflow.xml index 71c2012..5bff50f 100644 --- a/oozie/webstats/generate_hourly_files/workflow.xml +++ b/oozie/webstats/generate_hourly_files/workflow.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties --> diff --git a/oozie/webstats/insert_hourly_pagecounts/coordinator.properties b/oozie/webstats/insert_hourly_pagecounts/coordinator.properties index 24d61fc..6abcf52 100644 --- a/oozie/webstats/insert_hourly_pagecounts/coordinator.properties +++ b/oozie/webstats/insert_hourly_pagecounts/coordinator.properties @@ -11,7 +11,7 @@ name_node = hdfs://analytics-hadoop job_tracker = resourcemanager.analytics.eqiad.wmnet:8032 -queue_name = adhoc +queue_name = default # Base path in HDFS to oozie files. # Other files will be used relative to this path. diff --git a/oozie/webstats/insert_hourly_pagecounts/coordinator.xml b/oozie/webstats/insert_hourly_pagecounts/coordinator.xml index 7e1d6e2..913e46d 100644 --- a/oozie/webstats/insert_hourly_pagecounts/coordinator.xml +++ b/oozie/webstats/insert_hourly_pagecounts/coordinator.xml @@ -9,7 +9,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties. --> diff --git a/oozie/webstats/insert_hourly_pagecounts/workflow.xml b/oozie/webstats/insert_hourly_pagecounts/workflow.xml index 531ac44..f93ef66 100644 --- a/oozie/webstats/insert_hourly_pagecounts/workflow.xml +++ b/oozie/webstats/insert_hourly_pagecounts/workflow.xml @@ -5,7 +5,7 @@ <parameters> <property> <name>queue_name</name> - <value>adhoc</value> + <value>default</value> </property> <!-- Required properties --> -- To view, visit https://gerrit.wikimedia.org/r/165513 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5bf36924987f4fbc36f2bdb2dc121c48e2a90a4b Gerrit-PatchSet: 1 Gerrit-Project: analytics/refinery Gerrit-Branch: master Gerrit-Owner: Ottomata <[email protected]> Gerrit-Reviewer: Gage <[email protected]> Gerrit-Reviewer: QChris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
