Guest User

Untitled

a guest
Dec 18th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. include "dev.conf"
  2.  
  3. team = reporting
  4. google-project-id = ${team}-160216
  5. job {
  6. organization = ${team}-job
  7. name = reporting-rtb-logging-with-stackdriver-metrics
  8. }
  9.  
  10. kafka {
  11. consumer-topic = rtblog
  12. consumer-properties {
  13. "bootstrap.servers" = "10.68.252.18:9092,10.68.252.19:9092,10.68.252.20:9092"
  14. "group.id" = reporting-rtb-logging-with-stackdriver-metrics
  15. "security.protocol" = SASL_PLAINTEXT
  16. "sasl.mechanism" = PLAIN
  17. "sasl.jaas.config" = "org.apache.kafka.common.security.plain.PlainLoginModule required username=reader password=vjp4EFdHahRMO0gG;"
  18. "keyDeserializer" = org.apache.kafka.common.serialization.ByteArrayDeserializer
  19. "valueDeserializer" = org.apache.kafka.common.serialization.ByteArrayDeserializer
  20. }
  21. }
  22.  
  23. dataflow {
  24. runner = dataflowrunner
  25. region = europe-west1
  26. zone = europe-west1-b
  27. project = ${google-project-id}
  28. jobName = ${job.name}
  29. tempLocation = "gs://reporting-rtb-with-metrics/temp"
  30. stagingLocation = "gs://reporting-rtb-with-metrics/staging"
  31. templateLocation = ""
  32. #worker-machine-type = n1-highmem-4
  33. }
  34.  
  35. direct-runner {
  36. runner = directrunner
  37. targetParallelism = 3
  38. }
Add Comment
Please, Sign In to add comment