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 2017/03/07 02:26:17 UTC

orc git commit: Update urls to https instead of http.

Repository: orc
Updated Branches:
  refs/heads/asf-site 02fb3e5a7 -> ed54f145f


Update urls to https instead of http.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/ed54f145
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/ed54f145
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/ed54f145

Branch: refs/heads/asf-site
Commit: ed54f145fd11d5169f6e92d7f817d4a083df32a5
Parents: 02fb3e5
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Mar 6 18:25:44 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Mar 6 18:26:03 2017 -0800

----------------------------------------------------------------------
 develop/bylaws.html                         | 12 ++++++------
 docs/adopters.html                          |  6 +++---
 docs/file-tail.html                         |  4 ++--
 docs/index.html                             |  6 +++---
 docs/releases.html                          |  2 +-
 help/index.html                             |  4 ++--
 index.html                                  | 10 +++++-----
 news/2016/06/28/file-format-talk/index.html |  2 +-
 news/2016/12/12/ORC-1.2.3/index.html        |  2 +-
 news/2017/02/21/ORC.1.3.3/index.html        |  2 +-
 news/index.html                             |  6 +++---
 news/releases/index.html                    |  4 ++--
 talks/index.html                            | 12 ++++++------
 13 files changed, 36 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/develop/bylaws.html
----------------------------------------------------------------------
diff --git a/develop/bylaws.html b/develop/bylaws.html
index 59d066e..fb7c820 100644
--- a/develop/bylaws.html
+++ b/develop/bylaws.html
@@ -92,12 +92,12 @@ who may vote, how voting works, how conflicts are resolved, etc.</p>
 
 <p>ORC is a project of the Apache Software Foundation (ASF) and the foundation
 holds the trademark on the name \u201cORC\u201d and copyright on the combined
-code base. The <a href="http://www.apache.org/foundation/faq.html">Apache Foundation
+code base. The <a href="https://www.apache.org/foundation/faq.html">Apache Foundation
 FAQ</a> and
-<a href="http://www.apache.org/foundation/how-it-works.html">How-It-Works</a>
+<a href="https://www.apache.org/foundation/how-it-works.html">How-It-Works</a>
 explain the operation and background of the foundation.</p>
 
-<p>Apache has a <a href="http://www.apache.org/foundation/policies/conduct.html">code of
+<p>Apache has a <a href="https://www.apache.org/foundation/policies/conduct.html">code of
 conduct</a> that
 it expects its members to follow. In particular:</p>
 
@@ -119,7 +119,7 @@ and their views.</p>
 
 <p>ORC is typical of Apache projects in that it operates under a set of
 principles, known collectively as the \u201cApache Way\u201d. If you are new to
-Apache development, please refer to the <a href="http://incubator.apache.org/">Incubator
+Apache development, please refer to the <a href="https://incubator.apache.org/">Incubator
 project</a> for more
 information on how Apache projects operate.</p>
 
@@ -170,7 +170,7 @@ reinstatement is subject to consensus approval of active PMC members.</p>
 <p>All Apache committers are required to have a signed <a href="https://www.apache.org/licenses/icla.txt">Individual
 Contributor License
 Agreement</a> (ICLA) on file
-with the Apache Software Foundation. There is a <a href="http://www.apache.org/dev/committers.html">Committer
+with the Apache Software Foundation. There is a <a href="https://www.apache.org/dev/committers.html">Committer
 FAQ</a> which provides more
 details on the requirements for Committers.</p>
 
@@ -235,7 +235,7 @@ chair reports to the board quarterly on developments within the ORC
 project.</p>
 
 <p>When the project desires a new PMC chair, the PMC votes to recommend a
-new chair using <a href="http://wiki.apache.org/general/BoardVoting">Single Transferable
+new chair using <a href="https://wiki.apache.org/general/BoardVoting">Single Transferable
 Vote</a> voting. The decision
 must be ratified by the Apache board.</p>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/docs/adopters.html
----------------------------------------------------------------------
diff --git a/docs/adopters.html b/docs/adopters.html
index 8c077ca..e979a59 100644
--- a/docs/adopters.html
+++ b/docs/adopters.html
@@ -1075,7 +1075,7 @@ WritableComparable and can be serialized through the MapReduce shuffle.</p>
 
 <p>Apache Hive was the original use case and home for ORC.  ORC\u2019s strong
 type system, advanced compression, column projection, predicate push
