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/13 14:35:10 UTC

incubator-griffin-site git commit: typo

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master 32c1e7a27 -> 4d98ade75


typo


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/4d98ade7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/4d98ade7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/4d98ade7

Branch: refs/heads/master
Commit: 4d98ade756427a2df8b9b1695c9bae31c0974780
Parents: 32c1e7a
Author: William Guo <gu...@apache.org>
Authored: Thu Sep 13 22:35:02 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Thu Sep 13 22:35:02 2018 +0800

----------------------------------------------------------------------
 quickstart.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/4d98ade7/quickstart.md
----------------------------------------------------------------------
diff --git a/quickstart.md b/quickstart.md
index d36ea42..a991c8c 100644
--- a/quickstart.md
+++ b/quickstart.md
@@ -6,7 +6,7 @@ permalink: /docs/quickstart.html
 ## User Story
 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.
 
-For simplicity, suppose both two table have the same schema as this:
+For simplicity, suppose both two tables have the same schema as this:
 ```
 id                      bigint                                      
 age                     int                                         
@@ -14,7 +14,11 @@ desc                    string
 dt                      string                                      
 hour                    string 
 ```
-dt and hour are partitions, as every date we have one big partition dt(like 20180912), for every date we have 24 hour partitions(like 01,02, ...).
+dt and hour are partitions, 
+
+as every date we have one partition dt(like 20180912), 
+
+for every date we have 24 hour partitions(like 01,02, ...).
 
 ## Environment Preparation
 You need to prepare the environment for Apache Griffin measure module, including the following software:
@@ -43,7 +47,7 @@ You need to prepare the environment for Apache Griffin measure module, including
     
 ## Data Preparation
 
-For our quick start, We will generate two Hive tables demo_src and demo_tgt.
+For our quick start, We will generate two hive tables demo_src and demo_tgt.
 ```
 --create hive tables here. hql script
 --Note: replace hdfs location with your own path