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:20:07 UTC

incubator-griffin-site git commit: rename griffin with [ Apache Griffin ]

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master 642ca6016 -> fdde5d2b6


rename griffin with [ Apache Griffin ]


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

Branch: refs/heads/master
Commit: fdde5d2b6ad5e236317764b401d93eb5d0de568d
Parents: 642ca60
Author: William Guo <gu...@apache.org>
Authored: Fri Oct 12 11:19:50 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Fri Oct 12 11:19:50 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/fdde5d2b/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/fdde5d2b/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 24c5913..c3804d8 100644
--- a/community.md
+++ b/community.md
@@ -20,7 +20,7 @@ permalink: /docs/community.html
 
 
 
-### Griffin PPMC And Committers
+### Apache Griffin PPMC And Committers
 
 | Name | Apacheid | Githubid | Org | Role |
 |------------------------------|--------------|-------------------------|---------------------------------------|-------------|

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/fdde5d2b/contribute.md
----------------------------------------------------------------------
diff --git a/contribute.md b/contribute.md
index 67e9888..a9a3e5b 100644
--- a/contribute.md
+++ b/contribute.md
@@ -11,12 +11,12 @@ The Apache Griffin community is eager to help and to answer your questions. We h
  - users@griffin.incubator.apache.org , [To subscribe users list](mailto:users-subscribe@griffin.incubator.apache.org)
 
 ### File a bug report
