Guest User

Untitled

a guest
Jun 28th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <configuration>
  4. <property>
  5. <name>google.cloud.auth.service.account.enable</name>
  6. <value>true</value>
  7. </property>
  8. <property>
  9. <name>google.cloud.auth.service.account.json.keyfile</name>
  10. <value>/path/to/key.json</value>
  11. </property>
  12. <property>
  13. <name>fs.gs.impl</name>
  14. <value>com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem</value>
  15. <description>The FileSystem for gs: (GCS) uris.</description>
  16. </property>
  17. <property>
  18. <name>fs.AbstractFileSystem.gs.impl</name>
  19. <value>com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS</value>
  20. <description>The AbstractFileSystem for gs: (GCS) uris.</description>
  21. </property>
  22. <property>
  23. <name>fs.gs.application.name.suffix</name>
  24. <value>-kube-flink</value>
  25. <description>
  26. Appended to the user-agent header for API requests to GCS to help identify
  27. the traffic as coming from Dataproc.
  28. </description>
  29. </property>
  30. </configuration>
Add Comment
Please, Sign In to add comment