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

vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0f6b4ba  Travis CI build asf-site
0f6b4ba is described below

commit 0f6b4babda8884318e908b091a3aa142c31d1f5f
Author: CI <[email protected]>
AuthorDate: Mon May 25 09:11:31 2020 +0000

    Travis CI build asf-site
---
 content/docs/quick-start-guide.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/quick-start-guide.html 
b/content/docs/quick-start-guide.html
index 05bc243..c0e736c 100644
--- a/content/docs/quick-start-guide.html
+++ b/content/docs/quick-start-guide.html
@@ -476,7 +476,7 @@ and write DataFrame into the hudi table.</p>
 </code></pre></div></div>
 
 <p class="notice--info">Notice that the save mode is now <code 
class="highlighter-rouge">Append</code>. In general, always use append mode 
unless you are trying to create the table for the first time.
-<a href="#query-data">Querying</a> the data again will now show updated trips. 
Each write operation generates a new <a 
href="http://hudi.incubator.apache.org/docs/concepts.html";>commit</a> 
+<a href="#query-data">Querying</a> the data again will now show updated trips. 
Each write operation generates a new <a href="/docs/concepts.html">commit</a> 
 denoted by the timestamp. Look for changes in <code 
class="highlighter-rouge">_hoodie_commit_time</code>, <code 
class="highlighter-rouge">rider</code>, <code 
class="highlighter-rouge">driver</code> fields for the same <code 
class="highlighter-rouge">_hoodie_record_key</code>s in previous commit.</p>
 
 <h2 id="incremental-query">Incremental query</h2>
@@ -665,7 +665,7 @@ and write DataFrame into the hudi table.</p>
 </code></pre></div></div>
 
 <p class="notice--info">Notice that the save mode is now <code 
class="highlighter-rouge">Append</code>. In general, always use append mode 
unless you are trying to create the table for the first time.
-<a href="#query-data">Querying</a> the data again will now show updated trips. 
Each write operation generates a new <a 
href="http://hudi.incubator.apache.org/docs/concepts.html";>commit</a> 
+<a href="#query-data">Querying</a> the data again will now show updated trips. 
Each write operation generates a new <a href="/docs/concepts.html">commit</a> 
 denoted by the timestamp. Look for changes in <code 
class="highlighter-rouge">_hoodie_commit_time</code>, <code 
class="highlighter-rouge">rider</code>, <code 
class="highlighter-rouge">driver</code> fields for the same <code 
class="highlighter-rouge">_hoodie_record_key</code>s in previous commit.</p>
 
 <h2 id="incremental-query-1">Incremental query</h2>

Reply via email to