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

jenniferdai pushed a commit to branch doc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/doc by this push:
     new b34ccf7  Clarifying doc to differentiate between env variables and 
those users should always set
b34ccf7 is described below

commit b34ccf7977465901e407352b1b4ac75c4a00de93
Author: Jennifer Dai <[email protected]>
AuthorDate: Fri Mar 8 11:05:14 2019 -0800

    Clarifying doc to differentiate between env variables and those users 
should always set
---
 docs/pluggable_storage.rst | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/docs/pluggable_storage.rst b/docs/pluggable_storage.rst
index b9d768f..1a964db 100644
--- a/docs/pluggable_storage.rst
+++ b/docs/pluggable_storage.rst
@@ -50,11 +50,19 @@ You also need to configure pinot.controller.local.temp.dir 
for the local dir on
 
 For filesystem specific configs, you can pass in the following with either the 
pinot.controller prefix or the pinot.server prefix.
 
-All the following configs need to be prefixed with storage.factory. 
AzurePinotFS requires the following configs:
+All the following configs need to be prefixed with storage.factory.
 
-adl.accountId, adl.authEndpoint, adl.clientId, adl.clientSecret 
segment.fetcher.protocols : adl
+AzurePinotFS requires the following configs according to your environment:
 
+adl.accountId, adl.authEndpoint, adl.clientId, adl.clientSecret
 
-HadoopPinotFS requires the following configs:
+Please also make sure to set the following config with the value "adl"
+segment.fetcher.protocols : adl
 
-hadoop.kerberos.principle, hadoop.kerberos.keytab, hadoop.conf.path 
segment.fetcher.protocols : hdfs
\ No newline at end of file
+
+HadoopPinotFS requires the following configs according to your environment:
+
+hadoop.kerberos.principle, hadoop.kerberos.keytab, hadoop.conf.path
+
+Please make sure to also set the following config with the value "hdfs"
+segment.fetcher.protocols : hdfs
\ No newline at end of file


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

Reply via email to