capistrant commented on a change in pull request #10886:
URL: https://github.com/apache/druid/pull/10886#discussion_r576984838



##########
File path: docs/development/extensions-core/lookups-cached-global.md
##########
@@ -377,7 +375,8 @@ The JDBC lookups will poll a database to populate its local 
cache. If the `tsCol
 > If using JDBC, you will need to add your database's client JAR files to the 
 > extension's directory.
 > For Postgres, the connector JAR is already included.
 > For MySQL, you can get it from https://dev.mysql.com/downloads/connector/j/.
-> Copy or symlink the downloaded file to 
`extensions/druid-lookups-cached-global` under the distribution root directory.
+> The connector JAR should locate in the classpath of Druid's main class 
loader.
+> An easy way to add it in the classpath is copying or symlinking the 
downloaded file to `lib/` under the distribution root directory.

Review comment:
       looks like "symlinking" is called out by spell checker. I think it would 
be fine to add it to the dictionary in the website module. Might not be in a 
common dictionary, but from a computing standpoint it is a valid word IMO.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to