You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/09/20 01:32:47 UTC

[incubator-datasketches-java] branch master updated: Update Readme

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new fe2b442  Update Readme
fe2b442 is described below

commit fe2b44288cf9f04ae7ea947a794280442c2d7182
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Sep 19 18:32:39 2019 -0700

    Update Readme
---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4559701..ea94985 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,8 @@
 [![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/incubator-datasketches-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-java/alerts/)
 [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-datasketches-java/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/incubator-datasketches-java?branch=master)
 
-
 =================
 
-
 # DataSketches Core Java Component
 This is the core Java component of the DataSketches library.  It contains all of the sketching algorithms and can be accessed directly from user applications. 
 This component is also is a dependency of other components of the library that create adaptors for target systems, such as Hadoop Pig and Hadoop Hive.
@@ -71,7 +69,7 @@ There are two types of tests: normal unit tests and tests run by the strict prof
 To run normal unit tests:
 
     $ mvn clean test
-    
+
 To run the strict profile tests:
 
     $ mvn clean test -P strict
@@ -79,7 +77,7 @@ To run the strict profile tests:
 To install jars built from the downloaded source:
 
     $ mvn clean install -DskipTests=true
-    
+
 This will create the following jars:
 
 * datasketches-java-X.Y.Z-incubating.jar The compiled main class files.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org