This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 43d6a31  [auto] Apply changes from master 
a81ffbecd1f1c55074373f8506dff794bdd375bd
43d6a31 is described below

commit 43d6a312a24d4153a189223df82b2482b5398008
Author: Github Actions <[email protected]>
AuthorDate: Fri Sep 8 16:44:44 2023 +0000

    [auto] Apply changes from master a81ffbecd1f1c55074373f8506dff794bdd375bd
---
 faq/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/faq/index.html b/faq/index.html
index 9ddd97e..252e021 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -134,7 +134,7 @@ s=d.getElementsByTagName('script')[0];
 <h3 id="is-there-a-cloud-where-i-can-use-ozone-as-the-object-store">Is there a 
cloud where I can use Ozone as the object store?</h3>
 <p>Not that we know.  Ozone is an Apache-licensed open source product; Nothing 
prevents someone from offering Ozone as a product in the cloud.</p>
 <h3 id="i-have-an-apache-spark-application-how-do-i-use-it-with-ozone">I have 
an Apache Spark Application. How do I use it with Ozone?</h3>
-<p>You have a Spark based application and you want it to work with Ozone. If 
your current storage system is HDFS, then you are passing the location of data 
to your application by using an URL that begins with hdfs://. If you replace 
hdfs:// with o3fs:// Spark application will start using data from an Ozone 
bucket.</p>
+<p>You have a Spark based application and you want it to work with Ozone. If 
you were using HDFS, your data location URL would start with 
<code>hdfs://</code>, or that is implied by the client&rsquo;s 
<code>fs.defaultFS</code> config. Because Ozone <code>ofs://</code> is a 
Hadoop-compatible File System (HCFS) interface, as long as Ozone client jars 
and configurations are correctly set up (in <code>core-site.xml</code> and 
<code>ozone-site.xml</code>), you could simply replace <code>hdfs: [...]
 <h3 
id="i-have-an-application-that-is-reading-and-writing-to-s3-buckets-how-do-i-use-it-with-ozone">I
 have an application that is reading and writing to S3 buckets. How do I use it 
with Ozone?</h3>
 <p>Ozone supports S3 protocol as a first-class interface. So you can take an 
existing S3 based application and change the S3 server address. That is it.</p>
 <h3 
id="you-said-i-could-change-the-s3-server-address-but-i-need-to-put-the-access-key-id-and-secret-access-key-into-my-aws-file-where-do-i-find-it">You
 said I could change the S3 server address, but I need to put the access key id 
and secret access key into my .aws file; where do I find it?</h3>


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

Reply via email to