<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started with Apache Polaris on Apache Polaris</title><link>https://polaris.apache.org/releases/1.6.0/getting-started/</link><description>Recent content in Getting Started with Apache Polaris on Apache Polaris</description><generator>Hugo</generator><language>en-us</language><copyright>&lt;a href="https://www.apache.org/"&gt;Copyright © 2026 The Apache Software Foundation&lt;/a&gt;.&lt;br&gt;Licensed under the &lt;a href="https://www.apache.org/licenses/LICENSE-2.0"&gt;Apache License, Version 2.0&lt;/a&gt;.</copyright><atom:link href="https://polaris.apache.org/releases/1.6.0/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Quickstart</title><link>https://polaris.apache.org/releases/1.6.0/getting-started/quick-start/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://polaris.apache.org/releases/1.6.0/getting-started/quick-start/</guid><description>&lt;p&gt;Use the &lt;strong&gt;&lt;a href="https://polaris.apache.org/guides/quickstart/"&gt;Quickstart guide&lt;/a&gt;&lt;/strong&gt; for running Polaris locally with Docker Compose: prerequisites, the one-liner command, default catalog and principal, service URLs, and suggested next steps.&lt;/p&gt;
&lt;p&gt;This setup is not intended for production use.&lt;/p&gt;</description></item><item><title>Setup Tools</title><link>https://polaris.apache.org/releases/1.6.0/getting-started/setup-tools/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://polaris.apache.org/releases/1.6.0/getting-started/setup-tools/</guid><description>&lt;p&gt;This guide describes how to use the &lt;code&gt;setup&lt;/code&gt; command to manage Apache Polaris configuration using an infrastructure-as-code approach. Define your Polaris configuration in a single YAML file and apply it with a single command.&lt;/p&gt;
&lt;p&gt;The Polaris CLI can be installed from PyPI:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;pip install apache-polaris
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This command supports bootstrapping new environments and exporting existing configurations for reuse or version control.&lt;/p&gt;
&lt;h2 id="exporting-your-configuration" id="exporting-your-configuration"&gt;Exporting Your Configuration&lt;a class="heading-anchor" href="#exporting-your-configuration" aria-label="Anchor"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If you already have an Apache Polaris environment, you can export its current state to a YAML file using the &lt;code&gt;export&lt;/code&gt; subcommand:&lt;/p&gt;</description></item><item><title>Binary Distribution</title><link>https://polaris.apache.org/releases/1.6.0/getting-started/binary-distribution/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://polaris.apache.org/releases/1.6.0/getting-started/binary-distribution/</guid><description>&lt;p&gt;Use this guide to quickly start running Polaris using the pre-built binary distribution.&lt;/p&gt;
&lt;h2 id="prerequisites" id="prerequisites"&gt;Prerequisites&lt;a class="heading-anchor" href="#prerequisites" aria-label="Anchor"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Java SE 21 or later installed on your machine&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="running" id="running"&gt;Running&lt;a class="heading-anchor" href="#running" aria-label="Anchor"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Download the &lt;a href="https://polaris.apache.org/downloads/latest/"&gt;latest release&lt;/a&gt; and extract the binary distribution:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#000"&gt;POLARIS_VERSION&lt;/span&gt;&lt;span style="color:#ce5c00;font-weight:bold"&gt;=&lt;/span&gt;1.6.0
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl -Lf https://downloads.apache.org/polaris/&lt;span style="color:#4e9a06"&gt;${&lt;/span&gt;&lt;span style="color:#000"&gt;POLARIS_VERSION&lt;/span&gt;&lt;span style="color:#4e9a06"&gt;}&lt;/span&gt;/polaris-bin-&lt;span style="color:#4e9a06"&gt;${&lt;/span&gt;&lt;span style="color:#000"&gt;POLARIS_VERSION&lt;/span&gt;&lt;span style="color:#4e9a06"&gt;}&lt;/span&gt;.tgz &lt;span style="color:#000;font-weight:bold"&gt;|&lt;/span&gt; tar xzf -
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#204a87"&gt;cd&lt;/span&gt; polaris-bin-&lt;span style="color:#4e9a06"&gt;${&lt;/span&gt;&lt;span style="color:#000"&gt;POLARIS_VERSION&lt;/span&gt;&lt;span style="color:#4e9a06"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Start the Polaris server:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;bin/server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The server will start and listen on http://localhost:8181 (main REST APIs) and http://localhost:8182 (management interface, for health checks and metrics).&lt;/p&gt;</description></item><item><title>Installing Dependencies</title><link>https://polaris.apache.org/releases/1.6.0/getting-started/install-dependencies/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://polaris.apache.org/releases/1.6.0/getting-started/install-dependencies/</guid><description>&lt;p&gt;This guide serves as an introduction to several key entities that can be managed with Apache Polaris, describes how to build and deploy Polaris locally, and finally includes examples of how to use Polaris with Apache Spark™.&lt;/p&gt;
&lt;p&gt;If you only need the Polaris CLI, you can install it without cloning the repository:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;pip install apache-polaris
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id="prerequisites" id="prerequisites"&gt;Prerequisites&lt;a class="heading-anchor" href="#prerequisites" aria-label="Anchor"&gt;🔗&lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;This guide covers building Polaris, deploying it locally or via &lt;a href="https://www.docker.com/"&gt;Docker&lt;/a&gt;, and interacting with it using the command-line interface and &lt;a href="https://spark.apache.org/"&gt;Apache Spark&lt;/a&gt;. Before proceeding with Polaris, be sure to satisfy the relevant prerequisites listed here.&lt;/p&gt;</description></item></channel></rss>