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 abf8fd7a [auto] Generated docs from Apache Ozone master 
3ad3d1691ba62d4899d86f4b49463adfe58190d4
abf8fd7a is described below

commit abf8fd7a049ada41eb85c992f33e75bd84280f09
Author: Github Actions <[email protected]>
AuthorDate: Sat Nov 15 12:46:29 2025 +0000

    [auto] Generated docs from Apache Ozone master 
3ad3d1691ba62d4899d86f4b49463adfe58190d4
---
 docs/edge/en/sitemap.xml        | 2 +-
 docs/edge/interface/ofs.html    | 2 +-
 docs/edge/sitemap.xml           | 2 +-
 docs/edge/start/fromsource.html | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 616010d7..37dd45b3 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -698,7 +698,7 @@
                 />
   </url><url>
     <loc>/start/fromsource.html</loc>
-    <lastmod>2025-10-13T13:28:12-07:00</lastmod>
+    <lastmod>2025-11-14T14:26:22-05:00</lastmod>
     <xhtml:link
                 rel="alternate"
                 hreflang="zh"
diff --git a/docs/edge/interface/ofs.html b/docs/edge/interface/ofs.html
index bc70e21e..af395eca 100644
--- a/docs/edge/interface/ofs.html
+++ b/docs/edge/interface/ofs.html
@@ -670,7 +670,7 @@ For example:</p>
 <p>Or use the put command to write a file to the bucket.</p>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>hdfs 
dfs -put /etc/hosts /volume1/bucket1/test</span></span></code></pre></div>
 <p>For more usage, see: <a 
href="https://issues.apache.org/jira/secure/attachment/12987636/Design%20ofs%20v1.pdf";>https://issues.apache.org/jira/secure/attachment/12987636/Design%20ofs%20v1.pdf</a></p>
-<h2 id="differences-from-o3fshahahugoshortcode118s5hbhb">Differences from <a 
href="../interface/o3fs.html">o3fs</a></h2>
+<h2 id="differences-from-o3fshahahugoshortcode117s5hbhb">Differences from <a 
href="../interface/o3fs.html">o3fs</a></h2>
 <h3 id="creating-files">Creating files</h3>
 <p>OFS doesn&rsquo;t allow creating keys(files) directly under root or volumes.
 Users will receive an error message when they try to do that:</p>
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index db239a0b..c4cde69e 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,7 +4,7 @@
   <sitemap>
     <loc>/en/sitemap.xml</loc>
     
-      <lastmod>2025-11-11T01:40:59-08:00</lastmod>
+      <lastmod>2025-11-14T14:26:22-05:00</lastmod>
     
   </sitemap>
   
diff --git a/docs/edge/start/fromsource.html b/docs/edge/start/fromsource.html
index 6488b937..f41b47db 100644
--- a/docs/edge/start/fromsource.html
+++ b/docs/edge/start/fromsource.html
@@ -673,7 +673,7 @@ from the <a href="https://github.com/apache/ozone";>git 
repository</a>).</p>
 </span></span><span style="display:flex;"><span>PROTOBUF_VERSION<span 
style="color:#f92672">=</span><span style="color:#e6db74">&#34;2.5.0&#34;</span>
 </span></span><span style="display:flex;"><span>curl -LO 
https://github.com/protocolbuffers/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
 </span></span><span style="display:flex;"><span>tar xzf protobuf-2.5.0.tar.gz
-</span></span><span style="display:flex;"><span>cd protobuf-<span 
style="color:#e6db74">${</span>PROTOBUF_VERSION<span 
style="color:#e6db74">}</span>
+</span></span><span style="display:flex;"><span>pushd protobuf-<span 
style="color:#e6db74">${</span>PROTOBUF_VERSION<span 
style="color:#e6db74">}</span>
 </span></span><span style="display:flex;"><span>
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Open the file `src/google/protobuf/stubs/platform_macros.h` with an editor like 
vim and append the following lines after line 59 (include the #).  </span>
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Save the file when complete.</span>
@@ -685,11 +685,11 @@ from the <a href="https://github.com/apache/ozone";>git 
repository</a>).</p>
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Execute the following commands to build `protoc`</span>
 </span></span><span style="display:flex;"><span>./configure --disable-shared
 </span></span><span style="display:flex;"><span>make -j
-</span></span><span style="display:flex;"><span>cd ..
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Install protoc to the local Maven repository</span>
 </span></span><span style="display:flex;"><span>mvn install:install-file 
-DgroupId<span style="color:#f92672">=</span>com.google.protobuf 
-DartifactId<span style="color:#f92672">=</span>protoc -Dversion<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">${</span>PROTOBUF_VERSION<span 
style="color:#e6db74">}</span> -Dclassifier<span 
style="color:#f92672">=</span>osx-aarch_64 -Dpackaging<span 
style="color:#f92672">=</span>exe -Dfile<span 
style="color:#f92672">=</span>src/protoc
 </span></span><span style="display:flex;"><span><span style="color:#75715e"># 
Workaround for Maven 3.9.x. Not needed for 3.8.x or earlier</span>
 </span></span><span style="display:flex;"><span>mv 
$HOME/.m2/repository/com/google/protobuf/protoc/<span 
style="color:#e6db74">${</span>PROTOBUF_VERSION<span 
style="color:#e6db74">}</span>/protoc-<span 
style="color:#e6db74">${</span>PROTOBUF_VERSION<span 
style="color:#e6db74">}</span>-osx-aarch_64 
$HOME/.m2/repository/com/google/protobuf/protoc/<span 
style="color:#e6db74">${</span>PROTOBUF_VERSION<span 
style="color:#e6db74">}</span>/protoc-<span 
style="color:#e6db74">${</span>PROTOBUF_VE [...]
+</span></span><span style="display:flex;"><span>popd
 </span></span></code></pre></div><h2 id="build-ozone">Build Ozone</h2>
 <p>Run the ozone build command.</p>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>mvn 
clean package -DskipTests<span style="color:#f92672">=</span>true
@@ -730,7 +730,7 @@ provided along with the official release.</p>
 <footer class="footer">
   <div class="container">
     <span class="small text-muted">
-      Version: 2.2.0-SNAPSHOT, Last Modified: October 13, 2025 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/2ffd6565e1289b5c2027be4a5d0068cbb21d2228";>2ffd6565e1</a>
+      Version: 2.2.0-SNAPSHOT, Last Modified: November 14, 2025 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/367e6252d8b8f762af5999ec06c9357a00fe66ff";>367e6252d8</a>
     </span>
   </div>
 </footer>


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

Reply via email to