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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b882b9  Updated Offline Index Creation (markdown)
2b882b9 is described below

commit 2b882b920d485c15e4f51782ed6f91110c48e549
Author: Jialiang Li <[email protected]>
AuthorDate: Tue Feb 5 15:27:35 2019 -0800

    Updated Offline Index Creation (markdown)
---
 Offline-Index-Creation.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Offline-Index-Creation.md b/Offline-Index-Creation.md
index fec4ca9..10b5284 100644
--- a/Offline-Index-Creation.md
+++ b/Offline-Index-Creation.md
@@ -2,7 +2,8 @@
 
 Pinot index files can be created offline on Hadoop, then pushed onto a 
production cluster. Because index generation does not happen on the Pinot nodes 
serving traffic, this means that these nodes can continue to serve traffic 
without impacting performance while data is being indexed. The index files are 
then pushed onto the Pinot cluster, where the files are distributed and loaded 
by the server nodes with minimal performance impact.
 
-![Offline Pinot workflow](Pinot - Offline-only flow.png)
+### Offline Pinot workflow
+[[Pinot - Offline-only flow.png]]
 
 To create index files in an offline fashion, a Hadoop workflow must be created 
to complete the following steps:
 


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

Reply via email to