You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/06/22 12:45:55 UTC

[GitHub] [hadoop-ozone] elek commented on a change in pull request #1099: HDDS-3704. Update all the documentation to use ozonefs-hadoop2/3 instead of legacy/current

elek commented on a change in pull request #1099:
URL: https://github.com/apache/hadoop-ozone/pull/1099#discussion_r443531725



##########
File path: hadoop-hdds/docs/content/interface/OzoneFS.md
##########
@@ -57,12 +53,14 @@ Please add the following entry to the core-site.xml.
 
 This will make this bucket to be the default file system for HDFS dfs commands and register the o3fs file system type.
 
-You also need to add the ozone-filesystem.jar file to the classpath:
+You also need to add the ozone-filesystem-hadoop3.jar file to the classpath:
 
 {{< highlight bash >}}
-export HADOOP_CLASSPATH=/opt/ozone/share/ozonefs/lib/hadoop-ozone-filesystem-lib-current*.jar:$HADOOP_CLASSPATH
+export HADOOP_CLASSPATH=/opt/ozone/share/ozonefs/lib/hadoop-ozone-filesystem-hadoop3-*.jar:$HADOOP_CLASSPATH
 {{< /highlight >}}
 
+(Note: with Hadoop 2.x, use the `hadoop-ozone-filesystem-hadoop3-*.jar`)

Review comment:
       :blush: 
   
   It seems that I lost in the forests of jar files. Thanks, fixing it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org