This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/griffin-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 93a2160 Updated asf-site site from master
(fd0c328b3e3be4fc75696427d71385ba58e7bdc3)
93a2160 is described below
commit 93a21607023834d2e2c4c2ff9a128f174e3f8a04
Author: William Guo <[email protected]>
AuthorDate: Mon Jan 7 16:41:52 2019 +0800
Updated asf-site site from master (fd0c328b3e3be4fc75696427d71385ba58e7bdc3)
---
docs/contribute.html | 12 ++++++------
docs/download.html | 4 ++--
docs/profiling.html | 10 +++++-----
docs/quickstart.html | 10 +++++-----
docs/usecases.html | 10 +++++-----
5 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/docs/contribute.html b/docs/contribute.html
index ff7d8c5..807adf5 100644
--- a/docs/contribute.html
+++ b/docs/contribute.html
@@ -134,8 +134,8 @@ under the License.
<p>The Apache Griffin community is eager to help and to answer your questions.
We have a dev/users mailing list.</p>
<ul>
- <li>[email protected] , <a
href="mailto:[email protected]">To subscribe dev
list</a></li>
- <li>[email protected] , <a
href="mailto:[email protected]">To subscribe users
list</a></li>
+ <li>[email protected] , <a
href="mailto:[email protected]">To subscribe dev list</a></li>
+ <li>[email protected] , <a
href="mailto:[email protected]">To subscribe users
list</a></li>
</ul>
<h3 id="file-a-bug-report">File a bug report</h3>
@@ -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 [email protected] 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 users mailing lists [email protected] 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 [email protected] 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>The dev mailing list [email protected] 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>
@@ -165,9 +165,9 @@ under the License.
# https://issues.apache.org/jira/browse/GRIFFIN
# Create one new branch for this task
-# first fork this to your own repo --
https://github.com/apache/incubator-griffin.git
+# first fork this to your own repo -- https://github.com/apache/griffin.git
# then clone your own repo to your local workspace
-git clone https://github.com/{YOURNAME}/incubator-griffin.git
+git clone https://github.com/{YOURNAME}/griffin.git
# change code and push to your repository
# please associate related JIRA TICK in your comments
diff --git a/docs/download.html b/docs/download.html
index 4f42d73..0a0599d 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -131,9 +131,9 @@ 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">Apache Griffin Latest
Download</h1>
<blockquote>
- <p>Version <strong>0.3.0</strong> is the latest release.</p>
+ <p>Version <strong>0.4.0</strong> is the latest release.</p>
- <p>You can verify your download by following these <a
href="https://www.apache.org/info/verification.html">procedures</a> and using
these <a
href="https://dist.apache.org/repos/dist/dev/incubator/griffin/KEYS">KEYS</a>.</p>
+ <p>You can verify your download by following these <a
href="https://www.apache.org/info/verification.html">procedures</a> and using
these <a
href="https://dist.apache.org/repos/dist/release/griffin/KEYS">KEYS</a>.</p>
</blockquote>
<h1 id="040">0.4.0</h1>
diff --git a/docs/profiling.html b/docs/profiling.html
index c0cc969..f9bdfe1 100644
--- a/docs/profiling.html
+++ b/docs/profiling.html
@@ -157,10 +157,10 @@ hour string
<h2 id="build-apache-griffin-measure-module">Build Apache Griffin Measure
Module</h2>
<ol>
- <li>Download Apache 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/griffin/0.4.0/">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
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>unzip griffin-0.4.0-source-release.zip
+cd griffin-0.4.0-source-release
</code></pre></div> </div>
</li>
<li>Build Apache Griffin jars.
@@ -169,7 +169,7 @@ cd griffin-0.3.0-incubating-source-release
<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 <work
path>/griffin-measure.jar
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>mv measure/target/measure-0.4.0.jar <work
path>/griffin-measure.jar
</code></pre></div> </div>
</li>
</ol>
@@ -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 apache 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/griffin/tree/master/griffin-doc">github</a>.</p>
</div><!--end of loadcontent-->
</div>
diff --git a/docs/quickstart.html b/docs/quickstart.html
index f02e0cd..512b63d 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -157,10 +157,10 @@ hour string
<h2 id="build-apache-griffin-measure-module">Build Apache Griffin Measure
Module</h2>
<ol>
- <li>Download Apache 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/griffin/0.4.0/">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
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>unzip griffin-0.4.0-source-release.zip
+cd griffin-0.4.0-source-release
</code></pre></div> </div>
</li>
<li>Build Apache Griffin jars.
@@ -169,7 +169,7 @@ cd griffin-0.3.0-incubating-source-release
<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 <work
path>/griffin-measure.jar
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>mv measure/target/measure-0.4.0.jar <work
path>/griffin-measure.jar
</code></pre></div> </div>
</li>
</ol>
@@ -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 apache 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/griffin/tree/master/griffin-doc">github</a>.</p>
</div><!--end of loadcontent-->
</div>
diff --git a/docs/usecases.html b/docs/usecases.html
index 299ae35..7cdc993 100644
--- a/docs/usecases.html
+++ b/docs/usecases.html
@@ -151,10 +151,10 @@ under the License.
<h2 id="build-apache-griffin-measure-module">Build Apache Griffin Measure
Module</h2>
<ol>
- <li>Download Apache 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/griffin/0.4.0/">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
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>unzip griffin-0.4.0-source-release.zip
+cd griffin-0.4.0-source-release
</code></pre></div> </div>
</li>
<li>Build Apache Griffin jars.
@@ -163,7 +163,7 @@ cd griffin-0.3.0-incubating-source-release
<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 <work
path>/griffin-measure.jar
+ <div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>mv measure/target/measure-0.4.0.jar <work
path>/griffin-measure.jar
</code></pre></div> </div>
</li>
</ol>
@@ -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 apache 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/griffin/tree/master/griffin-doc">github</a>.</p>
</div><!--end of loadcontent-->