Repository: incubator-griffin Updated Branches: refs/heads/master fe3cde132 -> 07121ba9b
Modify description of login page Modify description of login page and document, hide the specific words. Author: dodobel <[email protected]> Closes #234 from dodobel/button. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/07121ba9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/07121ba9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/07121ba9 Branch: refs/heads/master Commit: 07121ba9be2b0710a276641cb492eb72df105f3b Parents: fe3cde1 Author: dodobel <[email protected]> Authored: Wed Mar 21 16:04:55 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Wed Mar 21 16:04:55 2018 +0800 ---------------------------------------------------------------------- griffin-doc/FSD.md | 4 ++-- ui/angular/src/app/login/login.component.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/07121ba9/griffin-doc/FSD.md ---------------------------------------------------------------------- diff --git a/griffin-doc/FSD.md b/griffin-doc/FSD.md index 11a25ae..ef78b7f 100644 --- a/griffin-doc/FSD.md +++ b/griffin-doc/FSD.md @@ -32,9 +32,9 @@ Apache Griffin is a model driven open source Data Quality solution for distribut ## Background and strategic fit -At eBay, when people play with big data in Hadoop (or other streaming data), data quality often becomes one big challenge. Different teams have built customized data quality tools to detect and analyze data quality issues within their own domain. We are thinking to take a platform approach to provide shared Infrastructure and generic features to solve common data quality pain points. This would enable us to build trusted data assets. +When people play with big data in Hadoop (or other streaming data), data quality often becomes one big challenge. Different teams have built customized data quality tools to detect and analyze data quality issues within their own domain. We are thinking to take a platform approach to provide shared Infrastructure and generic features to solve common data quality pain points. This would enable us to build trusted data assets. -Currently itâs very difficult and costly to do data quality validation when we have big data flow across multi-platforms at eBay (e.g. Oracle, Hadoop, Couchbase, Cassandra, Kafka, Mongodb). Take eBay real time personalization platform as a sample, everyday we have to validate data quality status for ~600M records ( imaging we have 150M active users for our website). Data quality often becomes one big challenge both in its streaming and batch pipelines. +Currently itâs very difficult and costly to do data quality validation when we have big data flow across multi-platforms (e.g. Oracle, Hadoop, Couchbase, Cassandra, Kafka, Mongodb). Take eBay real time personalization platform as a sample, everyday we have to validate data quality status for ~600M records ( imaging we have 150M active users for our website). Data quality often becomes one big challenge both in its streaming and batch pipelines. So we conclude 3 data quality problems at eBay: http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/07121ba9/ui/angular/src/app/login/login.component.html ---------------------------------------------------------------------- diff --git a/ui/angular/src/app/login/login.component.html b/ui/angular/src/app/login/login.component.html index 2bbc3ac..3e1c47e 100644 --- a/ui/angular/src/app/login/login.component.html +++ b/ui/angular/src/app/login/login.component.html @@ -20,7 +20,7 @@ under the License. <div class="row" id="content-row"> <div class="col-md-6 col-md-offset-1 col-xs-12"> <div id="bark-description"> - <h3>Data Quality Service Platform on eBay Cloud.</h3> + <h3>Data Quality Service Platform.</h3> <br> <p> Automates your data quality validation
