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:28 UTC

[orc] branch main updated: MINOR: Add Spark link to Quickstart section (#962)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8f0acef  MINOR: Add Spark link to Quickstart section (#962)
8f0acef is described below

commit 8f0acefbd5a93efe8b08398234f566c9f42719ab
Author: William Hyun <wi...@apache.org>
AuthorDate: Thu Nov 11 18:55:55 2021 -0800

    MINOR: Add Spark link to Quickstart section (#962)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add Spark link to Quickstart section.
    
    ### Why are the changes needed?
    
    To improve visibility.
    
    ### How was this patch tested?
    
    Manually verify the generated webpage via docker.
---
 site/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/index.html b/site/index.html
index dc04c2a..7b02453 100644
--- a/site/index.html
+++ b/site/index.html
@@ -44,6 +44,7 @@ overview: true
     <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>