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/10/12 03:21:34 UTC

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

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/asf-site 8910ae7d5 -> 69c7309b5


Updated asf-site site from master (fdde5d2b6ad5e236317764b401d93eb5d0de568d)


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

Branch: refs/heads/asf-site
Commit: 69c7309b5d26b81675b4c83c28721e5fc2cd2f9a
Parents: 8910ae7
Author: William Guo <gu...@apache.org>
Authored: Fri Oct 12 11:21:30 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Fri Oct 12 11:21:30 2018 +0800

----------------------------------------------------------------------
 README.md            |  4 ++--
 docs/community.html  |  2 +-
 docs/contribute.html | 10 +++++-----
 docs/profiling.html  | 14 +++++++-------
 docs/quickstart.html | 12 ++++++------
 docs/usecases.html   | 12 ++++++------
 index.html           | 24 ++++++++++++------------
 7 files changed, 39 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 75d8600..a2443d7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Griffin Documentation Site
+# Apache Griffin Documentation Site
 Welcome to the Apache Griffin documentation!
 
 ## Prerequisites
@@ -29,7 +29,7 @@ By default, jekyll will generate the site in a `_site` directory.
         More content here ..
     
 ## Publishing the Apache Website
-In order to publish the website, you must have committer access to Griffin's apache repository.
+In order to publish the website, you must have committer access to Apache Griffin's apache repository.
 
 To publish changes, run 
 

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/docs/community.html
----------------------------------------------------------------------
diff --git a/docs/community.html b/docs/community.html
index 114abd9..6c3839d 100644
--- a/docs/community.html
+++ b/docs/community.html
@@ -217,7 +217,7 @@ under the License.
 <h3 id="issue-tracker">Issue Tracker</h3>
 <p><a href="https://issues.apache.org/jira/browse/griffin">https://issues.apache.org/jira/browse/griffin</a></p>
 
-<h3 id="griffin-ppmc-and-committers">Griffin PPMC And Committers</h3>
+<h3 id="apache-griffin-ppmc-and-committers">Apache Griffin PPMC And Committers</h3>
 
 <table>
   <thead>

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/docs/contribute.html
----------------------------------------------------------------------
diff --git a/docs/contribute.html b/docs/contribute.html
index df618c2..c0fff5e 100644
--- a/docs/contribute.html
+++ b/docs/contribute.html
@@ -139,12 +139,12 @@ under the License.
 </ul>
 
 <h3 id="file-a-bug-report">File a bug report</h3>
-<p>Please let us know if you experienced a problem with Griffin and file a bug report. Open Griffin’s JIRA and click on the blue Create button at the top. Please give detailed information about the problem you encountered and, if possible, add a description that helps to reproduce the problem.</p>
+<p>Please let us know if you experienced a problem with Griffin and file a bug report. Open Apache Griffin’s JIRA and click on the blue Create button at the top. Please give detailed information about the problem you encountered and, if possible, add a description that helps to reproduce the problem.</p>
 
 <p><a href="https://issues.apache.org/jira/browse/GRIFFIN">https://issues.apache.org/jira/browse/GRIFFIN</a></p>
 
 <h3 id="propose-an-improvement-or-a-new-feature">Propose an improvement or a new feature</h3>
-<p>Our community is constantly looking for feedback to improve Apache Griffin. If you have an idea how to improve Griffin or have a new feature in mind that would be beneficial for Griffin users, please open an issue in Griffin’s JIRA. The improvement or new feature should be described in appropriate detail and include the scope and its requirements if possible.</p>
+<p>Our community is constantly looking for feedback to improve Apache Griffin. If you have an idea how to improve Griffin or have a new feature in mind that would be beneficial for Apache Griffin users, please open an issue in Apache Griffin’s JIRA. The improvement or new feature should be described in appropriate detail and include the scope and its requirements if possible.</p>
 
 <p>We recommend to first reach consensus with the community on whether a new feature is required and how to implement a new feature, before starting with the implementation.</p>
 
@@ -153,9 +153,9 @@ under the License.
 <h3 id="help-others-and-join-the-discussions">Help others and join the discussions</h3>
 <p>Most communication in the Apache Griffin community happens on two mailing lists:</p>
 
-<p>The users mailing lists users@griffin.incubator.apache.org is the place where users of Apache Griffin ask questions and seek for help or advice. Joining the user list and helping other users is a very good way to contribute to Griffin’s community.</p>
+<p>The users mailing lists users@griffin.incubator.apache.org is the place where users of Apache Griffin ask questions and seek for help or advice. Joining the user list and helping other users is a very good way to contribute to Apache Griffin’s community.</p>
 
-<p>The dev mailing list dev@griffin.incubator.apache.org is the place where Griffin developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to Griffin, you should join this mailing list.</p>
+<p>The dev mailing list dev@griffin.incubator.apache.org is the place where Griffin developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to Apache Griffin, you should join this mailing list.</p>
 
 <p>You are welcome to subscribe to both mailing lists.</p>
 
@@ -174,7 +174,7 @@ git clone https://github.com/{YOURNAME}/incubator-griffin.git
 git commit -am "For task GRIFFIN-10 , blabla..."
 
 # Commit and send PR to us
-# GRIFFIN PPMC will review and accept your pr as contributing.
+# Apache GRIFFIN PPMC will review and accept your pr as contributing.
 
 </code></pre></div></div>
 

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/docs/profiling.html
----------------------------------------------------------------------
diff --git a/docs/profiling.html b/docs/profiling.html
index f61459a..8046861 100644
--- a/docs/profiling.html
+++ b/docs/profiling.html
@@ -155,19 +155,19 @@ hour                    string
   <li>Hive (2.2.0)</li>
 </ul>
 
-<h2 id="build-griffin-measure-module">Build Griffin Measure Module</h2>
+<h2 id="build-apache-griffin-measure-module">Build Apache Griffin Measure Module</h2>
 <ol>
-  <li>Download Griffin source package <a href="https://www.apache.org/dist/incubator/griffin/0.3.0-incubating">here</a>.</li>
+  <li>Download Apache Griffin source package <a href="https://www.apache.org/dist/incubator/griffin/0.3.0-incubating">here</a>.</li>
   <li>Unzip the source package.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>unzip griffin-0.3.0-incubating-source-release.zip
 cd griffin-0.3.0-incubating-source-release
 </code></pre></div>    </div>
   </li>
-  <li>Build Griffin jars.
+  <li>Build Apache Griffin jars.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mvn clean install
 </code></pre></div>    </div>
 
-    <p>Move the built griffin measure jar to your work path.</p>
+    <p>Move the built apache griffin measure jar to your work path.</p>
 
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mv measure/target/measure-0.3.0-incubating.jar &lt;work path&gt;/griffin-measure.jar
 </code></pre></div>    </div>
@@ -205,7 +205,7 @@ Then we will load data into hive table for every hour.</p>
 
 <h2 id="define-data-quality-measure">Define data quality measure</h2>
 
