Skip to content

Commit

Permalink
typo and format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwolst committed Jan 19, 2024
1 parent 9a2b2da commit c53e1fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions topics/admin/faqs/data-source-with-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<tools>
<tool id="longbar" destination="my-local" />
<tool id="ucsc_table_direct1" destination="my-local" />
</tools>
```

YML
```yml
tools:
- id: longbar
- id: ucsc_table_direct1
handler: my-local
```

0 comments on commit c53e1fd

Please sign in to comment.