Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2. geobench = {
  3. experiments = [
  4. {
  5. name = "query.gdelt.include"
  6. description = "query for all gdelt data"
  7. type = query
  8. runs = 10
  9. threads = 1
  10. data-store = {
  11. instanceId = tcloud
  12. zookeepers = "tzoo1,tzoo2,tzoo3"
  13. user = root
  14. password = secret
  15. tableName = atatusko_master.geomesa
  16. }
  17. type-name = tiger
  18. filter = "BBOX(the_geom, -80, 40, -85, 35)"
  19. validate-results = true
  20. output = query-out.tsv
  21. }
  22. ]
  23. metrics = {
  24. units = "MINUTES" // reporting units - corresponds to TimeUnit.xxx
  25. interval = 60 // how often to report in seconds - < 1 will just report once at the end
  26. type = "slf4j"
  27. logger = "org.locationtech.geobench"
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement