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:10:01 UTC

[hadoop] branch ozone-0.4 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 ozone-0.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 32477ed1e62d8851a734f948ee34f0d2b54f45da
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
    
    (cherry picked from commit c1649bf1e192840f00b93df2cb962a5b2dab4d92)
---
 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 49c81b9..9a8dff5 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -1908,7 +1908,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 8488434..23d12b3 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 >}}
 
 


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