From a2bafc2466618525d326143962c0d99608071501 Mon Sep 17 00:00:00 2001 From: congyi <15605187270@163.com> Date: Wed, 26 Jul 2023 10:53:43 +0800 Subject: [PATCH] fix doc --- core/src/services/hdfs/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/services/hdfs/docs.md b/core/src/services/hdfs/docs.md index 68f9ff907da0..99eeaeac2806 100644 --- a/core/src/services/hdfs/docs.md +++ b/core/src/services/hdfs/docs.md @@ -78,7 +78,7 @@ export HADOOP_CONF_DIR= ``` 3. Append the HADOOP_CONF_DIR to the `CLASSPATH` ```shell -export CLASSPATH=$CLASSPATH:$HADOOP_CONF_DIR +export CLASSPATH=$HADOOP_CONF_DIR:$HADOOP_CLASSPATH:$CLASSPATH ``` 4. Use the `cluster_name` specified in the `core-site.xml` file (located in the HADOOP_CONF_DIR folder) to replace namenode:port.