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

Closes #560
This commit is contained in:
Vivek Ratnavel Subramanian 2019-03-07 14:06:29 +01:00 committed by Márton Elek
parent 0d62753da9
commit c1649bf1e1
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.