You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/11/12 02:58:53 UTC

[orc] branch asf-site updated: MINOR: Add Spark link to Quickstart section

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

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9392c95  MINOR: Add Spark link to Quickstart section
9392c95 is described below

commit 9392c95f262136259d98cee8c78a469b7e57b30e
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu Nov 11 18:58:46 2021 -0800

    MINOR: Add Spark link to Quickstart section
---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index fb37372..82a440b 100644
--- a/index.html
+++ b/index.html
@@ -118,6 +118,7 @@
     <div class="unit golden-large code">
       <p class="title">Quickstart Documentation</p>
       <ul class="shell">
+        <li><a href="docs/spark-ddl.html">Using with Spark</a></li>
         <li><a href="docs/hive-ddl.html">Using with Hive</a></li>
         <li><a href="docs/mapred.html">Using with Hadoop MapRed</a></li>
         <li><a href="docs/mapreduce.html">Using with Hadoop MapReduce</a></li>