xiaoyuyao commented on a change in 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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to