[ 
https://issues.apache.org/jira/browse/HDDS-2002?focusedWorklogId=299280&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-299280
 ]

ASF GitHub Bot logged work on HDDS-2002:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Aug/19 09:11
            Start Date: 22/Aug/19 09:11
    Worklog Time Spent: 10m 
      Work Description: nandakumar131 commented on pull request #1331: 
HDDS-2002. Update documentation for 0.4.1 release.
URL: https://github.com/apache/hadoop/pull/1331#discussion_r316573891
 
 

 ##########
 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:
   Thanks for the catch.
 
----------------------------------------------------------------
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: 299280)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  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]

Reply via email to