This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 2b6a9bc MINOR: Add Spark link to Quickstart section (#962)
2b6a9bc is described below
commit 2b6a9bc7e078fc3dd72841d3d8f007401091a6d1
Author: William Hyun <[email protected]>
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.
(cherry picked from commit 8f0acefbd5a93efe8b08398234f566c9f42719ab)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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>