You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2021/08/17 12:04:15 UTC

[druid] branch master updated: Made the instructions of adding extra resources as part of extensions simpler (#11577)

This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new d1bad92  Made the instructions of adding extra resources as part of extensions simpler (#11577)
d1bad92 is described below

commit d1bad928804e727a34fa440db00f7b748b979843
Author: Karan Kumar <ka...@gmail.com>
AuthorDate: Tue Aug 17 17:33:55 2021 +0530

    Made the instructions of adding extra resources as part of extensions simpler (#11577)
---
 docs/development/extensions-core/druid-lookups.md | 2 +-
 docs/development/extensions-core/mysql.md         | 2 +-
 docs/development/extensions-core/protobuf.md      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/development/extensions-core/druid-lookups.md b/docs/development/extensions-core/druid-lookups.md
index 52afbd3..28a6f71 100644
--- a/docs/development/extensions-core/druid-lookups.md
+++ b/docs/development/extensions-core/druid-lookups.md
@@ -36,7 +36,7 @@ To use this extension please make sure to  [include](../../development/extension
 > 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-single` under the distribution root directory.
+> Copy or symlink the downloaded file inside the folder `extensions/druid-lookups-cached-single` under the distribution root directory.
 
 ## Architecture
 Generally speaking this module can be divided into two main component, namely, the data fetcher layer and caching layer.
diff --git a/docs/development/extensions-core/mysql.md b/docs/development/extensions-core/mysql.md
index b549369..8c9cbbe 100644
--- a/docs/development/extensions-core/mysql.md
+++ b/docs/development/extensions-core/mysql.md
@@ -39,7 +39,7 @@ installed separately. There are a few ways to obtain this library:
 
 This should fetch a JAR file named similar to 'mysql-connector-java-x.x.xx.jar'.
 
-Copy or symlink this file to `extensions/mysql-metadata-storage` under the distribution root directory.
+Copy or symlink this file inside the folder `extensions/mysql-metadata-storage` under the distribution root directory.
 
 ## Setting up MySQL
 
diff --git a/docs/development/extensions-core/protobuf.md b/docs/development/extensions-core/protobuf.md
index 20c0750..6c51431 100644
--- a/docs/development/extensions-core/protobuf.md
+++ b/docs/development/extensions-core/protobuf.md
@@ -99,7 +99,7 @@ This feature uses Confluent's Protobuf provider which is not included in the Dru
 - https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.0/kotlin-stdlib-1.4.0.jar
 - https://repo1.maven.org/maven2/com/squareup/wire/wire-schema/3.2.2/wire-schema-3.2.2.jar
 
-Copy or symlink those files to `extensions/protobuf-extensions` under the distribution root directory.
+Copy or symlink those files inside the folder `extensions/protobuf-extensions` under the distribution root directory.
 
 ## Create Kafka Supervisor
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org