From c53e1fd8eca44a8d5159150b94e93da15ed276c2 Mon Sep 17 00:00:00 2001 From: Martin Wolstencroft Date: Fri, 19 Jan 2024 17:06:04 +0000 Subject: [PATCH] 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 f0ce607d47c997..0b5cb0da19e830 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