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