cache: {
type: "in-memory",
path: "/dev/shm/cache",
size: 2000,
rotateputs: 500000,
bothreate: 0.8,
cleanrate: 0.6,
maxreaders: 24,
maxdbs: 2
}
hbase: {
config: /etc/hbase/conf/hbase-site.xml
}
active-loaders: {
call
}
call: {
kafka: {
brokers: {
"node12:9092"
},
topics: {
"data.mobile.nsk.t2m.call"
},
group: "bigdata-hbase-writer"
},
durability: "USE_DEFAULT", //"USE_DEFAULT", "SKIP_WAL", "ASYNC_WAL", "FSYNC_WAL", "SYNC_WAL"
threads: 3,
column: "c",
sleep-time: 3000, // millis
read-interval: 3000, // millis
flush-interval: 10000 // millis
}
stat: {
sleep-time: 1000,
sql-host: "127.0.0.1",
sql-database: "HBaseStat",
sql-username: "root",
sql-password: "<removed>"
}