elek commented on a change in pull request #653: HDDS-1333. OzoneFileSystem
can't work with spark/hadoop2.7 because incompatible security classes
URL: https://github.com/apache/hadoop/pull/653#discussion_r271777569
##########
File path: hadoop-hdds/docs/content/SparkOzoneFSK8S.md
##########
@@ -78,11 +78,13 @@ And create a custom `core-site.xml`:
<configuration>
<property>
<name>fs.o3fs.impl</name>
- <value>org.apache.hadoop.fs.ozone.OzoneFileSystem</value>
+ <value>org.apache.hadoop.fs.ozone.BasicOzoneFileSystem</value>
</property>
</configuration>
```
+_Note_: You may also use `org.apache.hadoop.fs.ozone.OzoneFileSystem` without
the `Basic` prefix. The `Basic` version doesn't support FS statistics and
security tokens but can work together with older hadoop versions.
Review comment:
Ok, thanks. It's just because I have limited knowledge about the
KeyProviderTokenIssuer. Can I write:
```
The `Basic` version doesn't support FS statistics and encryption zones
but....
```
----------------------------------------------------------------
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]