afedulov commented on pull request #15991:
URL: https://github.com/apache/flink/pull/15991#issuecomment-849088950


   I think it does not harm to include this info for completeness. 
   Here is an example of the `core-site.xml`:
   ```
   <?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>/flink/gcs-creds/gcs-key.json</value>
     </property>
   </configuration>
   ```
   
   > If yes can you give me the configuration key of core-site.xml, I believe 
the configuration key in flink-conf.yaml is:
   
   Yes, if the core-site is placed into `/flink/etc-hadoop/core-site.xml` then 
the correct configuration is:
   ```
   flinkConfiguration:
     fs.hdfs.hadoopconf: /flink/etc-hadoop/
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to