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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 932b49db deploy: 9d33b6767889c0adb0725924846fbfe9d23c5a9a
932b49db is described below

commit 932b49dbe885cd7a1e78db2efe8079ce647f8e4d
Author: Fokko <[email protected]>
AuthorDate: Fri Sep 1 15:47:41 2023 +0000

    deploy: 9d33b6767889c0adb0725924846fbfe9d23c5a9a
---
 getting-started/index.html | 20 +-------------------
 hive-quickstart/index.html |  2 +-
 index.html                 |  2 +-
 landingpagesearch.json     |  2 +-
 4 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/getting-started/index.html b/getting-started/index.html
index b3c6e0d8..52cc0335 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -1,19 +1 @@
-<!--
- - Licensed to the Apache Software Foundation (ASF) under one or more
- - contributor license agreements.  See the NOTICE file distributed with
- - this work for additional information regarding copyright ownership.
- - The ASF licenses this file to You under the Apache License, Version 2.0
- - (the "License"); you may not use this file except in compliance with
- - the License.  You may obtain a copy of the License at
- -
- -   http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing, software
- - distributed under the License is distributed on an "AS IS" BASIS,
- - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- - See the License for the specific language governing permissions and
- - limitations under the License.
- -->
-<head>
-  <meta http-equiv="Refresh" content="0; url='/docs/latest/getting-started'" />
-</head>
+<!doctype html><html 
lang=en-us><head><title>https://iceberg.apache.org/spark-quickstart/</title><link
 rel=canonical href=https://iceberg.apache.org/spark-quickstart/><meta 
name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh 
content="0; url=https://iceberg.apache.org/spark-quickstart/";></head></html>
\ No newline at end of file
diff --git a/hive-quickstart/index.html b/hive-quickstart/index.html
index 3b10942f..3f59cde7 100644
--- a/hive-quickstart/index.html
+++ b/hive-quickstart/index.html
@@ -5,7 +5,7 @@
 <span class=icon-bar></span></button>
 <a class="page-scroll navbar-brand" href=https://iceberg.apache.org/><img 
class=top-navbar-logo 
src=https://iceberg.apache.org//img/iceberg-logo-icon.png> Apache 
Iceberg</a></div><div><input type=search class=form-control id=search-input 
placeholder=Search... maxlength=64 data-hotkeys=s/></div><div 
class=versions-dropdown><span>1.3.1</span> <i class="fa 
fa-chevron-down"></i><div class=versions-dropdown-content><ul><li 
class=versions-dropdown-selection><a href=/docs/latest>latest</a></li> [...]
 highlight some powerful features. You can learn more about Iceberg&rsquo;s 
Hive runtime by checking out the <a href=../docs/latest/hive/>Hive</a> 
section.</p><ul><li><a href=#docker-images>Docker Images</a></li><li><a 
href=#creating-a-table>Creating a Table</a></li><li><a 
href=#writing-data-to-a-table>Writing Data to a Table</a></li><li><a 
href=#reading-data-from-a-table>Reading Data from a Table</a></li><li><a 
href=#next-steps>Next Steps</a></li></ul><h3 id=docker-images>Docker Images</ 
[...]
-which provides a SQL-like interface to create and query Iceberg tables from 
your laptop. You need to install the <a 
href=https://www.docker.com/products/docker-desktop/>Docker 
Desktop</a>.</p><p>Take a look at the Tags tab in <a 
href="https://hub.docker.com/r/apache/hive/tags?page=1&amp;ordering=-last_updated";>Apache
 Hive docker images</a> to see the available Hive versions.</p><p>Set the 
version variable.</p><div class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#2728 [...]
+which provides a SQL-like interface to create and query Iceberg tables from 
your laptop. You need to install the <a 
href=https://www.docker.com/products/docker-desktop/>Docker 
Desktop</a>.</p><p>Take a look at the Tags tab in <a 
href="https://hub.docker.com/r/apache/hive/tags?page=1&amp;ordering=-last_updated";>Apache
 Hive docker images</a> to see the available Hive versions.</p><p>Set the 
version variable.</p><div class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#2728 [...]
 </span></span></code></pre></div><p>Start the container, using the option 
<code>--platform linux/amd64</code> for a Mac with an M-Series chip:</p><div 
class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-sh data-lang=sh><span style=display:flex><span>docker run -d 
--platform linux/amd64 -p 10000:10000 -p 10002:10002 --env SERVICE_NAME<span 
style=color:#f92672>=</span>hiveserver2 --name hive4 apache/hive [...]
 </span></span></code></pre></div><p>The docker run command above configures 
Hive to use the embedded derby database for Hive Metastore. Hive Metastore 
functions as the Iceberg catalog to locate Iceberg files, which can be 
anywhere.</p><p>Give HiveServer (HS2) a little time to come up in the docker 
container, and then start the Hive Beeline client using the following command 
to connect with the HS2 containers you already started:</p><div 
class=highlight><pre tabindex=0 style=color:#f8f8f2 [...]
 </span></span></code></pre></div><p>The hive prompt appears:</p><div 
class=highlight><pre tabindex=0 
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-sh data-lang=sh><span style=display:flex><span>0: 
jdbc:hive2://localhost:10000&gt;
diff --git a/index.html b/index.html
index 86fbff43..f872a558 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html><head><meta name=generator content="Hugo 0.116.1"><meta 
charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta 
name=viewport content="width=device-width,initial-scale=1"><meta 
name=description content><meta name=author content><title>Apache 
Iceberg</title><link href=/css/bootstrap.css rel=stylesheet><link 
href=/css/markdown.css rel=stylesheet><link href=/css/katex.min.css 
rel=stylesheet><link href=/css/iceberg-theme.css rel=stylesheet><link 
href=/font [...]
+<!doctype html><html><head><meta name=generator content="Hugo 0.118.2"><meta 
charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta 
name=viewport content="width=device-width,initial-scale=1"><meta 
name=description content><meta name=author content><title>Apache 
Iceberg</title><link href=/css/bootstrap.css rel=stylesheet><link 
href=/css/markdown.css rel=stylesheet><link href=/css/katex.min.css 
rel=stylesheet><link href=/css/iceberg-theme.css rel=stylesheet><link 
href=/font [...]
 <span class=sr-only>Toggle navigation</span>
 <span class=icon-bar></span>
 <span class=icon-bar></span>
diff --git a/landingpagesearch.json b/landingpagesearch.json
index 45a6001b..c541663a 100644
--- a/landingpagesearch.json
+++ b/landingpagesearch.json
@@ -1 +1 @@
-[{"categories":null,"content":" Hive and Iceberg Quickstart This guide will 
get you up and running with an Iceberg and Hive environment, including sample 
code to highlight some powerful features. You can learn more about Iceberg’s 
Hive runtime by checking out the Hive section.\nDocker Images Creating a Table 
Writing Data to a Table Reading Data from a Table Next Steps Docker Images The 
fastest way to get started is to use Apache Hive images which provides a 
SQL-like interface to create a [...]
\ No newline at end of file
+[{"categories":null,"content":" Hive and Iceberg Quickstart This guide will 
get you up and running with an Iceberg and Hive environment, including sample 
code to highlight some powerful features. You can learn more about Iceberg’s 
Hive runtime by checking out the Hive section.\nDocker Images Creating a Table 
Writing Data to a Table Reading Data from a Table Next Steps Docker Images The 
fastest way to get started is to use Apache Hive images which provides a 
SQL-like interface to create a [...]
\ No newline at end of file

Reply via email to