You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/09/14 00:21:41 UTC

incubator-griffin-site git commit: Updated asf-site site from master (fd5b06aadb62aa44fb5d593f629b18061b8efac5)

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/asf-site 47c77c9b6 -> 0c87850cd


Updated asf-site site from master (fd5b06aadb62aa44fb5d593f629b18061b8efac5)


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/0c87850c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/0c87850c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/0c87850c

Branch: refs/heads/asf-site
Commit: 0c87850cd1f001347ea871c5bcc5fba609302108
Parents: 47c77c9
Author: William Guo <gu...@apache.org>
Authored: Fri Sep 14 08:21:37 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Fri Sep 14 08:21:37 2018 +0800

----------------------------------------------------------------------
 docs/quickstart.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/0c87850c/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 9bfd59f..aea2255 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -127,20 +127,20 @@ under the License.
       <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent">
         <h1 class="page-header" style="margin-top: 0px">Quick Start</h1>
         <h2 id="user-story">User Story</h2>
-<p>Say we have two hive tables(demo_src, demo_tgt), we need to know what is the data quality for target table, based on source table.</p>
+<p>Say we have two data set(demo_src, demo_tgt), we need to know what is the data quality for target data set, based on source data set.</p>
 
-<p>For simplicity, suppose both two tables have the same schema as this:</p>
+<p>For simplicity, suppose both two data set have the same schema as this:</p>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>id                      bigint                                      
 age                     int                                         
 desc                    string                                      
 dt                      string                                      
 hour                    string 
 </code></pre></div></div>
-<p>dt and hour are partitions,</p>
+<p>both dt and hour are partitions,</p>
 
-<p>as every date we have one partition dt(like 20180912),</p>
+<p>as every day we have one daily partition dt(like 20180912),</p>
 
-<p>for every date we have 24 hour partitions(like 01,02, …).</p>
+<p>for every day we have 24 hourly partitions(like 01,02, …).</p>
 
 <h2 id="environment-preparation">Environment Preparation</h2>
 <p>You need to prepare the environment for Apache Griffin measure module, including the following software:</p>