-down, and vectorization support make Hive <a href="http://hortonworks.com/blog/orcfile-in-hdp-2-better-compression-better-performance/">perform
+down, and vectorization support make Hive <a href="https://hortonworks.com/blog/orcfile-in-hdp-2-better-compression-better-performance/">perform
 better</a>
 than any other format for your data.</p>
 
@@ -1087,12 +1087,12 @@ ORC files.</p>
 
 <h3 id="apache-pighttpspigapacheorg"><a href="https://pig.apache.org/">Apache Pig</a></h3>
 
-<p>Apache Pig added support for reading and writing ORC files in <a href="http://hortonworks.com/blog/announcing-apache-pig-0-14-0/">Pig
+<p>Apache Pig added support for reading and writing ORC files in <a href="https://hortonworks.com/blog/announcing-apache-pig-0-14-0/">Pig
 14.0</a>.</p>
 
 <h3 id="apache-sparkhttpssparkapacheorg"><a href="https://spark.apache.org/">Apache Spark</a></h3>
 
-<p>Apache Spark has <a href="http://hortonworks.com/blog/bringing-orc-support-into-apache-spark/">added
+<p>Apache Spark has <a href="https://hortonworks.com/blog/bringing-orc-support-into-apache-spark/">added
 support</a>
 for reading and writing ORC files with support for column project and
 predicate push down.</p>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/docs/file-tail.html
----------------------------------------------------------------------
diff --git a/docs/file-tail.html b/docs/file-tail.html
index d67c2fd..34f3635 100644
--- a/docs/file-tail.html
+++ b/docs/file-tail.html
@@ -1068,10 +1068,10 @@ file\u2019s tail consists of 3 parts; the file metadata, file footer and
 postscript.</p>
 
 <p>The metadata for ORC is stored using
-<a href="http://s.apache.org/protobuf_encoding">Protocol Buffers</a>, which provides
+<a href="https://s.apache.org/protobuf_encoding">Protocol Buffers</a>, which provides
 the ability to add new fields without breaking readers. This document
 incorporates the Protobuf definition from the
-<a href="http://s.apache.org/orc_proto">ORC source code</a> and the
+<a href="https://s.apache.org/orc_proto">ORC source code</a> and the
 reader is encouraged to review the Protobuf encoding if they need to
 understand the byte-level encoding</p>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
index a3db1c0..7be5b76 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1081,11 +1081,11 @@ complete set of types in Hive, including the complex types: structs,
 lists, maps, and unions.</p>
 
 <p>Many large Hadoop users have adopted ORC. For instance, Facebook uses
-ORC to <a href="http://s.apache.org/fb-scaling-300-pb">save tens of petabytes</a>
-in their data warehouse and demonstrated that ORC is <a href="http://s.apache.org/presto-orc">significantly
+ORC to <a href="https://s.apache.org/fb-scaling-300-pb">save tens of petabytes</a>
+in their data warehouse and demonstrated that ORC is <a href="https://s.apache.org/presto-orc">significantly
 faster</a> than RC File or Parquet. Yahoo
 uses ORC to store their production data and has released some of their
-<a href="http://s.apache.org/yahoo-orc">benchmark results</a>.</p>
+<a href="https://s.apache.org/yahoo-orc">benchmark results</a>.</p>
 
 <p>ORC files are divided in to <em>stripes</em> that are roughly 64MB by
 default. The stripes in a file are independent of each other and form

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/docs/releases.html
----------------------------------------------------------------------
diff --git a/docs/releases.html b/docs/releases.html
index d6b77d4..1181de0 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -1070,7 +1070,7 @@ files and looking at their contents and metadata.</p>
 
 <ul>
   <li>Released: 21 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.3/orc-1.3.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.3">rel/release-1.3.3</a></li>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/help/index.html
----------------------------------------------------------------------
diff --git a/help/index.html b/help/index.html
index 728f706..5562763 100644
--- a/help/index.html
+++ b/help/index.html
@@ -91,7 +91,7 @@
 <p>The best option is to send email to the user list
 <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#064;&#111;&#114;&#099;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#117;&#115;&#101;&#114;&#064;&#111;&#114;&#099;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a>, which is for user
 discussions. All of the historic traffic is available in the
