Skip to content
Discussion options

You must be logged in to vote

Thanks @silvanias for trying Ozone.

For Hadoop, YARN and most ecosystem applications, please use only ozone-filesystem-hadoop3-2.0.0.jar. It is a fat jar, contains all Ozone client components, as well as dependencies for using Ozone in such an environment. Adding other Ozone jars will likely cause problems due to duplicate classes.

For using OFS from FileContext API, the following config is required in core-site.xml:

<property>
  <name>fs.AbstractFileSystem.ofs.impl</name>
  <value>org.apache.hadoop.fs.ozone.RootedOzFs</value>
</property>

Connection to OM (9862), SCM (9863) and Ozone Datanodes (9855/9858/9859) are minimally required. I hope I have not missed anything.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by silvanias
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
4 participants