This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/master by this push:
new 99d867c Update 040-file-system-storage-plugin.md
new 7a6bd7f Merge pull request #11 from p-bhosale/patch-1
99d867c is described below
commit 99d867c6793aa7c9fddd74c9cd3397b0ca69a581
Author: p-bhosale <[email protected]>
AuthorDate: Thu Oct 14 19:24:29 2021 +0530
Update 040-file-system-storage-plugin.md
---
.../connect-a-data-source/plugins/040-file-system-storage-plugin.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/_docs/en/connect-a-data-source/plugins/040-file-system-storage-plugin.md
b/_docs/en/connect-a-data-source/plugins/040-file-system-storage-plugin.md
index 6b5ea8a..a5de384 100644
--- a/_docs/en/connect-a-data-source/plugins/040-file-system-storage-plugin.md
+++ b/_docs/en/connect-a-data-source/plugins/040-file-system-storage-plugin.md
@@ -64,8 +64,8 @@ To change the `dfs` storage plugin configuration to point to
a different local o
}
```
-To connect to a Hadoop file system, you include the IP address and port number
of the
-name node.
+To connect to a Hadoop file system, you include the IP address and port number
(service port) of the
+name node. If you are not sure then you can use "hdfs getconf -confKey
fs.default.name" command on hdfs to get the name node details.
### Querying Donuts Example