[
https://issues.apache.org/jira/browse/HDDS-2002?focusedWorklogId=298985&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-298985
]
ASF GitHub Bot logged work on HDDS-2002:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Aug/19 20:24
Start Date: 21/Aug/19 20:24
Worklog Time Spent: 10m
Work Description: xiaoyuyao commented on pull request #1331: HDDS-2002.
Update documentation for 0.4.1 release.
URL: https://github.com/apache/hadoop/pull/1331#discussion_r316385562
##########
File path: hadoop-hdds/docs/content/recipe/SparkOzoneFSK8S.md
##########
@@ -64,18 +64,22 @@ Create a new directory for customizing the created docker
image.
Copy the `ozone-site.xml` from the cluster:
-```
+```bash
kubectl cp om-0:/opt/hadoop/etc/hadoop/ozone-site.xml .
```
-And create a custom `core-site.xml`:
+And create a custom `core-site.xml`.
-```
+```xml
<configuration>
<property>
<name>fs.o3fs.impl</name>
<value>org.apache.hadoop.fs.ozone.BasicOzoneFileSystem</value>
</property>
+ <property>
+ <name>fs.AbstractFileSystem.o3fs.impl</name>
+ <value>org.apache.hadoop.fs.ozone.OzFs</value>
Review comment:
This should be BasicOzFs to match with BasicOzoneFileSystem.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 298985)
Time Spent: 50m (was: 40m)
> Update documentation for 0.4.1 release
> --------------------------------------
>
> Key: HDDS-2002
> URL: https://issues.apache.org/jira/browse/HDDS-2002
> Project: Hadoop Distributed Data Store
> Issue Type: Improvement
> Components: documentation
> Reporter: Nanda kumar
> Assignee: Nanda kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> We have to update Ozone documentation based on the latest changes/features.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]