From 4e26bb8d7f07feb4612b7a04efc38e09493a6205 Mon Sep 17 00:00:00 2001 From: Rong Ma Date: Fri, 10 Jan 2025 06:15:16 +0000 Subject: [PATCH] typo in doc --- docs/developers/MicroBenchmarks.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/developers/MicroBenchmarks.md b/docs/developers/MicroBenchmarks.md index c59d6be3a631..e274d5e39fc9 100644 --- a/docs/developers/MicroBenchmarks.md +++ b/docs/developers/MicroBenchmarks.md @@ -361,7 +361,11 @@ Developers can use `--debug-mode` command line flag to turn on debug mode when n ## Enable HDFS support -After enabling the dynamic loading of libhdfs.so at runtime to support HDFS, if you run the benchmark with an HDFS file, you need to set the classpath for Hadoop. You can do this by running `export CLASSPATH=`$HADOOP_HOME/bin/hdfs classpath --glob``. Otherwise, the HDFS connection will fail. If you have replaced ${HADOOP_HOME}/lib/native/libhdfs.so with libhdfs3.so, there is no need to set the `CLASSPATH`. +After enabling the dynamic loading of libhdfs.so at runtime to support HDFS, if you run the benchmark with an HDFS file, you need to set the classpath for Hadoop. You can do this by running +``` +export CLASSPATH=`$HADOOP_HOME/bin/hdfs classpath --glob` +``` +Otherwise, the HDFS connection will fail. If you have replaced ${HADOOP_HOME}/lib/native/libhdfs.so with libhdfs3.so, there is no need to set the `CLASSPATH`. ## Simulate write tasks