n3nash commented on a change in pull request #610: Major cleanup of docs 
structure/content
URL: https://github.com/apache/incubator-hudi/pull/610#discussion_r268039634
 
 

 ##########
 File path: docs/concepts.md
 ##########
 @@ -7,15 +7,20 @@ toc: false
 summary: "Here we introduce some basic concepts & give a broad technical 
overview of Hudi"
 ---
 
-Apache Hudi (pronounced “Hudi”) provides the following primitives over 
datasets on DFS
+Apache Hudi (pronounced “Hudi”) provides the following streaming primitives 
over datasets on DFS
 
  * Upsert                     (how do I change the dataset?)
- * Incremental consumption    (how do I fetch data that changed?)
+ * Incremental pull           (how do I fetch data that changed?)
 
+In this section, we will discuss key concepts & terminologies that are 
important to understand, to be able to effectively use these primitives.
 
-In order to achieve this, Hudi maintains a `timeline` of all activity 
performed on the dataset, that helps provide `instantaenous` views of the 
dataset,
-while also efficiently supporting retrieval of data in the order of arrival 
into the dataset.
-Such key activities include
+## Timeline
+At its core, Hudi maintains a `timeline` of all actions performed on the 
dataset at different `instants` of time that helps provide instantaenous views 
of the dataset,
 
 Review comment:
   'At its core, Hudi maintains a `timeline` of all actions performed on the 
dataset at different `instants` of time. This helps provide instantaneous views 
of the dataset while also supporting efficient retrieval of changed data in the 
order of arrival`. A Hudi instant is uniquely defined by 3 components namely, 
the action type, the instant time at which it started and it's current state...
   Note the spelling of instantaneous as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to