Преглед изворни кода

HDDS-1226. Addendum. ozone-filesystem jar missing in hadoop classpath

Closes #560
Vivek Ratnavel Subramanian пре 6 година
родитељ
комит
c1649bf1e1

+ 1 - 1
hadoop-hdds/common/src/main/resources/ozone-default.xml

@@ -1938,7 +1938,7 @@
       an isolated classloader.
       an isolated classloader.
 
 
       Default depends from the used jar. true for ozone-filesystem-lib-legacy
       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>
     </description>
   </property>
   </property>
   <property>
   <property>

+ 1 - 1
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:
 You also need to add the ozone-filesystem.jar file to the classpath:
 
 
 {{< highlight bash >}}
 {{< 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 >}}
 {{< /highlight >}}
 
 
 Once the default Filesystem has been setup, users can run commands like ls, put, mkdir, etc.
 Once the default Filesystem has been setup, users can run commands like ls, put, mkdir, etc.