Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke committed Jul 24, 2023
1 parent bb9bca3 commit daa942c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/hdfs/pages/usage-guide/fuse.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ To mount HDFS call the script like this:

[source,bash]
----
fuse_dfs_wrapper.sh dfs://<your hdfs> <target> <1> <2>
fuse_dfs_wrapper dfs://<your hdfs> <target> <1> <2>
# This will run in debug mode and stay in the foreground
fuse_dfs_wrapper.sh -odebug dfs://<your hdfs> <target>
fuse_dfs_wrapper -odebug dfs://<your hdfs> <target>
# Example:
mkdir simple-hdfs
fuse_dfs_wrapper.sh dfs://simple-hdfs simple-hdfs
cd simple -hdfs
fuse_dfs_wrapper dfs://simple-hdfs simple-hdfs
cd simple-hdfs
# Any operations in this directory will now happen in HDFS
----
<1> Again, use the name of the HDFS service as above
Expand Down

0 comments on commit daa942c

Please sign in to comment.