You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Release 1.3.2
-writing to single-file CSV now includes only 1 (the proper) header
-Added SUM_DECIMAL_NUMBER AVG_DECIMAL_NUMBER STD_DECIMAL_NUMBER metrics
* Update versions and assembly guidelines, now Spark supported version is 2.4.0
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ You can improve it by sending pull requests to this repository.
64
64
## Installation
65
65
66
66
Data Quality is currently using following dependencies:
67
-
- Scala 2.10(core)/2.11(ui)
68
-
- Apache Spark 1.6
67
+
- Scala 2.11.12
68
+
- Apache Spark 2.4.0
69
69
- PostgreSQL 9.3 (works also with Oracle and SQLite)
70
70
71
71
To be able to use all the features of Data Quality you'll need to setup a database
@@ -78,12 +78,12 @@ All modules of DQ works independently.:
78
78
79
79
## Building CORE module
80
80
81
-
Data Quality core module can be built with 2 different versions of Spark (1.6.0, 2.2.0). By default if will select 1.6.0. In order to build with Spark 2 set Multiversion.sparkVersion as in following snippet:
81
+
From the sbt console opened in the root project issue the following commands:
82
82
```
83
-
- set Multiversion.sparkVersion := "2.2.0"
84
83
- project core
85
84
- assembly
86
85
```
86
+
This should generate the core artifact in `<your-project-dir>/dq-core/target/scala-<scala-version>/dq-core_<spark-major.minor>_<scala-major.minor.patch>-<dq-version>.jar`
depth_avg_check,GREATER_THAN,Checks is average of depth is greather than 10,USGS_2000,depth_avg,,50.0,Success,Check depth_avg_check for metric AVG_NUMBER on column USGS_2000[Buffer(Depth)] check if (MetricResult) 85.05389330922242 is GREATER_THAN 50.0 (compareMetric/threshold). Result: Success. CheckStatus: 85.05389330922242 > 50.0.,2019-01-01
depth_avg_check,GREATER_THAN,Checks is average of depth is greather than 10,USGS_2000,depth_avg,"",50.0,Success,Check depth_avg_check for metric AVG_NUMBER on column USGS_2000[Buffer(Depth)] check if (MetricResult) 85.05389330922242 is GREATER_THAN 50.0 (compareMetric/threshold). Result: Success. CheckStatus: 85.05389330922242 > 50.0.,2019-01-01
0 commit comments