You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,38 +19,117 @@ limitations under the License.
19
19
-->
20
20
{% include JB/setup %}
21
21
22
-
## Zeppelin Installation
23
-
Welcome to your first trial to explore Zeppelin!
22
+
# Quick Start
23
+
Welcome to your first trial to explore Apache Zeppelin!
24
+
This page will help you to get started with Zeppelin. Here is the list of this page.
24
25
25
-
In this documentation, we will explain how you can install Zeppelin from **Binary Package** or build from **Source** by yourself. Plus, you can see all of Zeppelin's configurations in the [Zeppelin Configuration](install.html#zeppelin-configuration) section below.
If you want to install Zeppelin with latest binary package, please visit [this page](http://zeppelin.apache.org/download.html).
38
+
Apache Zeppelin officially tested on the below environment.
30
39
31
-
### Build from Zeppelin Source
40
+
<tableclass="table-configuration">
41
+
<tr>
42
+
<th>Name</th>
43
+
<th>Value</th>
44
+
</tr>
45
+
<tr>
46
+
<td>Oracle JDK</td>
47
+
<td>1.7 <br /> (set <code>JAVA_HOME</code>)</td>
48
+
</tr>
49
+
<tr>
50
+
<td>OS</td>
51
+
<td>Mac OSX <br /> Ubuntu 14.X <br /> CentOS 6.X <br /> Windows 7 Pro SP1</td>
52
+
</tr>
53
+
</table>
54
+
55
+
There are two options to install Zeppelin on your machine. One is [downloading prebuild binary package](#downloading-binary-package) from the archive.
56
+
You can download not only the latest stable version but also the older one if you need.
57
+
The other option is [building from the source](#building-from-source).
58
+
Although it can be unstable somehow since it is on development status, you can explore newly added feature and change it as you want.
59
+
60
+
### Downloading Binary Package
32
61
33
-
You can also build Zeppelin from the source.
62
+
If you want to install Zeppelin with a stable binary package, please visit [Zeppelin download Page](http://zeppelin.apache.org/download.html).
63
+
After unpacking, jump to [Starting Zeppelin with Command Line](#starting-zeppelin-with-command-line) section.
34
64
35
-
#### Prerequisites for build
36
-
* Java 1.7
37
-
* Git
38
-
* Maven(3.1.x or higher)
39
-
* Node.js Package Manager
65
+
### Building from Source
66
+
If you want to build from the source, there are more requirements.
67
+
68
+
<tableclass="table-configuration">
69
+
<tr>
70
+
<th>Name</th>
71
+
<th>Value</th>
72
+
</tr>
73
+
<tr>
74
+
<td>Git</td>
75
+
<td></td>
76
+
</tr>
77
+
<tr>
78
+
<td>Maven</td>
79
+
<td>3.1.x or higher</td>
80
+
</tr>
81
+
<tr>
82
+
<td>Node.js Package Manager(npm)</td>
83
+
<td></td>
84
+
</tr>
85
+
</table>
40
86
41
-
If you don't have requirements prepared, please check instructions in [README.md](https://github.com/apache/zeppelin/blob/master/README.md) for the details.
87
+
If you don't have the above requirements yet, please check [Before Build](https://github.com/apache/zeppelin/blob/master/README.md#before-build) section and follow step by step.
Maybe you need to configure individual interpreter. If so, please check **Interpreter** section in Zeppelin documentation.
46
-
[Spark Interpreter for Apache Zeppelin](../interpreter/spark.html) will be a good example.
95
+
####2. Build source with options
96
+
Each interpreters requires different build options. For the further information about options, please see [Build](https://github.com/apache/zeppelin#build) section.
For the further information about building with source, please see [README.md](https://github.com/apache/zeppelin/blob/master/README.md) in Zeppelin repository.
119
+
120
+
## Starting Zeppelin with Command Line
49
121
#### Start Zeppelin
50
122
51
123
```
52
124
bin/zeppelin-daemon.sh start
53
125
```
126
+
127
+
If you are using Windows
128
+
129
+
```
130
+
bin\zeppelin.cmd
131
+
```
132
+
54
133
After successful start, visit [http://localhost:8080](http://localhost:8080) with your web browser.
55
134
56
135
#### Stop Zeppelin
@@ -59,21 +138,28 @@ After successful start, visit [http://localhost:8080](http://localhost:8080) wit
59
138
bin/zeppelin-daemon.sh stop
60
139
```
61
140
62
-
#### Start Zeppelin with a service manager such as upstart
141
+
#### (Optional) Start Zeppelin with a service manager
63
142
64
-
Zeppelin can auto start as a service with an init script, such as services managed by upstart.
143
+
> **Note :** The below description was written based on Ubuntu Linux.
65
144
66
-
The following is an example upstart script to be saved as `/etc/init/zeppelin.conf`
67
-
This example has been tested with Ubuntu Linux.
145
+
Zeppelin can be auto started as a service with an init script, such as services managed by **upstart**.
146
+
147
+
The following is an example of upstart script to be saved as `/etc/init/zeppelin.conf`
68
148
This also allows the service to be managed with commands such as
69
149
70
-
`sudo service zeppelin start`
71
-
`sudo service zeppelin stop`
72
-
`sudo service zeppelin restart`
150
+
```
151
+
sudo service zeppelin start
152
+
sudo service zeppelin stop
153
+
sudo service zeppelin restart
154
+
```
155
+
156
+
Other service managers could use a similar approach with the `upstart` argument passed to the `zeppelin-daemon.sh` script.
73
157
74
-
Other service managers could use a similar approach with the `upstart` argument passed to the zeppelin-daemon.sh script: `bin/zeppelin-daemon.sh upstart`
158
+
```
159
+
bin/zeppelin-daemon.sh upstart
160
+
```
75
161
76
-
##### zeppelin.conf
162
+
**zeppelin.conf**
77
163
78
164
```
79
165
description "zeppelin"
@@ -93,11 +179,12 @@ chdir /usr/share/zeppelin
93
179
exec bin/zeppelin-daemon.sh upstart
94
180
```
95
181
96
-
#### Running on Windows
182
+
## What is the next?
183
+
Congratulation to your successful Zeppelin installation! Here are two next steps you might need.
97
184
98
-
```
99
-
bin\zeppelin.cmd
100
-
```
185
+
* For an in-depth overview of Zeppelin UI, head to [Explore Zeppelin UI](../quickstart/explorezeppelinui.html)
186
+
* After getting familiar with Zeppelin UI, have fun with a short walk-through [Tutorial](../quickstart/tutorial.html) that uses Apache Spark backend
187
+
* If you need more configuration setting for Zeppelin, jump to the next section: [Zeppelin Configuration](#zeppelin-configuration)
0 commit comments