You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/02/05 23:27:36 UTC

[incubator-pinot.wiki] branch master updated: Updated Offline Index Creation (markdown)

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 <jl...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org