Remove stale 'namespace' config for JDBC lookups from doc#10886
Remove stale 'namespace' config for JDBC lookups from doc#10886jihoonson merged 5 commits intoapache:masterfrom
Conversation
| }, | ||
|
|
||
| // JDBC stuff | ||
| { |
There was a problem hiding this comment.
From looking at Travis failure, It looks like this requires a snapshot update. jest --updateSnapshot
There was a problem hiding this comment.
Thanks for the review. I reverted this change in favor of #10888.
capistrant
left a comment
There was a problem hiding this comment.
LGTM outside of the spellchecker flag by CI
| > 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. |
There was a problem hiding this 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.
There was a problem hiding this comment.
I agree it's valid, but deleted it by addressing @techdocsmith's comment below.
| > 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. |
There was a problem hiding this comment.
| > The connector JAR should locate in the classpath of Druid's main class loader. | |
| > The connector JAR should reside in the classpath of Druid's main class loader. |
reside or "be located?"
| > 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. |
There was a problem hiding this comment.
| > An easy way to add it in the classpath is copying or symlinking the downloaded file to `lib/` under the distribution root directory. | |
| > To add the connector JAR to the classpath, you can copy the downloaded file to `lib/` under the distribution root directory. Alternatively, create a symbolic link to the connector in the `lib` directory. |
|
@techdocsmith thanks, I addressed your comments. |
|
@capistrant do you have more comments? |
|
@capistrant thanks for the review. |
Description
The
namespaceconfig was removed in #2926. Also fixed a wrong instruction for the JDBC connector location.This PR has: