[ https://issues.apache.org/jira/browse/HDFS-16706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599063#comment-17599063 ]
ASF GitHub Bot commented on HDFS-16706: --------------------------------------- hadoop-yetus commented on PR #4803: URL: https://github.com/apache/hadoop/pull/4803#issuecomment-1234520093 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |:----:|----------:|--------:|:--------:|:-------:| | +0 :ok: | reexec | 0m 42s | | Docker mode activated. | |||| _ Prechecks _ | | +1 :green_heart: | dupname | 0m 0s | | No case conflicting files found. | | +0 :ok: | codespell | 0m 0s | | codespell was not available. | | +0 :ok: | detsecrets | 0m 0s | | detect-secrets was not available. | | +0 :ok: | markdownlint | 0m 0s | | markdownlint was not available. | | +1 :green_heart: | @author | 0m 0s | | The patch does not contain any @author tags. | |||| _ trunk Compile Tests _ | | +1 :green_heart: | mvninstall | 38m 34s | | trunk passed | | +1 :green_heart: | mvnsite | 1m 38s | | trunk passed | | +1 :green_heart: | shadedclient | 59m 42s | | branch has no errors when building and testing our client artifacts. | |||| _ Patch Compile Tests _ | | +1 :green_heart: | mvninstall | 1m 18s | | the patch passed | | +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks issues. | | +1 :green_heart: | mvnsite | 1m 22s | | the patch passed | | +1 :green_heart: | shadedclient | 20m 42s | | patch has no errors when building and testing our client artifacts. | |||| _ Other Tests _ | | +1 :green_heart: | asflicense | 0m 45s | | The patch does not generate ASF License warnings. | | | | 85m 10s | | | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4803/3/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/4803 | | Optional Tests | dupname asflicense mvnsite codespell detsecrets markdownlint | | uname | Linux 0da1cf965218 4.15.0-191-generic #202-Ubuntu SMP Thu Aug 4 01:49:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | dev-support/bin/hadoop.sh | | git revision | trunk / 25345fe132c5b44deb3039fd66cb3222d5b63fe6 | | Max. process+thread count | 648 (vs. ulimit of 5500) | | modules | C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs | | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4803/3/console | | versions | git=2.25.1 maven=3.6.3 | | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org | This message was automatically generated. > ViewFS doc points to wrong mount table name > ------------------------------------------- > > Key: HDFS-16706 > URL: https://issues.apache.org/jira/browse/HDFS-16706 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 3.4.0 > Reporter: Prabhu Joseph > Assignee: Samrat Deb > Priority: Minor > Labels: pull-request-available > > ViewFS Doc - > https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/ViewFs.html > specifies the view name as *clusterX* where as mount table name as > *ClusterX*. This will lead to error "ls: ViewFs: Cannot initialize: Empty > Mount table in config for viewfs://clusterX/" > {code} > <property> > <name>fs.defaultFS</name> > <value>viewfs://clusterX</value> > </property> > <property> > <name>fs.viewfs.mounttable.ClusterX.link./data</name> > <value>hdfs://nn1-clusterx.example.com:8020/data</value> > </property> > {code} > The mountable name also has to be same as view name. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org