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 2020/06/12 15:55:07 UTC

[incubator-datasketches-hive] 01/02: Very minor edits to NOTICE, README and Pom to bring them into closer alignment with their core Java repo cousins.

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-hive.git

commit 88fe034d846cc7447e270386f3829cecbd2e6575
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Jun 12 08:52:53 2020 -0700

    Very minor edits to NOTICE, README and Pom to bring them into closer
    alignment with their core Java repo cousins.
---
 NOTICE    |  2 +-
 README.md |  1 -
 pom.xml   | 12 ++++++------
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/NOTICE b/NOTICE
index 760335a..e39c0b2 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache DataSketches Hive (incubating)
-Copyright 2020 - The Apache Software Foundation
+Copyright 2020 The Apache Software Foundation
 
 Copyright 2015-2018 Yahoo
 Copyright 2019 Verizon Media
diff --git a/README.md b/README.md
index 00794aa..6a21f8b 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,6 @@ See relevant sections under the different sketch types in Java Core Documentatio
 ## Build Instructions
 __NOTE:__ This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory must qualify as Java identifiers. In other words, the directory elements must not have any space characters (or non-Java identifier characters) in any of the path elements. This is required by the Oracle Java Specification in order to ensure location-independent access to resources: [See Oracle Location-Independent Access to Reso [...]
 
-
 ### JDK8 is required to compile
 This DataSketches component is pure Java and you must compile using JDK 8.
 
diff --git a/pom.xml b/pom.xml
index e116fce..544b940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@ under the License.
     <version>21</version>
   </parent>
   <groupId>org.apache.datasketches</groupId>
-
+  
   <!-- UNIQUE FOR THIS JAVA COMPONENT -->
   <artifactId>datasketches-hive</artifactId>
   <version>1.1.0-incubating-SNAPSHOT</version>
   <description>Apache Hive adaptors for the DataSketches library.</description>
   <!-- END: UNIQUE FOR THIS JAVA COMPONENT -->
-
+  
   <url>https://datasketches.apache.org/</url>
   <name>${project.artifactId}</name>
   <inceptionYear>2015</inceptionYear>
@@ -92,14 +92,14 @@ under the License.
     </developer>
   </developers>
   <properties>
-
+    
     <!-- UNIQUE FOR THIS JAVA COMPONENT -->
     <datasketches-java.version>1.1.0-incubating</datasketches-java.version>
     <hive-exec.version>2.3.4</hive-exec.version>
     <hadoop-common.version>2.8.5</hadoop-common.version>
     <slf4j-simple.version>1.7.27</slf4j-simple.version>
     <!-- END:UNIQUE FOR THIS JAVA COMPONENT -->
-
+    
     <!-- Test -->
     <testng.version>6.14.3</testng.version>
     <!-- System-wide properties -->
@@ -160,7 +160,7 @@ under the License.
     </repository>
   </repositories>
   <dependencies>
-
+    
     <!-- UNIQUE FOR THIS JAVA COMPONENT -->
     <dependency>
       <groupId>org.apache.datasketches</groupId>
@@ -180,7 +180,7 @@ under the License.
       <scope>provided</scope>
     </dependency>
     <!-- END: UNIQUE FOR THIS JAVA COMPONENT -->
-
+    
     <!-- Test Scope -->
     <dependency>
       <groupId>org.testng</groupId>


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