Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" ?>
- <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
- <configuration>
- <property>
- <name>google.cloud.auth.service.account.enable</name>
- <value>true</value>
- </property>
- <property>
- <name>google.cloud.auth.service.account.json.keyfile</name>
- <value>/path/to/key.json</value>
- </property>
- <property>
- <name>fs.gs.impl</name>
- <value>com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem</value>
- <description>The FileSystem for gs: (GCS) uris.</description>
- </property>
- <property>
- <name>fs.AbstractFileSystem.gs.impl</name>
- <value>com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS</value>
- <description>The AbstractFileSystem for gs: (GCS) uris.</description>
- </property>
- <property>
- <name>fs.gs.application.name.suffix</name>
- <value>-kube-flink</value>
- <description>
- Appended to the user-agent header for API requests to GCS to help identify
- the traffic as coming from Dataproc.
- </description>
- </property>
- </configuration>
Add Comment
Please, Sign In to add comment