You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/03/13 11:09:13 UTC

[hadoop] branch trunk updated: HDDS-1226. Addendum. ozone-filesystem jar missing in hadoop classpath

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c1649bf  HDDS-1226. Addendum. ozone-filesystem jar missing in hadoop classpath
c1649bf is described below

commit c1649bf1e192840f00b93df2cb962a5b2dab4d92
Author: Vivek Ratnavel Subramanian <vi...@gmail.com>
AuthorDate: Thu Mar 7 14:06:29 2019 +0100

    HDDS-1226. Addendum. ozone-filesystem jar missing in hadoop classpath
    
    Closes #560
---
 hadoop-hdds/common/src/main/resources/ozone-default.xml | 2 +-
 hadoop-hdds/docs/content/OzoneFS.md                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index 331b5c4..9918b8b 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -1938,7 +1938,7 @@
       an isolated classloader.
 
       Default depends from the used jar. true for ozone-filesystem-lib-legacy
-      jar and false for the ozone-filesystem-lib.jar
+      jar and false for the ozone-filesystem-lib-current.jar
     </description>
   </property>
   <property>
diff --git a/hadoop-hdds/docs/content/OzoneFS.md b/hadoop-hdds/docs/content/OzoneFS.md
index 7491525..2ca0406 100644
--- a/hadoop-hdds/docs/content/OzoneFS.md
+++ b/hadoop-hdds/docs/content/OzoneFS.md
@@ -56,7 +56,7 @@ This will make this bucket to be the default file system for HDFS dfs commands a
 You also need to add the ozone-filesystem.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-lib-current*.jar:$HADOOP_CLASSPATH
 {{< /highlight >}}
 
 Once the default Filesystem has been setup, users can run commands like ls, put, mkdir, etc.


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