Repository: arrow-site Updated Branches: refs/heads/asf-site 61e9ea7e2 -> 6a8b4465c
Fixes for ARROW-1935 & ARROW-1936 Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/6a8b4465 Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/6a8b4465 Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/6a8b4465 Branch: refs/heads/asf-site Commit: 6a8b4465c49b6189708970636ecbdaa0f61e86dd Parents: 61e9ea7 Author: Jacques Nadeau <[email protected]> Authored: Mon Dec 18 19:10:20 2017 -0800 Committer: Jacques Nadeau <[email protected]> Committed: Mon Dec 18 19:10:20 2017 -0800 ---------------------------------------------------------------------- feed.xml | 2 +- install/index.html | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow-site/blob/6a8b4465/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index dc5c093..27aeb5d 100644 --- a/feed.xml +++ b/feed.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-12-18T13:33:04-08:00</updated><id>/</id><entry><title type="html">Fast Python Serialization with Ray and Apache Arrow</title><link href="/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/" rel="alternate" type="text/html" title="Fast Python Serialization with Ray and Apache Arrow" /><published>2017-10-15T07:00:00-07:00</published><updated>2017-10-15T07:00:00-07:00</updated><id>/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow</id><content type="html" xml:base="/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/"><!-- +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-12-18T19:07:25-08:00</updated><id>/</id><entry><title type="html">Fast Python Serialization with Ray and Apache Arrow</title><link href="/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/" rel="alternate" type="text/html" title="Fast Python Serialization with Ray and Apache Arrow" /><published>2017-10-15T07:00:00-07:00</published><updated>2017-10-15T07:00:00-07:00</updated><id>/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow</id><content type="html" xml:base="/blog/2017/10/15/fast-python-serialization-with-ray-and-arrow/"><!-- --> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/6a8b4465/install/index.html ---------------------------------------------------------------------- diff --git a/install/index.html b/install/index.html index c0d1a1f..c225aa5 100644 --- a/install/index.html +++ b/install/index.html @@ -127,7 +127,7 @@ <ul> <li><strong>Source Release</strong>: <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.8.0/apache-arrow-0.8.0.tar.gz">apache-arrow-0.8.0.tar.gz</a></li> - <li><strong>Verification</strong>: <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.8.0/apache-arrow-0.8.0.tar.gz.sha512">sha512</a>, <a href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.8.0/apache-arrow-0.8.0.tar.gz.asc">asc</a></li> + <li><strong>Verification</strong>: <a href="https://dist.apache.org/repos/dist/release/arrow/arrow-0.8.0/apache-arrow-0.8.0.tar.gz.sha512">sha512</a>, <a href="https://dist.apache.org/repos/dist/release/arrow/arrow-0.8.0/apache-arrow-0.8.0.tar.gz.asc">asc</a></li> <li><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.8.0">Git tag 1d689e5</a></li> </ul> @@ -246,21 +246,6 @@ sudo yum install -y --enablerepo<span class="o">=</span>epel parquet-glib-devel <a href="https://github.com/red-data-tools/arrow-packages">red-data-tools/arrow-packages</a>. If you have any feedback, please send it to the project instead of Apache Arrow project.</p> -<h3 id="nightly-development-builds">Nightly Development Builds</h3> - -<p>To assist with development and debugging, some nightly builds are -available. These builds are not releases and not necessarily produced on ASF -infrastructure. They are to be used strictly for development.</p> - -<ul> - <li><strong>conda packages</strong> for C++ and Python (Linux only)</li> -</ul> - -<div class="highlighter-rouge"><pre class="highlight"><code>conda install arrow-cpp -c twosigma -conda install pyarrow -c twosigma -</code></pre> -</div> - <hr/>
