Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-action committed Nov 10, 2024
1 parent 3062c53 commit 08c0f5b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/js/search-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},"18": {
"doc": "CLI Reference",
"title": "Installing lakefs-databricks locally",
"content": "lakefs-databricks is available for Linux, macOS, and Windows. | lakefs-databricks-aarch64-apple-darwin-0.5.0.tar.gz (recommended for MacOS) | lakefs-databricks-x86_64-apple-darwin-0.5.0.tar.gz | lakefs-databricks-x86_64-pc-windows-msvc-0.5.0.zip (recommended for Windows) | lakefs-databricks-x86_64-unknown-linux-gnu-0.5.0.tar.gz (recommended for Linux) | lakefs-databricks-x86_64-unknown-linux-musl-0.5.0.tar.gz | . ",
"content": "Download the lakefs-databricks binary from one of the links below: . Recommended installations . | Operating System | Architecture | Binary | . | macOS | ARM64 (M-series) | lakefs-databricks-aarch64-apple-darwin-0.5.0.tar.gz | . | Windows | x86_64 | lakefs-databricks-x86_64-pc-windows-msvc-0.5.0.zip | . | GNU/Linux | x86_64 | lakefs-databricks-x86_64-unknown-linux-gnu-0.5.0.tar.gz | . Other installations . | Operating System | Architecture | Binary | . | macOS | x86_64 | lakefs-databricks-x86_64-apple-darwin-0.5.0.tar.gz | . | Linux (musl) | x86_64 | lakefs-databricks-x86_64-unknown-linux-musl-0.5.0.tar.gz | . ",
"url": "/cli-reference.html#installing-lakefs-databricks-locally",

"relUrl": "/cli-reference.html#installing-lakefs-databricks-locally"
Expand Down
75 changes: 66 additions & 9 deletions cli-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,15 +376,72 @@ <h2 id="installing-lakefs-databricks-locally">
</h2>


<p><code class="language-plaintext highlighter-rouge">lakefs-databricks</code> is available for Linux, macOS, and Windows.</p>

<ul>
<li><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/aarch64-apple-darwin/lakefs-databricks-aarch64-apple-darwin-0.5.0.tar.gz">lakefs-databricks-aarch64-apple-darwin-0.5.0.tar.gz</a> (recommended for MacOS)</li>
<li><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-apple-darwin/lakefs-databricks-x86_64-apple-darwin-0.5.0.tar.gz">lakefs-databricks-x86_64-apple-darwin-0.5.0.tar.gz</a></li>
<li><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-pc-windows-msvc/lakefs-databricks-x86_64-pc-windows-msvc-0.5.0.zip">lakefs-databricks-x86_64-pc-windows-msvc-0.5.0.zip</a> (recommended for Windows)</li>
<li><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-unknown-linux-gnu/lakefs-databricks-x86_64-unknown-linux-gnu-0.5.0.tar.gz">lakefs-databricks-x86_64-unknown-linux-gnu-0.5.0.tar.gz</a> (recommended for Linux)</li>
<li><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-unknown-linux-musl/lakefs-databricks-x86_64-unknown-linux-musl-0.5.0.tar.gz">lakefs-databricks-x86_64-unknown-linux-musl-0.5.0.tar.gz</a></li>
</ul>
<p>Download the <code class="language-plaintext highlighter-rouge">lakefs-databricks</code> binary from one of the links below:</p>
<h3 id="recommended-installations">


<a href="#recommended-installations" class="anchor-heading"><svg viewBox="0 0 16 16" aria-hidden="true"><use xlink:href="#svg-link"></use></svg></a> Recommended installations


</h3>


<div class="table-wrapper"><table>
<thead>
<tr>
<th>Operating System</th>
<th>Architecture</th>
<th>Binary</th>
</tr>
</thead>
<tbody>
<tr>
<td>macOS</td>
<td>ARM64 (M-series)</td>
<td><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/aarch64-apple-darwin/lakefs-databricks-aarch64-apple-darwin-0.5.0.tar.gz">lakefs-databricks-aarch64-apple-darwin-0.5.0.tar.gz</a></td>
</tr>
<tr>
<td>Windows</td>
<td>x86_64</td>
<td><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-pc-windows-msvc/lakefs-databricks-x86_64-pc-windows-msvc-0.5.0.zip">lakefs-databricks-x86_64-pc-windows-msvc-0.5.0.zip</a></td>
</tr>
<tr>
<td>GNU/Linux</td>
<td>x86_64</td>
<td><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-unknown-linux-gnu/lakefs-databricks-x86_64-unknown-linux-gnu-0.5.0.tar.gz">lakefs-databricks-x86_64-unknown-linux-gnu-0.5.0.tar.gz</a></td>
</tr>
</tbody>
</table></div>
<h3 id="other-installations">


<a href="#other-installations" class="anchor-heading"><svg viewBox="0 0 16 16" aria-hidden="true"><use xlink:href="#svg-link"></use></svg></a> Other installations


</h3>


<div class="table-wrapper"><table>
<thead>
<tr>
<th>Operating System</th>
<th>Architecture</th>
<th>Binary</th>
</tr>
</thead>
<tbody>
<tr>
<td>macOS</td>
<td>x86_64</td>
<td><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-apple-darwin/lakefs-databricks-x86_64-apple-darwin-0.5.0.tar.gz">lakefs-databricks-x86_64-apple-darwin-0.5.0.tar.gz</a></td>
</tr>
<tr>
<td>Linux (musl)</td>
<td>x86_64</td>
<td><a href="https://treeverse-tools.s3.amazonaws.com/lakefs-databricks/artifacts/0.5.0/x86_64-unknown-linux-musl/lakefs-databricks-x86_64-unknown-linux-musl-0.5.0.tar.gz">lakefs-databricks-x86_64-unknown-linux-musl-0.5.0.tar.gz</a></td>
</tr>
</tbody>
</table></div>
<h2 id="cli-configuration">


Expand Down

0 comments on commit 08c0f5b

Please sign in to comment.