Skip to content

Commit

Permalink
add HBaseAccessCounter:dailydomaincount
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakanbe committed Oct 6, 2015
1 parent 2328b34 commit 49f9d90
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 152 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,13 @@ hbase-messaging-service {
}

hbase-access-counter {
concurrent = 3
concurrent = 4
duration = 10
driver = "bench.drivers.HBaseAccessCounter"
operations = {
"count" = 2
"URLHourly" = 1
"DomainDaily" = 1
}
}

Loading

0 comments on commit 49f9d90

Please sign in to comment.