-<a href="http://mail-archives.apache.org/mod_mbox/orc-user/">archive</a>. To
+<a href="https://mail-archives.apache.org/mod_mbox/orc-user/">archive</a>. To
 subscribe to the user list, please send email to
 <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#111;&#114;&#099;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#117;&#115;&#101;&#114;&#045;&#115;&#117;&#098;&#115;&#099;&#114;&#105;&#098;&#101;&#064;&#111;&#114;&#099;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a>.</p>
 
@@ -103,7 +103,7 @@ patches!</p>
 
 <h2 id="stackoverflow">StackOverflow</h2>
 
-<p><a href="http://stackoverflow.com">StackOverflow</a> is a wonderful resource for
+<p><a href="https://stackoverflow.com">StackOverflow</a> is a wonderful resource for
 any developer. Take a look over there to see if someone has answered
 your question.</p>
 

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 385bb28..77cc31f 100644
--- a/index.html
+++ b/index.html
@@ -132,7 +132,7 @@
     <div class="unit whole">
       <div class="grid pane">
         <div class="unit whole center-on-mobiles">
-          <a href="http://www.apache.org">
+          <a href="https://www.apache.org">
              <img src="img/asf_logo.png" width="429" height="175"
                   alt="Apache Software Foundation"></a>
           <div class="pane-content">
@@ -140,13 +140,13 @@
                                           project.</h2>
             <p>Apache is a non-profit organization helping open-source 
                software projects released under the 
-               <a href="http://www.apache.org/licenses/">Apache License</a>
+               <a href="https://www.apache.org/licenses/">Apache License</a>
                and managed with
-               <a href="http://www.apache.org/foundation/how-it-works.html">
+               <a href="https://www.apache.org/foundation/how-it-works.html">
                open governance</a>. We'd like to
-               <a href="http://www.apache.org/foundation/thanks.html">thank
+               <a href="https://www.apache.org/foundation/thanks.html">thank
                </a> the Apache sponsors and encourage others to
-               <a href="http://www.apache.org/foundation/sponsorship.html">
+               <a href="https://www.apache.org/foundation/sponsorship.html">
                donate</a>.
             </p>
           </div>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/news/2016/06/28/file-format-talk/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/28/file-format-talk/index.html b/news/2016/06/28/file-format-talk/index.html
index 6168356..14c792f 100644
--- a/news/2016/06/28/file-format-talk/index.html
+++ b/news/2016/06/28/file-format-talk/index.html
@@ -174,7 +174,7 @@ sets represent a wide variety of use cases:</p>
 
 <p>You can see the slides here:</p>
 
-<p><a href="http://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
+<p><a href="https://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
 
 <iframe src="//www.slideshare.net/slideshow/embed_code/key/fSn4xuYXBXGvlx" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px;
 margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/news/2016/12/12/ORC-1.2.3/index.html
----------------------------------------------------------------------
diff --git a/news/2016/12/12/ORC-1.2.3/index.html b/news/2016/12/12/ORC-1.2.3/index.html
index 7c4e426..9d16277 100644
--- a/news/2016/12/12/ORC-1.2.3/index.html
+++ b/news/2016/12/12/ORC-1.2.3/index.html
@@ -158,7 +158,7 @@ fixes some bugs in the Java schema evolution code.</p>
 
 <ul>
   <li>Released: 12 December 2016</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.2.3/orc-1.2.3.tar.gz">orc-1.2.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.2.3/orc-1.2.3.tar.gz">orc-1.2.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.2.3/orc-1.2.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.2.3">rel/release-1.2.3</a></li>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/news/2017/02/21/ORC.1.3.3/index.html
----------------------------------------------------------------------
diff --git a/news/2017/02/21/ORC.1.3.3/index.html b/news/2017/02/21/ORC.1.3.3/index.html
index 58c1b1d..346eece 100644
--- a/news/2017/02/21/ORC.1.3.3/index.html
+++ b/news/2017/02/21/ORC.1.3.3/index.html
@@ -157,7 +157,7 @@
 
 <ul>
   <li>Released: 21 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.3/orc-1.3.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.3">rel/release-1.3.3</a></li>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index 90063df..8941e67 100644
--- a/news/index.html
+++ b/news/index.html
@@ -159,7 +159,7 @@
 
 <ul>
   <li>Released: 21 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.3/orc-1.3.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.3">rel/release-1.3.3</a></li>
