This is an automated email from the ASF dual-hosted git repository.
sunithabeeram 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 e8a620f Update documentation to reflect the new dependency structure
(#4163)
e8a620f is described below
commit e8a620f2f7824594987d365d74145098cc1f502e
Author: Sunitha Beeram <[email protected]>
AuthorDate: Wed Apr 24 20:27:32 2019 -0700
Update documentation to reflect the new dependency structure (#4163)
---
docs/code_modules.rst | 9 +++------
docs/img/PinotController.png | Bin 47991 -> 61419 bytes
docs/img/PinotFoundation.png | Bin 44122 -> 29973 bytes
docs/img/PinotServer.png | Bin 55062 -> 73944 bytes
4 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/docs/code_modules.rst b/docs/code_modules.rst
index cf439cb..0ab26b9 100644
--- a/docs/code_modules.rst
+++ b/docs/code_modules.rst
@@ -72,12 +72,6 @@ The following figure provides a high-level overview of the
foundational Pinot mo
.. figure:: img/PinotFoundation.png
:scale: 50 %
-pinot-filesystem
-^^^^^^^^^^^^^^^^
-``pinot-filesystem`` provides abstractions for working with ``segments`` on
local or remote filesystems. This module
-allows for users to plugin filesystems specific to their usecase. Extensions
to the base ``PinotFS`` should ideally be
-housed in their specific modules so as not pull in unnecessary dependencies
for all users.
-
pinot-common
^^^^^^^^^^^^
``pinot-common`` provides classes common to Pinot components. Some key classes
you will find here are:
@@ -90,6 +84,9 @@ pinot-common
* ``pql.parsers``: Code to compile PQL strings into corresponding
AbstractSyntaxTrees (AST).
* ``request``: Autogenerated thrift classes representing various parts of PQL
requests.
* ``response``: Definitions of response format returned by the Broker.
+* ``filesystem`` provides abstractions for working with ``segments`` on local
or remote filesystems. This module
+allows for users to plugin filesystems specific to their usecase. Extensions
to the base ``PinotFS`` should ideally be
+housed in their specific modules so as not pull in unnecessary dependencies
for all users.
pinot-transport
^^^^^^^^^^^^^^^
diff --git a/docs/img/PinotController.png b/docs/img/PinotController.png
index 63a658b..f62d5ed 100644
Binary files a/docs/img/PinotController.png and b/docs/img/PinotController.png
differ
diff --git a/docs/img/PinotFoundation.png b/docs/img/PinotFoundation.png
index 91a85a4..c2547d4 100644
Binary files a/docs/img/PinotFoundation.png and b/docs/img/PinotFoundation.png
differ
diff --git a/docs/img/PinotServer.png b/docs/img/PinotServer.png
index 38ac17e..9cbb2cb 100644
Binary files a/docs/img/PinotServer.png and b/docs/img/PinotServer.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]