blob: 97645aaf46ba32da8775ef41393d41a288b5bd35 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# Job
# Uniques Profile
Trials_lgMinU=0 #The starting # of uniques that is printed at the end. 0
Trials_lgMaxU=23 #How high the # uniques go 20
Trials_UPPO=16 #The horizontal x-resolution of trials points
# Trials Profile
Trials_lgMaxT=23 #Max trials at start (low counts) 23
Trials_lgMinT=4 #Min trials at tail (high counts) 4
#Trails Speed related
Trials_lgMinBpU=4 #start the downward slope of trials at this U 4
Trials_lgMaxBpU=20 #stop the downward slope of trials at this U 20
# Date-Time Profile
TimeZone=PST
TimeZoneOffset=-28800000 # offset in millisec
FileNameDateFormat=yyyyMMdd'_'HHmmssz
ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
#Job Profile
JobProfile=org.apache.datasketches.characterization.tuple.AodSketchUpdateSpeedProfile
LgK=12
NumValues=1
ResizeFactor=3 #set the log resize factor: 0 (RF = X1), 1 (RF = X2), 2 (RF = X4), 3 (RF = X8)
SamplingProbability=1.0
Offheap=false