You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2020/02/25 18:55:46 UTC

[orc] branch asf-site updated: Push site with new URL for spark work.

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

omalley 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 4124eaa  Push site with new URL for spark work.
4124eaa is described below

commit 4124eaa63e9e06e6542f58d1332ad85f9ca3e566
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Tue Feb 25 10:55:07 2020 -0800

    Push site with new URL for spark work.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 docs/adopters.html  | 2 +-
 docs/core-java.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/adopters.html b/docs/adopters.html
index 4918c4a..67af8e0 100644
--- a/docs/adopters.html
+++ b/docs/adopters.html
@@ -705,7 +705,7 @@ ORC files.</p>
 
 <h3 id="apache-spark"><a href="https://spark.apache.org/">Apache Spark</a></h3>
 
-<p>Apache Spark has <a href="https://hortonworks.com/blog/bringing-orc-support-into-apache-spark/">added
+<p>Apache Spark has <a href="https://databricks.com/blog/2015/07/16/joint-blog-post-bringing-orc-support-into-apache-spark.html">added
 support</a>
 for reading and writing ORC files with support for column project and
 predicate push down.</p>
diff --git a/docs/core-java.html b/docs/core-java.html
index c761a99..cae4cc6 100644
--- a/docs/core-java.html
+++ b/docs/core-java.html
@@ -687,7 +687,7 @@ accessing the data fields directly. <code class="highlighter-rouge">cols</code>
 <a href="/api/hive-storage-api/index.html?org/apache/hadoop/hive/ql/exec/vector/ColumnVector.html">ColumnVector</a>
 and <code class="highlighter-rouge">size</code> is the number of rows.</p>
 
-<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kn">package</span> <span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">hadoop</span><span class="o">.</span><span class="na">hive</span><span class="o">.</span><span class="na">ql</span><span class="o">.</span><span class="na">exec</span><span class="o">.</span><span class="na">vector</span><span class="o">;</span>
+<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kn">package</span> <span class="nn">org.apache.hadoop.hive.ql.exec.vector</span><span class="o">;</span>
 
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">VectorizedRowBatch</span> <span class="o">{</span>
   <span class="kd">public</span> <span class="nc">ColumnVector</span><span class="o">[]</span> <span class="n">cols</span><span class="o">;</span>