-<h4 id="griffin-env-configuration">Griffin env configuration</h4>
+<h4 id="apache-griffin-env-configuration">Apache Griffin env configuration</h4>
 <p>The environment config file: env.json</p>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>{
   "spark": {
@@ -232,7 +232,7 @@ Then we will load data into hive table for every hour.</p>
 }
 </code></pre></div></div>
 
-<h4 id="define-griffin-data-quality">Define griffin data quality</h4>
+<h4 id="define-apache-griffin-data-quality">Define Apache Griffin data quality</h4>
 <p>The DQ config file: dq.json</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>{
@@ -290,7 +290,7 @@ Then we will load data into hive table for every hour.</p>
 <p>Depends on your business, you might need to refine your data quality measure further till your are satisfied.</p>
 
 <h2 id="more-details">More Details</h2>
-<p>For more details about griffin measures, you can visit our documents in <a href="https://github.com/apache/incubator-griffin/tree/master/griffin-doc">github</a>.</p>
+<p>For more details about apache griffin measures, you can visit our documents in <a href="https://github.com/apache/incubator-griffin/tree/master/griffin-doc">github</a>.</p>
 
       </div><!--end of loadcontent-->
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 5f0e86f..11a3d29 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -155,19 +155,19 @@ hour                    string
   <li>Hive (2.2.0)</li>
 </ul>
 
-<h2 id="build-griffin-measure-module">Build Griffin Measure Module</h2>
+<h2 id="build-apache-griffin-measure-module">Build Apache Griffin Measure Module</h2>
 <ol>
-  <li>Download Griffin source package <a href="https://www.apache.org/dist/incubator/griffin/0.3.0-incubating">here</a>.</li>
+  <li>Download Apache Griffin source package <a href="https://www.apache.org/dist/incubator/griffin/0.3.0-incubating">here</a>.</li>
   <li>Unzip the source package.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>unzip griffin-0.3.0-incubating-source-release.zip
 cd griffin-0.3.0-incubating-source-release
 </code></pre></div>    </div>
   </li>
-  <li>Build Griffin jars.
+  <li>Build Apache Griffin jars.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mvn clean install
 </code></pre></div>    </div>
 
-    <p>Move the built griffin measure jar to your work path.</p>
+    <p>Move the built apache griffin measure jar to your work path.</p>
 
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mv measure/target/measure-0.3.0-incubating.jar &lt;work path&gt;/griffin-measure.jar
 </code></pre></div>    </div>
@@ -221,7 +221,7 @@ LOAD DATA LOCAL INPATH 'demo_tgt' INTO TABLE demo_tgt PARTITION (dt='20180912',h
 
 <h2 id="define-data-quality-measure">Define data quality measure</h2>
 
-<h4 id="griffin-env-configuration">Griffin env configuration</h4>
+<h4 id="apache-griffin-env-configuration">Apache Griffin env configuration</h4>
 <p>The environment config file: env.json</p>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>{
   "spark": {
@@ -330,7 +330,7 @@ LOAD DATA LOCAL INPATH 'demo_tgt' INTO TABLE demo_tgt PARTITION (dt='20180912',h
 <p>Depends on your business, you might need to refine your data quality measure further till your are satisfied.</p>
 
 <h2 id="more-details">More Details</h2>
-<p>For more details about griffin measures, you can visit our documents in <a href="https://github.com/apache/incubator-griffin/tree/master/griffin-doc">github</a>.</p>
+<p>For more details about apache griffin measures, you can visit our documents in <a href="https://github.com/apache/incubator-griffin/tree/master/griffin-doc">github</a>.</p>
 
       </div><!--end of loadcontent-->
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/docs/usecases.html
----------------------------------------------------------------------
diff --git a/docs/usecases.html b/docs/usecases.html
index f07f95c..3c1ce20 100644
--- a/docs/usecases.html
+++ b/docs/usecases.html
@@ -149,19 +149,19 @@ under the License.
   <li>Zookeeper (3.5+)</li>
 </ul>
 
-<h2 id="build-griffin-measure-module">Build Griffin Measure Module</h2>
+<h2 id="build-apache-griffin-measure-module">Build Apache Griffin Measure Module</h2>
 <ol>
-  <li>Download Griffin source package <a href="https://www.apache.org/dist/incubator/griffin/0.3.0-incubating">here</a>.</li>
+  <li>Download Apache Griffin source package <a href="https://www.apache.org/dist/incubator/griffin/0.3.0-incubating">here</a>.</li>
   <li>Unzip the source package.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>unzip griffin-0.3.0-incubating-source-release.zip
 cd griffin-0.3.0-incubating-source-release
 </code></pre></div>    </div>
   </li>
-  <li>Build Griffin jars.
+  <li>Build Apache Griffin jars.
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mvn clean install
 </code></pre></div>    </div>
 
-    <p>Move the built griffin measure jar to your work path.</p>
+    <p>Move the built apache griffin measure jar to your work path.</p>
 
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mv measure/target/measure-0.3.0-incubating.jar &lt;work path&gt;/griffin-measure.jar
 </code></pre></div>    </div>
@@ -185,7 +185,7 @@ You can download <a href="/data/streaming">demo data</a> and execute <code class
 
 <h2 id="define-data-quality-measure">Define data quality measure</h2>
 
-<h4 id="griffin-env-configuration">Griffin env configuration</h4>
+<h4 id="apache-griffin-env-configuration">Apache Griffin env configuration</h4>
 <p>The environment config file: env.json</p>
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>{
   "spark": {
@@ -364,7 +364,7 @@ You can download <a href="/data/streaming">demo data</a> and execute <code class
 <p>Depends on your business, you might need to refine your data quality measure further till your are satisfied.</p>
 
 <h2 id="more-details">More Details</h2>
-<p>For more details about griffin measures, you can visit our documents in <a href="https://github.com/apache/incubator-griffin/tree/master/griffin-doc">github</a>.</p>
+<p>For more details about apache griffin measures, you can visit our documents in <a href="https://github.com/apache/incubator-griffin/tree/master/griffin-doc">github</a>.</p>
 
 
       </div><!--end of loadcontent-->

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/69c7309b/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index ae46efb..9e6990b 100755
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 
 <head>
-    <title>Griffin</title>
+    <title>Apache Griffin</title>
     <meta name="keywords" content="Apache Griffin, Hadoop, Analyze, Data Quality, Quality, Real Time">
     <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming">
     <meta name="author" content="Apache Griffin">
@@ -121,17 +121,17 @@
                     <!--management process, which enables you easily define a data quality domain model, and then waiting-->
                     <!--for the data quality metrics visualized in the dashboard. All you need is to focus on what you need,-->
                     <!--leaving the complexity of distributed big data processing to Griffin.</p>-->
-                <p style="width:80%; margin-left:auto; margin-right:auto;"> Griffin offers a set of well-defined data
+                <p style="width:80%; margin-left:auto; margin-right:auto;"> Apache Griffin offers a set of well-defined data
                     quality domain model, which covers most of data quality problems in general. It also define a set of
                     data quality DSL to help users define their quality criteria. By extending the DSL, users are even
-                    able to implement their own specific features/functions in Griffin.</p>
+                    able to implement their own specific features/functions in Apache Griffin.</p>
                 <!--<p style="width:80%; margin-left:auto; margin-right:auto;"> Apache Griffin is also high performance on-->
                     <!--data processing. It has been running on hundreds of data quality metrics in eBay, checking 700+M-->
                     <!--records every day.</p>-->
                 <div class="sepline"></div>
-                <p>Griffin has been accepted as an Apache Incubator Project on Dec 7, 2016.</P>
+                <p>Apache Griffin has been accepted as an Apache Incubator Project on Dec 7, 2016.</P>
                 <div class="sepline"></div>
-                <p>Griffin handle data quality issues in 3 steps:</p>
+                <p>Apache Griffin handle data quality issues in 3 steps:</p>
             </div>
         </div>
         <section id="cd-timeline" class="cd-container" style="margin-top:-3px;">
@@ -146,7 +146,7 @@
                 <div class="cd-timeline-img cd-movie"><img src="images/step2.png" alt="Picture"></div>
                 <div class="cd-timeline-content service-box-content">
                     <h3>Step 2 Measure Data Quality</h3>
-                    <p>Source data will be ingested into Griffin computing cluster and Griffin will kick off data quality measurement based on data quality requirements.</p>
+                    <p>Source data will be ingested into Apache Griffin computing cluster and Apache Griffin will kick off data quality measurement based on data quality requirements.</p>
                 </div>
             </div>
             <div class="cd-timeline-block">
@@ -160,8 +160,8 @@
                 <div class="cd-timeline-img cd-location"><img src="images/step4.png" alt="Picture"></div>
                 <div class="cd-timeline-content service-box-content">
                     <h3>Additional Bonus</h3>
-                    <p>Griffin provides front tier for user to easily onboard any new data
-                        quality requirement into Griffin platform and write comprehensive logic to define their data quality.</p>
+                    <p>Apache Griffin provides front tier for user to easily onboard any new data
+                        quality requirement into Apache Griffin platform and write comprehensive logic to define their data quality.</p>
                 </div>
             </div>
         </section>
@@ -192,7 +192,7 @@
 <div class="client_wrapper" id="community_page">
     <div class="container">
         <div class="row">
-            <h2 class="sectiontile">WHO USES GRIFFIN</h2>
+            <h2 class="sectiontile">WHO USES Apache Griffin</h2>
             <div class="row" style="margin-top:50px;">
                 <div class="workmargin">
                     <a href="http://www.ebay.com/"><img style="width: 160px" src="/images/ebay.png"
@@ -232,7 +232,7 @@
                 <div class="col-md-4 workmargin">
                     <h4 style="text-align: left">Contribution</h4>
                     <div style="text-align:left">
-                        <p>Get help using Griffin or contribute to the project</p>
+                        <p>Get help using Apache Griffin or contribute to the project</p>
                         <ul>
                             <li>
                                 <a href="/docs/community.html" target="_blank"><b>Mailing Lists</b></a>
@@ -241,7 +241,7 @@
                                 <a href="https://issues.apache.org/jira/browse/Griffin" target="_blank"><b>Issues Tracking</b></a>
                             </li>
                             <li>
-                                <a href="http://github.com/apache/incubator-griffin" target="_blank"><b>Griffin Github</b></a>
+                                <a href="http://github.com/apache/incubator-griffin" target="_blank"><b>Apache Griffin Github</b></a>
                             </li>
                             <li>
                                 <a href="/docs/contribute.html" target="_blank"><b>How to Contribute</b></a>
@@ -252,7 +252,7 @@
                 <div class="col-md-4 workmargin">
                     <h4 style="text-align: left">Events</h4>
                     <div style="text-align:left">
-                        <p>Learn more about Griffin from Conferences</p>
+                        <p>Learn more about Apache Griffin from Conferences</p>
                         <ul>
                             <li><a href="/docs/conf.html"><b>Conferences</b></a></li>
                             <li><a href="/docs/conf.html"><b>Meetups</b></a></li>