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:06 UTC

[incubator-datasketches-hive] branch master updated (e0a85de -> 334fe1f)

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

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


    from e0a85de  Merge pull request #52 from apache/byteswritable_length_fix
     new 88fe034  Very minor edits to NOTICE, README and Pom to bring them into closer alignment with their core Java repo cousins.
     new 334fe1f  Merge branch 'master' of git@github.com:apache/incubator-datasketches-hive.git

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE    |  2 +-
 README.md |  1 -
 pom.xml   | 12 ++++++------
 3 files changed, 7 insertions(+), 8 deletions(-)


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


[incubator-datasketches-hive] 02/02: Merge branch 'master' of git@github.com:apache/incubator-datasketches-hive.git

Posted by le...@apache.org.
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 334fe1fe4d74d8fb85a42855af1df4a579d28158
Merge: 88fe034 e0a85de
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Jun 12 08:53:27 2020 -0700

    Merge branch 'master' of git@github.com:apache/incubator-datasketches-hive.git

 pom.xml                                            |  2 +-
 .../BytesWritableHelper.java}                      | 33 +++++++++-------------
 .../hive/cpc/GetEstimateAndErrorBoundsUDF.java     |  4 +--
 .../datasketches/hive/cpc/GetEstimateUDF.java      |  4 +--
 .../datasketches/hive/cpc/SketchEvaluator.java     |  4 +--
 .../apache/datasketches/hive/cpc/SketchState.java  |  2 +-
 .../datasketches/hive/cpc/SketchToStringUDF.java   |  4 +--
 .../datasketches/hive/cpc/UnionSketchUDF.java      |  6 ++--
 .../GetFrequentItemsFromStringsSketchUDTF.java     |  4 +--
 .../hive/frequencies/ItemsEvaluator.java           |  8 ++++--
 .../datasketches/hive/frequencies/ItemsState.java  |  4 +--
 .../datasketches/hive/hll/SketchEvaluator.java     |  4 +--
 .../apache/datasketches/hive/hll/SketchState.java  |  2 +-
 .../hll/SketchToEstimateAndErrorBoundsUDF.java     |  4 +--
 .../datasketches/hive/hll/SketchToEstimateUDF.java |  4 +--
 .../datasketches/hive/hll/SketchToStringUDF.java   |  4 +--
 .../datasketches/hive/hll/UnionSketchUDF.java      |  6 ++--
 .../apache/datasketches/hive/hll/UnionState.java   |  2 +-
 .../apache/datasketches/hive/kll/GetCdfUDF.java    |  4 +--
 .../org/apache/datasketches/hive/kll/GetNUDF.java  |  4 +--
 .../apache/datasketches/hive/kll/GetPmfUDF.java    |  4 +--
 .../datasketches/hive/kll/GetQuantileUDF.java      |  4 +--
 .../datasketches/hive/kll/GetQuantilesUDF.java     |  4 +--
 .../apache/datasketches/hive/kll/GetRankUDF.java   |  4 +--
 .../datasketches/hive/kll/SketchEvaluator.java     |  7 +++--
 .../datasketches/hive/kll/SketchToStringUDF.java   |  4 +--
 .../hive/quantiles/DoublesEvaluator.java           |  8 ++++--
 .../hive/quantiles/DoublesSketchToStringUDF.java   |  4 +--
 .../hive/quantiles/DoublesUnionState.java          |  4 +--
 .../hive/quantiles/GetCdfFromDoublesSketchUDF.java |  4 +--
 .../hive/quantiles/GetCdfFromStringsSketchUDF.java |  4 +--
 .../hive/quantiles/GetKFromDoublesSketchUDF.java   |  4 +--
 .../hive/quantiles/GetKFromStringsSketchUDF.java   |  4 +--
 .../hive/quantiles/GetNFromDoublesSketchUDF.java   |  4 +--
 .../hive/quantiles/GetNFromStringsSketchUDF.java   |  4 +--
 .../hive/quantiles/GetPmfFromDoublesSketchUDF.java |  4 +--
 .../hive/quantiles/GetPmfFromStringsSketchUDF.java |  4 +--
 .../quantiles/GetQuantileFromDoublesSketchUDF.java |  4 +--
 .../quantiles/GetQuantileFromStringsSketchUDF.java |  4 +--
 .../GetQuantilesFromDoublesSketchUDF.java          |  6 ++--
 .../GetQuantilesFromStringsSketchUDF.java          |  6 ++--
 .../hive/quantiles/ItemsEvaluator.java             |  8 ++++--
 .../hive/quantiles/ItemsUnionState.java            |  4 +--
 .../hive/quantiles/StringsSketchToStringUDF.java   |  4 +--
 .../datasketches/hive/theta/EstimateSketchUDF.java | 10 ++++---
 .../datasketches/hive/theta/ExcludeSketchUDF.java  |  6 ++--
 .../hive/theta/IntersectSketchUDAF.java            | 13 +++++----
 .../hive/theta/IntersectSketchUDF.java             |  6 ++--
 .../datasketches/hive/theta/UnionEvaluator.java    |  7 +++--
 .../datasketches/hive/theta/UnionSketchUDF.java    |  6 ++--
 .../apache/datasketches/hive/theta/UnionState.java |  3 +-
 .../hive/tuple/ArrayOfDoublesSketchEvaluator.java  |  7 +++--
 .../hive/tuple/ArrayOfDoublesSketchState.java      |  2 +-
 ...OfDoublesSketchToEstimateAndErrorBoundsUDF.java |  4 +--
 .../tuple/ArrayOfDoublesSketchToEstimatesUDF.java  |  4 +--
 .../hive/tuple/ArrayOfDoublesSketchToMeansUDF.java |  4 +--
 ...fDoublesSketchToNumberOfRetainedEntriesUDF.java |  4 +--
 .../ArrayOfDoublesSketchToQuantilesSketchUDF.java  |  4 +--
 .../tuple/ArrayOfDoublesSketchToValuesUDTF.java    |  4 +--
 .../tuple/ArrayOfDoublesSketchToVariancesUDF.java  |  4 +--
 .../hive/tuple/ArrayOfDoublesSketchesTTestUDF.java |  6 ++--
 .../tuple/DoubleSummarySketchToEstimatesUDF.java   |  4 +--
 .../tuple/DoubleSummarySketchToPercentileUDF.java  |  4 +--
 .../datasketches/hive/tuple/SketchEvaluator.java   |  4 +--
 .../datasketches/hive/tuple/SketchState.java       |  2 +-
 .../hive/cpc/DataToSketchUDAFTest.java             | 16 +++++------
 .../datasketches/hive/cpc/UnionSketchUDAFTest.java | 14 ++++-----
 .../datasketches/hive/cpc/UnionSketchUDFTest.java  | 10 +++----
 .../frequencies/DataToStringsSketchUDAFTest.java   |  8 +++---
 .../frequencies/UnionStringsSketchUDAFTest.java    |  6 ++--
 .../hive/hll/DataToSketchUDAFTest.java             | 16 +++++------
 .../datasketches/hive/hll/UnionSketchUDAFTest.java | 14 ++++-----
 .../datasketches/hive/hll/UnionSketchUDFTest.java  |  8 +++---
 .../hive/kll/DataToSketchUDAFTest.java             | 14 ++++-----
 .../datasketches/hive/kll/UnionSketchUDAFTest.java | 12 ++++----
 .../quantiles/DataToDoublesSketchUDAFTest.java     | 14 ++++-----
 .../quantiles/DataToStringsSketchUDAFTest.java     | 14 ++++-----
 .../hive/quantiles/UnionDoublesSketchUDAFTest.java | 12 ++++----
 .../hive/quantiles/UnionStringsSketchUDAFTest.java | 12 ++++----
 .../hive/theta/DataToSketchUDAFTest.java           | 14 ++++-----
 .../hive/theta/EstimateSketchUDFTest.java          | 14 ++++-----
 .../hive/theta/ExcludeSketchUDFTest.java           | 11 ++++----
 .../hive/theta/IntersectSketchUDAFTest.java        | 12 ++++----
 .../hive/theta/IntersectSketchUDFTest.java         |  9 +++---
 .../datasketches/hive/theta/SampleSketchUDF.java   |  7 +++--
 .../hive/theta/UnionSketchUDAFTest.java            | 14 ++++-----
 .../hive/theta/UnionSketchUDFTest.java             |  9 +++---
 ...rayOfDoublesSketchToQuantilesSketchUDFTest.java |  8 +++---
 .../tuple/DataToArrayOfDoublesSketchUDAFTest.java  | 16 +++++------
 .../tuple/DataToDoubleSummarySketchUDAFTest.java   | 16 +++++------
 .../DataToDoubleSummaryWithModeSketchUDAFTest.java | 15 +++++-----
 .../tuple/UnionArrayOfDoublesSketchUDAFTest.java   | 14 ++++-----
 .../tuple/UnionDoubleSummarySketchUDAFTest.java    | 14 ++++-----
 .../UnionDoubleSummaryWithModeSketchUDAFTest.java  | 16 +++++------
 94 files changed, 350 insertions(+), 337 deletions(-)

diff --cc pom.xml
index 544b940,d1a5229..83b7584
--- a/pom.xml
+++ b/pom.xml
@@@ -92,9 -92,9 +92,9 @@@ under the License
      </developer>
    </developers>
    <properties>
 -
 +    
      <!-- UNIQUE FOR THIS JAVA COMPONENT -->
-     <datasketches-java.version>1.1.0-incubating</datasketches-java.version>
+     <datasketches-java.version>1.3.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>


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


[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.

Posted by le...@apache.org.
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