From 9a2b2dae8b97ade92e1b7f4f5aab4348fd40c6df Mon Sep 17 00:00:00 2001 From: Martin Wolstencroft Date: Fri, 19 Jan 2024 17:01:43 +0000 Subject: [PATCH 1/3] added faq for data sources with pulsar --- CONTRIBUTORS.yaml | 5 ++++ topics/admin/faqs/data-source-with-pulsar.md | 24 ++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 topics/admin/faqs/data-source-with-pulsar.md diff --git a/CONTRIBUTORS.yaml b/CONTRIBUTORS.yaml index a6b9670afd5cc..52ff12f31b8e7 100644 --- a/CONTRIBUTORS.yaml +++ b/CONTRIBUTORS.yaml @@ -1239,6 +1239,11 @@ mwolfien: name: Markus Wolfien joined: 2017-09 +martinwolst: + name: Martin Wolstencroft + joined: 2024-01 + orcid: 0000-0002-6080-1710 + elixir_node: uk smza: name: Munazah Andrabi joined: 2023-09 diff --git a/topics/admin/faqs/data-source-with-pulsar.md b/topics/admin/faqs/data-source-with-pulsar.md new file mode 100644 index 0000000000000..f0ce607d47c99 --- /dev/null +++ b/topics/admin/faqs/data-source-with-pulsar.md @@ -0,0 +1,24 @@ +--- +title: Using data source tools with Pulsar +area: deployment +box_type: tip +layout: faq +contributors: [martinwolst] +--- + +Data source tools such as UCSC Main will fail if Pulsar is the default destination. + +To prevent the error from occureing you can force individual tools to run on a different destination or handler by adding to the job_conf file like: + + +```xml + + + +``` + +```yml +tools: +- id: longbar + handler: my-local +``` \ No newline at end of file From c53e1fd8eca44a8d5159150b94e93da15ed276c2 Mon Sep 17 00:00:00 2001 From: Martin Wolstencroft Date: Fri, 19 Jan 2024 17:06:04 +0000 Subject: [PATCH 2/3] typo and format fix --- topics/admin/faqs/data-source-with-pulsar.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/topics/admin/faqs/data-source-with-pulsar.md b/topics/admin/faqs/data-source-with-pulsar.md index f0ce607d47c99..0b5cb0da19e83 100644 --- a/topics/admin/faqs/data-source-with-pulsar.md +++ b/topics/admin/faqs/data-source-with-pulsar.md @@ -8,17 +8,17 @@ contributors: [martinwolst] Data source tools such as UCSC Main will fail if Pulsar is the default destination. -To prevent the error from occureing you can force individual tools to run on a different destination or handler by adding to the job_conf file like: - +To fix this issue you can force individual tools to run on a specific destination or handler by adding to your job_conf file like: +XML ```xml - + ``` - +YML ```yml tools: -- id: longbar +- id: ucsc_table_direct1 handler: my-local ``` \ No newline at end of file From 4a9022d7c9e724a5e8ca9c1276ed6892992cbe02 Mon Sep 17 00:00:00 2001 From: Martin Wolstencroft Date: Fri, 19 Jan 2024 17:07:57 +0000 Subject: [PATCH 3/3] clarified xml/yml snippets --- topics/admin/faqs/data-source-with-pulsar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/admin/faqs/data-source-with-pulsar.md b/topics/admin/faqs/data-source-with-pulsar.md index 0b5cb0da19e83..4be842577850e 100644 --- a/topics/admin/faqs/data-source-with-pulsar.md +++ b/topics/admin/faqs/data-source-with-pulsar.md @@ -8,15 +8,15 @@ contributors: [martinwolst] Data source tools such as UCSC Main will fail if Pulsar is the default destination. -To fix this issue you can force individual tools to run on a specific destination or handler by adding to your job_conf file like: +To fix this issue you can force individual tools to run on a specific destination or handler by adding to your job_conf file: -XML +For job_conf.xml ```xml ``` -YML +For job_conf.yml ```yml tools: - id: ucsc_table_direct1