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/02/12 01:38:31 UTC

[incubator-datasketches-characterization] branch master updated: Update configs

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


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

commit 4f88dc62f2636e92ccdbb8f5f5c9711dce35c6ec
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Feb 11 17:38:08 2020 -0800

    Update configs
---
 src/main/resources/hll/HllAccuracyJob.conf          | 4 ++--
 src/main/resources/hll/HllSerDeJob.conf             | 2 +-
 src/main/resources/hll/HllSpeedJob.conf             | 2 +-
 src/main/resources/hll/HllUnionUpdateSpeedJob.conf  | 2 +-
 src/main/resources/hll/zeta/ZetaHllAccuracyJob.conf | 8 ++++----
 src/main/resources/theta/ThetaAccuracyJob.conf      | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/main/resources/hll/HllAccuracyJob.conf b/src/main/resources/hll/HllAccuracyJob.conf
index cd302a5..c79b5be 100644
--- a/src/main/resources/hll/HllAccuracyJob.conf
+++ b/src/main/resources/hll/HllAccuracyJob.conf
@@ -19,7 +19,7 @@
 
 #Uniques Profile
 Trials_lgMinU=0  #The starting # of uniques that is printed at the end.
-Trials_lgMaxU=20 #How high the # uniques go
+Trials_lgMaxU=13 #How high the # uniques go
 Trials_UPPO=16   #The horizontal x-resolution of trials points
 Trials_charArr=true
 
@@ -44,6 +44,6 @@ JobProfile=org.apache.datasketches.characterization.hll.HllAccuracyProfile
 LgK=12
 HLL_direct=false #only for Theta, HLL. See javadocs.
 HLL_tgtHllType=HLL8
-HLL_useComposite=false
+HLL_useComposite=true
 HLL_compact=false
 HLL_wrap=false
diff --git a/src/main/resources/hll/HllSerDeJob.conf b/src/main/resources/hll/HllSerDeJob.conf
index 9fa7aab..80351fa 100644
--- a/src/main/resources/hll/HllSerDeJob.conf
+++ b/src/main/resources/hll/HllSerDeJob.conf
@@ -39,7 +39,7 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
 #Job Profile
 JobProfile=org.apache.datasketches.characterization.hll.HllSerDeProfile
 LgK=12
-HLL_tgtHllType=HLL4
+HLL_tgtHllType=HLL8
 HLL_direct=false
 HLL_useComposite=false
 HLL_compact=false #whether the serialization is compact or updatable form
diff --git a/src/main/resources/hll/HllSpeedJob.conf b/src/main/resources/hll/HllSpeedJob.conf
index 41fd1a9..40b6fbb 100644
--- a/src/main/resources/hll/HllSpeedJob.conf
+++ b/src/main/resources/hll/HllSpeedJob.conf
@@ -40,7 +40,7 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
 JobProfile=org.apache.datasketches.characterization.hll.HllUpdateSpeedProfile
 LgK=12
 HLL_offheap=false #only for Theta, HLL. See javadocs.
-HLL_tgtHllType=HLL8
+HLL_tgtHllType=HLL6
 HLL_useComposite=false #HllAccuracyProfie
 HLL_compact=true #HllSerDeProfile
 HLL_wrap=false #HllSerDeProfile
diff --git a/src/main/resources/hll/HllUnionUpdateSpeedJob.conf b/src/main/resources/hll/HllUnionUpdateSpeedJob.conf
index a79ebca..dd2a247 100644
--- a/src/main/resources/hll/HllUnionUpdateSpeedJob.conf
+++ b/src/main/resources/hll/HllUnionUpdateSpeedJob.conf
@@ -40,5 +40,5 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
 JobProfile=org.apache.datasketches.characterization.hll.HllUnionUpdateSpeedProfile
 LgK=12
 NumSketches=32
-TgtHllType=HLL_4
+TgtHllType=HLL_8
 Direct=false
diff --git a/src/main/resources/hll/zeta/ZetaHllAccuracyJob.conf b/src/main/resources/hll/zeta/ZetaHllAccuracyJob.conf
index b26ef1c..b7b2089 100644
--- a/src/main/resources/hll/zeta/ZetaHllAccuracyJob.conf
+++ b/src/main/resources/hll/zeta/ZetaHllAccuracyJob.conf
@@ -19,16 +19,16 @@
 
 #Uniques Profile
 Trials_lgMinU=0  #The starting # of uniques that is printed at the end.
-Trials_lgMaxU=23 #How high the # uniques go
+Trials_lgMaxU=13 #How high the # uniques go
 Trials_UPPO=16   #The horizontal x-resolution of trials points
 Trials_string=false #Used in Druid HLL profile
 
 # Trials Profile
 Trials_lgMinT=8  #prints intermediate results starting w/ this lgMinT
-Trials_lgMaxT=16 #The max trials
+Trials_lgMaxT=20 #The max trials
 Trials_TPPO=1    #how often intermediate results are printed
 
-Trials_lgQK=12   #size of quantiles sketch for analysis
+Trials_lgQK=13   #size of quantiles sketch for analysis
 Trials_interData=true
 Trials_postPMFs=false
 Trials_bytes=false
@@ -42,5 +42,5 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
 #Job Profile
 JobProfile=org.apache.datasketches.characterization.hll.ZetaHllAccuracyProfile
 LgK=12 #Normal precision, Min 10, Max 24
-LgSP=17 #Sparse precision= Normal Prcision + 0 to 5, Max 25
+LgSP=12 #Sparse precision= Normal Prcision + 0 to + 5, Max 25
 ZetaType=LONG #one of LONG,INTEGER,STRING,BYTES
diff --git a/src/main/resources/theta/ThetaAccuracyJob.conf b/src/main/resources/theta/ThetaAccuracyJob.conf
index 8b9ffc7..500fa5a 100644
--- a/src/main/resources/theta/ThetaAccuracyJob.conf
+++ b/src/main/resources/theta/ThetaAccuracyJob.conf
@@ -19,12 +19,12 @@
 
 #Uniques Profile
 Trials_lgMinU=0  #The starting # of uniques that is printed at the end.
-Trials_lgMaxU=20 #How high the # uniques go
+Trials_lgMaxU=16 #How high the # uniques go
 Trials_UPPO=16   #The horizontal x-resolution of trials points
 
 # Trials Profile
 Trials_lgMinT=8  #prints intermediate results starting w/ this lgMinT
-Trials_lgMaxT=12  #The max trials
+Trials_lgMaxT=20  #The max trials
 Trials_TPPO=1     #how often intermediate results are printed
 
 Trials_lgQK=13   #size of quantiles sketch


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