-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.
+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.
 
 [https://issues.apache.org/jira/browse/GRIFFIN](https://issues.apache.org/jira/browse/GRIFFIN)
 
 ### Propose an improvement or a new feature
-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.
+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.
 
 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.
 
@@ -25,9 +25,9 @@ We recommend to first reach consensus with the community on whether a new featur
 ### Help others and join the discussions
 Most communication in the Apache Griffin community happens on two mailing lists:
 
-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.
+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.
 
-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.
+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.
 
 You are welcome to subscribe to both mailing lists.
 
@@ -47,7 +47,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.
 
 ```
 
@@ -64,4 +64,4 @@ Of course, contributing code and documentation to the project is important as we
 
 Candidates for new committers are suggested by current committers or PMC members, and voted upon by the PMC.
 
-If you would like to become a committer, you should engage with the community and start contributing to Apache Griffin in any of the above ways. You might also want to talk to other committers and ask for their advice and guidance.
\ No newline at end of file
+If you would like to become a committer, you should engage with the community and start contributing to Apache Griffin in any of the above ways. You might also want to talk to other committers and ask for their advice and guidance.

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/fdde5d2b/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>

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/fdde5d2b/profiling.md
----------------------------------------------------------------------
diff --git a/profiling.md b/profiling.md
index 8422a17..b3ff3ea 100644
--- a/profiling.md
+++ b/profiling.md
@@ -27,19 +27,19 @@ You need to prepare the environment for Apache Griffin measure module, including
 - Spark (2.2.1+)
 - Hive (2.2.0)
 
-## Build Griffin Measure Module
-1.  Download Griffin source package [here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
+## Build Apache Griffin Measure Module
+1.  Download Apache Griffin source package [here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
 2.  Unzip the source package.
     ```
     unzip griffin-0.3.0-incubating-source-release.zip
     cd griffin-0.3.0-incubating-source-release
     ```
-3.  Build Griffin jars.
+3.  Build Apache Griffin jars.
     ```
     mvn clean install
     ```
     
-    Move the built griffin measure jar to your work path.
+    Move the built apache griffin measure jar to your work path.
     
     ```
     mv measure/target/measure-0.3.0-incubating.jar <work path>/griffin-measure.jar
@@ -79,7 +79,7 @@ Or you can just execute `./gen-hive-data.sh` in the downloaded directory above,
 
 ## Define data quality measure
 
-#### Griffin env configuration 
+#### Apache Griffin env configuration 
 The environment config file: env.json
 ```
 {
@@ -107,7 +107,7 @@ The environment config file: env.json
 }
 ```
 
-#### Define griffin data quality 
+#### Define Apache Griffin data quality 
 The DQ config file: dq.json
 
 ```
@@ -167,4 +167,4 @@ Then you can get the calculation log in console, after the job finishes, you can
 Depends on your business, you might need to refine your data quality measure further till your are satisfied.
 
 ## More Details
-For more details about griffin measures, you can visit our documents in [github](https://github.com/apache/incubator-griffin/tree/master/griffin-doc).
\ No newline at end of file
+For more details about apache griffin measures, you can visit our documents in [github](https://github.com/apache/incubator-griffin/tree/master/griffin-doc).

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/fdde5d2b/quickstart.md
----------------------------------------------------------------------
diff --git a/quickstart.md b/quickstart.md
index 77f719a..bbfe507 100644
--- a/quickstart.md
+++ b/quickstart.md
@@ -27,19 +27,19 @@ You need to prepare the environment for Apache Griffin measure module, including
 - Spark (2.2.1+)
 - Hive (2.2.0)
 
-## Build Griffin Measure Module
-1.  Download Griffin source package [here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
+## Build Apache Griffin Measure Module
+1.  Download Apache Griffin source package [here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
 2.  Unzip the source package.
     ```
     unzip griffin-0.3.0-incubating-source-release.zip
     cd griffin-0.3.0-incubating-source-release
     ```
-3.  Build Griffin jars.
+3.  Build Apache Griffin jars.
     ```
     mvn clean install
     ```
     
-    Move the built griffin measure jar to your work path.
+    Move the built apache griffin measure jar to your work path.
     
     ```
     mv measure/target/measure-0.3.0-incubating.jar <work path>/griffin-measure.jar
@@ -95,7 +95,7 @@ Or you can just execute `./gen-hive-data.sh` in the downloaded directory above,
 
 ## Define data quality measure
 
-#### Griffin env configuration 
+#### Apache Griffin env configuration 
 The environment config file: env.json
 ```
 {
@@ -207,4 +207,4 @@ Then you can get the calculation log in console, after the job finishes, you can
 Depends on your business, you might need to refine your data quality measure further till your are satisfied.
 
 ## More Details
-For more details about griffin measures, you can visit our documents in [github](https://github.com/apache/incubator-griffin/tree/master/griffin-doc).
+For more details about apache griffin measures, you can visit our documents in [github](https://github.com/apache/incubator-griffin/tree/master/griffin-doc).

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/fdde5d2b/usecases.md
----------------------------------------------------------------------
diff --git a/usecases.md b/usecases.md
index e05ab27..d78b31d 100644
--- a/usecases.md
+++ b/usecases.md
@@ -22,19 +22,19 @@ You need to prepare the environment for Apache Griffin measure module, including
 - Kafka (0.8.x)
 - Zookeeper (3.5+)
 
-## Build Griffin Measure Module
-1.  Download Griffin source package [here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
+## Build Apache Griffin Measure Module
+1.  Download Apache Griffin source package [here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
 2.  Unzip the source package.
     ```
     unzip griffin-0.3.0-incubating-source-release.zip
     cd griffin-0.3.0-incubating-source-release
     ```
-3.  Build Griffin jars.
+3.  Build Apache Griffin jars.
     ```
     mvn clean install
     ```
     
-    Move the built griffin measure jar to your work path.
+    Move the built apache griffin measure jar to your work path.
     
     ```
     mv measure/target/measure-0.3.0-incubating.jar <work path>/griffin-measure.jar
@@ -59,7 +59,7 @@ You can download [demo data](/data/streaming) and execute `./streaming-data.sh`
 
 ## Define data quality measure
 
-#### Griffin env configuration 
+#### Apache Griffin env configuration 
 The environment config file: env.json
 ```
 {
@@ -241,6 +241,6 @@ Then you can get the calculation log in console, when the job runs, you can get
 Depends on your business, you might need to refine your data quality measure further till your are satisfied.
 
 ## More Details
-For more details about griffin measures, you can visit our documents in [github](https://github.com/apache/incubator-griffin/tree/master/griffin-doc).
+For more details about apache griffin measures, you can visit our documents in [github](https://github.com/apache/incubator-griffin/tree/master/griffin-doc).