aljoscha commented on a change in pull request #9617: [FLINK-13963] Consolidate 
Hadoop file systems usage and Hadoop integration docs
URL: https://github.com/apache/flink/pull/9617#discussion_r321323783
 
 

 ##########
 File path: docs/ops/deployment/hadoop.md
 ##########
 @@ -26,7 +26,25 @@ under the License.
 * This will be replaced by the TOC
 {:toc}
 
-## Configuring Flink with Hadoop Classpaths
+## Configure Hadoop
+
+You can reference Hadoop configuration by setting the environment variable 
`HADOOP_CONF_DIR`.
+
+```sh
+HADOOP_CONF_DIR=/path/to/etc/hadoop
+```
+
+Referencing the HDFS configuration in the [Flink configuration]({{ 
site.baseurl }}/ops/config.html#hdfs) is deprecated.
+
+Another way to provide the Hadoop configuration is to have it on the class 
path of the Flink process, see more details below.
+
+## Add Hadoop Classpaths
 
 Review comment:
   ```suggestion
   ## Adding Hadoop Classpaths
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to