@@ -482,7 +482,7 @@ fixes some bugs in the Java schema evolution code.</p>
 
 <ul>
   <li>Released: 12 December 2016</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.2.3/orc-1.2.3.tar.gz">orc-1.2.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.2.3/orc-1.2.3.tar.gz">orc-1.2.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.2.3/orc-1.2.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.2.3">rel/release-1.2.3</a></li>
@@ -837,7 +837,7 @@ sets represent a wide variety of use cases:</p>
 
 <p>You can see the slides here:</p>
 
-<p><a href="http://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
+<p><a href="https://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
 
 <iframe src="//www.slideshare.net/slideshow/embed_code/key/fSn4xuYXBXGvlx" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px;
 margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/news/releases/index.html
----------------------------------------------------------------------
diff --git a/news/releases/index.html b/news/releases/index.html
index ea5e881..4e1f681 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -159,7 +159,7 @@
 
 <ul>
   <li>Released: 21 February 2017</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.3.3/orc-1.3.3.tar.gz">orc-1.3.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.3.3/orc-1.3.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.3.3">rel/release-1.3.3</a></li>
@@ -390,7 +390,7 @@ fixes some bugs in the Java schema evolution code.</p>
 
 <ul>
   <li>Released: 12 December 2016</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.2.3/orc-1.2.3.tar.gz">orc-1.2.3.tar.gz</a></li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.2.3/orc-1.2.3.tar.gz">orc-1.2.3.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.2.3/orc-1.2.3.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.2.3">rel/release-1.2.3</a></li>

http://git-wip-us.apache.org/repos/asf/orc/blob/ed54f145/talks/index.html
----------------------------------------------------------------------
diff --git a/talks/index.html b/talks/index.html
index f175081..478348a 100644
--- a/talks/index.html
+++ b/talks/index.html
@@ -93,7 +93,7 @@
 <ul>
   <li>
     <p>ORC File &amp; Vectorization - Improving Hive Data Storage and Query Performance
-<a href="http://www.slideshare.net/oom65/orc-andvectorizationhadoopsummit">slides</a></p>
+<a href="https://www.slideshare.net/oom65/orc-andvectorizationhadoopsummit">slides</a></p>
 
     <p>Owen O\u2019Malley and Eric Hanson at Hadoop Summit: San Jose 2013</p>
 
@@ -101,7 +101,7 @@
   </li>
   <li>
     <p>ORC 2015: Faster, Better, Smaller
-<a href="http://www.slideshare.net/t3rmin4t0r/orc-2015">slides</a></p>
+<a href="https://www.slideshare.net/t3rmin4t0r/orc-2015">slides</a></p>
 
     <p>Gopal Vijayaraghavan at Hadoop Summit: Brussels 2015</p>
 
@@ -109,7 +109,7 @@
   </li>
   <li>
     <p>Adding ACID Updates to Hive
-<a href="http://www.slideshare.net/alanfgates/hive-acidupdatessummitsjc2014">slides</a></p>
+<a href="https://www.slideshare.net/alanfgates/hive-acidupdatessummitsjc2014">slides</a></p>
 
     <p>Owen O\u2019Malley and Alan Gates at Hadoop Summit: San Jose 2014</p>
 
@@ -121,7 +121,7 @@
 
 <ul>
   <li>
-    <p><a href="http://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
+    <p><a href="https://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
 
     <p>Owen O\u2019Malley at Hadoop Summit San Jose 2016</p>
 
@@ -129,7 +129,7 @@
   margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
   </li>
   <li>
-    <p><a href="http://www.slideshare.net/oom65/orc-files">ORC Files</a></p>
+    <p><a href="https://www.slideshare.net/oom65/orc-files">ORC Files</a></p>
 
     <p>Owen O\u2019Malley at Berlin Buzzwords 2013</p>
 
@@ -137,7 +137,7 @@
   margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
   </li>
   <li>
-    <p><a href="http://www.slideshare.net/AdamKawa/a-perfect-hive-query-for-a-perfect-meeting-hadoop-summit-2014">A Perfect Hive Query for a Perfect Meeting</a></p>
+    <p><a href="https://www.slideshare.net/AdamKawa/a-perfect-hive-query-for-a-perfect-meeting-hadoop-summit-2014">A Perfect Hive Query for a Perfect Meeting</a></p>
 
     <p>Adam Kawa at Hadoop Summit: San Jose 2014</p>