This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 16cd4fa fixed hyperlink to PinotFS (#4570)
16cd4fa is described below
commit 16cd4fa456c1828402ad6de24e732f212ef11546
Author: The Alchemist <[email protected]>
AuthorDate: Thu Aug 29 11:48:26 2019 -0400
fixed hyperlink to PinotFS (#4570)
---
docs/pluggable_storage.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pluggable_storage.rst b/docs/pluggable_storage.rst
index 6266add..c0aef40 100644
--- a/docs/pluggable_storage.rst
+++ b/docs/pluggable_storage.rst
@@ -37,7 +37,7 @@ New Storage Type implementation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
In order to add a new type of storage backend (say, Amazon s3) implement the
following class:
-S3FS extends `PinotFS
<https://github.com/apache/incubator-pinot/blob/master/pinot-filesystem/src/main/java/org/apache/pinot/filesystem/PinotFS.java>`_
+S3FS extends `PinotFS
<https://github.com/apache/incubator-pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/filesystem/PinotFS.java>`_
Configurations
^^^^^^^^^^^^^^
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]