-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-4147. Add OFS to FileSystem META-INF #1352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
2572e01
4593e8a
9670c6e
06eda61
0e5ed80
e2086f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,8 +14,8 @@ | |
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| CORE-SITE.XML_fs.o3fs.impl=org.apache.hadoop.fs.ozone.OzoneFileSystem | ||
| CORE-SITE.XML_fs.defaultFS=o3fs://bucket1.volume1.omservice | ||
| CORE-SITE.XML_fs.defaultFS=ofs://omservice | ||
|
||
|
|
||
| OZONE-SITE.XML_ozone.om.service.ids=omservice | ||
| OZONE-SITE.XML_ozone.om.nodes.omservice=om1,om2,om3 | ||
| OZONE-SITE.XML_ozone.om.address.omservice.om1=om1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,12 +14,11 @@ | |
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| CORE-SITE.XML_fs.ofs.impl=org.apache.hadoop.fs.ozone.RootedOzoneFileSystem | ||
| CORE-SITE.XML_fs.o3fs.impl=org.apache.hadoop.fs.ozone.OzoneFileSystem | ||
| OZONE-SITE.XML_ozone.om.volume.listall.allowed=false | ||
| CORE-SITE.XML_fs.defaultFS=ofs://om | ||
|
|
||
| OZONE-SITE.XML_ozone.om.address=om | ||
| OZONE-SITE.XML_ozone.om.http-address=om:9874 | ||
| OZONE-SITE.XML_ozone.om.volume.listall.allowed=false | ||
| OZONE-SITE.XML_ozone.scm.container.size=1GB | ||
| OZONE-SITE.XML_ozone.scm.pipeline.owner.container.count=1 | ||
| OZONE-SITE.XML_ozone.scm.names=scm | ||
|
|
@@ -89,7 +88,6 @@ CORE-SITE.XML_hadoop.http.authentication.type=kerberos | |
| CORE-SITE.XML_hadoop.http.authentication.kerberos.principal=HTTP/[email protected] | ||
| CORE-SITE.XML_hadoop.http.authentication.kerberos.keytab=/etc/security/keytabs/HTTP.keytab | ||
|
|
||
|
|
||
| CORE-SITE.XML_hadoop.security.authorization=true | ||
| HADOOP-POLICY.XML_ozone.om.security.client.protocol.acl=* | ||
| HADOOP-POLICY.XML_hdds.security.client.datanode.container.protocol.acl=* | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.