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/11/25 07:44:16 UTC

[incubator-datasketches-characterization] branch master updated (143352e -> b63cf9a)

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


    from 143352e  Merge pull request #22 from ArikRinberg/ppopp20_fix
     new f0e70a2  Add zeta jars, temporary fix.
     new a25597b  Update memory to 1.2.0
     new b63cf9a  Merge branch 'master' of git@github.com:apache/incubator-datasketches-characterization.git

The 3 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:
 .gitignore                                           |   2 +-
 ...tasketch-0.1.0-SNAPSHOT-jar-with-dependencies.jar | Bin 0 -> 23447983 bytes
 .../zetasketch-0.1.0-SNAPSHOT-sources.jar            | Bin 0 -> 117197 bytes
 GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT.jar    | Bin 0 -> 215096 bytes
 pom.xml                                              |   2 +-
 5 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-jar-with-dependencies.jar
 create mode 100644 GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-sources.jar
 create mode 100644 GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT.jar


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


[incubator-datasketches-characterization] 03/03: Merge branch 'master' of git@github.com:apache/incubator-datasketches-characterization.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-characterization.git

commit b63cf9ae93c8e0e0f5717dc510330eea63cca25e
Merge: a25597b 143352e
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Nov 24 23:42:35 2019 -0800

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

 cpp/src/cpc_sketch_timing_profile.cpp              | 115 +++++++++++++++
 cpp/src/cpc_sketch_timing_profile.hpp              |  34 +++++
 cpp/src/cpc_union_timing_profile.cpp               | 128 +++++++++++++++++
 cpp/src/cpc_union_timing_profile.hpp               |  34 +++++
 cpp/src/frequent_items_sketch_accuracy_profile.cpp | 158 +++++++++++++++++++++
 cpp/src/frequent_items_sketch_accuracy_profile.hpp |  34 +++++
 cpp/src/frequent_items_sketch_timing_profile.cpp   | 149 +++++++++++++++++++
 cpp/src/frequent_items_sketch_timing_profile.hpp   |  34 +++++
 cpp/src/hll_union_timing_profile.cpp               | 124 ++++++++++++++++
 cpp/src/hll_union_timing_profile.hpp               |  34 +++++
 cpp/src/job_profile.cpp                            |  95 +++++++++++++
 cpp/src/job_profile.hpp                            |  48 +++++++
 cpp/src/kll_accuracy_profile.cpp                   |  61 ++++++++
 cpp/src/kll_accuracy_profile.hpp                   |  35 +++++
 cpp/src/kll_merge_accuracy_profile.cpp             |  60 ++++++++
 cpp/src/kll_merge_accuracy_profile.hpp             |  34 +++++
 cpp/src/kll_sketch_accuracy_profile.cpp            |  47 ++++++
 cpp/src/kll_sketch_accuracy_profile.hpp            |  34 +++++
 cpp/src/kll_sketch_timing_profile.cpp              | 138 ++++++++++++++++++
 cpp/src/kll_sketch_timing_profile.hpp              |  34 +++++
 cpp/src/main.cpp                                   |  61 ++++++++
 cpp/src/theta_sketch_timing_profile.cpp            | 103 ++++++++++++++
 cpp/src/theta_sketch_timing_profile.hpp            |  34 +++++
 cpp/src/theta_union_timing_profile.cpp             | 142 ++++++++++++++++++
 cpp/src/theta_union_timing_profile.hpp             |  34 +++++
 cpp/src/zipf_distribution.cpp                      |  94 ++++++++++++
 cpp/src/zipf_distribution.hpp                      |  61 ++++++++
 pom.xml                                            |   2 +-
 src/main/java/org/apache/datasketches/Job.java     |   2 +-
 29 files changed, 1961 insertions(+), 2 deletions(-)



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


[incubator-datasketches-characterization] 01/03: Add zeta jars, temporary fix.

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

commit f0e70a2db34d6d1244460601ef4a11b7b09a3e75
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Nov 24 23:40:58 2019 -0800

    Add zeta jars, temporary fix.
---
 .gitignore                                           |   2 +-
 ...tasketch-0.1.0-SNAPSHOT-jar-with-dependencies.jar | Bin 0 -> 23447983 bytes
 .../zetasketch-0.1.0-SNAPSHOT-sources.jar            | Bin 0 -> 117197 bytes
 GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT.jar    | Bin 0 -> 215096 bytes
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c2d5275..85d7a51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,7 +29,7 @@ bin/
 .mtj.tmp/
 
 # Package Files #
-*.jar
+# *.jar
 *.war
 *.ear
 *.zip
diff --git a/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-jar-with-dependencies.jar b/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-jar-with-dependencies.jar
new file mode 100644
index 0000000..6b4173c
Binary files /dev/null and b/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-jar-with-dependencies.jar differ
diff --git a/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-sources.jar b/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-sources.jar
new file mode 100644
index 0000000..f98a2c8
Binary files /dev/null and b/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT-sources.jar differ
diff --git a/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT.jar b/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT.jar
new file mode 100644
index 0000000..0981baa
Binary files /dev/null and b/GradleGeneratedJars/zetasketch-0.1.0-SNAPSHOT.jar differ


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


[incubator-datasketches-characterization] 02/03: Update memory to 1.2.0

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

commit a25597ba023db16dd0107ee72af0659252bdeee9
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Nov 24 23:41:34 2019 -0800

    Update memory to 1.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7812611..25c70db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@ under the License.
   <properties>
 
     <!-- UNIQUE FOR THIS JAVA COMPONENT -->
-    <datasketches-memory.version>1.1.0-incubating</datasketches-memory.version>
+    <datasketches-memory.version>1.2.0-incubating</datasketches-memory.version>
     <datasketches-java.version>1.1.0-incubating</datasketches-java.version>
     <druid-momentsketch.version>0.16.0-incubating</druid-momentsketch.version>
     <druid-histogram.version>0.16.0-incubating</druid-histogram.version>


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