This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin-site.git
The following commit(s) were added to refs/heads/master by this push:
new fd0c328 update to 0.4.0
fd0c328 is described below
commit fd0c328b3e3be4fc75696427d71385ba58e7bdc3
Author: William Guo <[email protected]>
AuthorDate: Mon Jan 7 16:41:04 2019 +0800
update to 0.4.0
---
contribute.md | 12 ++++++------
download.md | 4 ++--
profiling.md | 10 +++++-----
quickstart.md | 10 +++++-----
usecases.md | 10 +++++-----
5 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/contribute.md b/contribute.md
index a9a3e5b..87c471c 100644
--- a/contribute.md
+++ b/contribute.md
@@ -7,8 +7,8 @@ permalink: /docs/contribute.html
### Ask questions
The Apache Griffin community is eager to help and to answer your questions. We
have a dev/users mailing list.
- - [email protected] , [To subscribe dev
list](mailto:[email protected])
- - [email protected] , [To subscribe users
list](mailto:[email protected])
+ - [email protected] , [To subscribe dev
list](mailto:[email protected])
+ - [email protected] , [To subscribe users
list](mailto:[email protected])
### File a bug report
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.
@@ -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 [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.
+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.
-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.
+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.
You are welcome to subscribe to both mailing lists.
@@ -38,9 +38,9 @@ You are welcome to subscribe to both mailing lists.
# 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/download.md b/download.md
index dffa2ce..358d1d6 100644
--- a/download.md
+++ b/download.md
@@ -4,9 +4,9 @@ title: "Apache Griffin Latest Download"
permalink: /docs/download.html
---
-> Version **0.3.0** is the latest release.
+> Version **0.4.0** is the latest release.
>
-> You can verify your download by following these
[procedures](https://www.apache.org/info/verification.html) and using these
[KEYS](https://dist.apache.org/repos/dist/dev/incubator/griffin/KEYS).
+> You can verify your download by following these
[procedures](https://www.apache.org/info/verification.html) and using these
[KEYS](https://dist.apache.org/repos/dist/release/griffin/KEYS).
# 0.4.0
* Release notes:
diff --git a/profiling.md b/profiling.md
index b3ff3ea..d5a6e71 100644
--- a/profiling.md
+++ b/profiling.md
@@ -28,11 +28,11 @@ You need to prepare the environment for Apache Griffin
measure module, including
- Hive (2.2.0)
## Build Apache Griffin Measure Module
-1. Download Apache Griffin source package
[here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
+1. Download Apache Griffin source package
[here](https://www.apache.org/dist/griffin/0.4.0/).
2. Unzip the source package.
```
- unzip griffin-0.3.0-incubating-source-release.zip
- cd griffin-0.3.0-incubating-source-release
+ unzip griffin-0.4.0-source-release.zip
+ cd griffin-0.4.0-source-release
```
3. Build Apache Griffin jars.
```
@@ -42,7 +42,7 @@ You need to prepare the environment for Apache Griffin
measure module, including
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
+ mv measure/target/measure-0.4.0.jar <work path>/griffin-measure.jar
```
## Data Preparation
@@ -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 apache 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/griffin/tree/master/griffin-doc).
diff --git a/quickstart.md b/quickstart.md
index bbfe507..4612682 100644
--- a/quickstart.md
+++ b/quickstart.md
@@ -28,11 +28,11 @@ You need to prepare the environment for Apache Griffin
measure module, including
- Hive (2.2.0)
## Build Apache Griffin Measure Module
-1. Download Apache Griffin source package
[here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
+1. Download Apache Griffin source package
[here](https://www.apache.org/dist/griffin/0.4.0/).
2. Unzip the source package.
```
- unzip griffin-0.3.0-incubating-source-release.zip
- cd griffin-0.3.0-incubating-source-release
+ unzip griffin-0.4.0-source-release.zip
+ cd griffin-0.4.0-source-release
```
3. Build Apache Griffin jars.
```
@@ -42,7 +42,7 @@ You need to prepare the environment for Apache Griffin
measure module, including
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
+ mv measure/target/measure-0.4.0.jar <work path>/griffin-measure.jar
```
## Data Preparation
@@ -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 apache 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/griffin/tree/master/griffin-doc).
diff --git a/usecases.md b/usecases.md
index d78b31d..275e74f 100644
--- a/usecases.md
+++ b/usecases.md
@@ -23,11 +23,11 @@ You need to prepare the environment for Apache Griffin
measure module, including
- Zookeeper (3.5+)
## Build Apache Griffin Measure Module
-1. Download Apache Griffin source package
[here](https://www.apache.org/dist/incubator/griffin/0.3.0-incubating).
+1. Download Apache Griffin source package
[here](https://www.apache.org/dist/griffin/0.4.0/).
2. Unzip the source package.
```
- unzip griffin-0.3.0-incubating-source-release.zip
- cd griffin-0.3.0-incubating-source-release
+ unzip griffin-0.4.0-source-release.zip
+ cd griffin-0.4.0-source-release
```
3. Build Apache Griffin jars.
```
@@ -37,7 +37,7 @@ You need to prepare the environment for Apache Griffin
measure module, including
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
+ mv measure/target/measure-0.4.0.jar <work path>/griffin-measure.jar
```
## Data Preparation
@@ -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 apache 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/griffin/tree/master/griffin-doc).