mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? Use relative path for search_data.json ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * [ZEPPELIN-1398](https://issues.apache.org/jira/browse/ZEPPELIN-1398) Author: AhyoungRyu <fbdkdud93@hanmail.net> Author: Luciano Resende <lresende@apache.org> Closes #1387 from lresende/search and squashes the following commits:005f8dc[AhyoungRyu] [ZEPPELIN-1398] Fix wrong path in searched docs linkf081b87[AhyoungRyu] [ZEPPELIN-1398] Make screenshots.md not searchable84b1b2b[Luciano Resende] [ZEPPELIN-1398] Use relative path for search_data.json
45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
---
|
|
layout: page
|
|
title:
|
|
description:
|
|
---
|
|
<!--
|
|
Licensed 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.
|
|
-->
|
|
{% include JB/setup %}
|
|
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<a href="assets/themes/zeppelin/img/screenshots/sparksql.png"><img class="thumbnail" src="assets/themes/zeppelin/img/screenshots/sparksql.png" /></a>
|
|
<center>Spark SQL with inline visualization</center>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<a href="assets/themes/zeppelin/img/screenshots/spark.png"><img class="thumbnail" src="assets/themes/zeppelin/img/screenshots/spark.png" /></a>
|
|
<center>Scala code runs with Spark</center>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<a href="assets/themes/zeppelin/img/screenshots/markdown.png"><img class="thumbnail" src="assets/themes/zeppelin/img/screenshots/markdown.png" /></a>
|
|
<center>Markdown supported</center>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<a href="assets/themes/zeppelin/img/screenshots/notebook.png"><img class="thumbnail" src="assets/themes/zeppelin/img/screenshots/notebook.png" /></a>
|
|
<center>Notebook</center>
|
|
</div>
|
|
<div class="col-md-3">
|
|
</div>
|
|
<div class="col-md-3">
|
|
</div>
|
|
</div>
|