blob: e0681dc3f2944a4ed016a13031fa39b1f93819e7 [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.
#
# APP PHASE
phase = dev
host = localhost
# Hbase
hbase.table.compression.algorithm="gz"
hbase.zookeeper.quorum=${host}
# Asynchbase
hbase.client.retries.number=100
hbase.rpcs.buffered_flush_interval=100
hbase.rpc.timeout=0
# local retry number
max.retry.number=100
max.back.off=50
# Future cache.
future.cache.max.size=100000
future.cache.expire.after.write=10000
future.cache.expire.after.access=5000
future.cache.metric.interval=60000
# Local Cache
cache.ttl.seconds=60
cache.max.size=100000
# DB
s2graph.models.table.name = "models-dev"
db.default.driver = "org.h2.Driver"
db.default.url = "jdbc:h2:file:./var/metastore;MODE=MYSQL"
db.default.user = "sa"
db.default.password = "sa"
//
//akka {
// loggers = ["akka.event.slf4j.Slf4jLogger"]
// loglevel = "DEBUG"
//}