ZEPPELIN-612 addressed @felixcheung's review

Conflicts:
	docs/rest-api/rest-interpreter.md
This commit is contained in:
Jungtaek Lim 2016-01-21 23:48:07 +09:00
parent 14e8e7b8e3
commit 8f584b8d8a
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ limitations under the License.
All REST API are available starting with the following endpoint ```http://[zeppelin-server]:[zeppelin-port]/api```
Note that zeppein REST API receive or return JSON objects, it it recommended you install some JSON view such as
Note that zeppein REST API receive or return JSON objects, it it recommended you install some JSON viewers such as
[JSONView](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc)

View file

@ -23,10 +23,9 @@ limitations under the License.
Zeppelin provides several REST API's for interaction and remote activation of zeppelin functionality.
All REST API are available starting with the following endpoint `http://[zeppelin-server]:[zeppelin-port]/api`.
Note that zeppein REST API receive or return JSON objects, it it recommended you install some JSON view such as
Note that zeppein REST API receive or return JSON objects, it it recommended you install some JSON viewers such as
[JSON View](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc).
If you work with zeppelin and find a need for an additional REST API, please [file an issue or send us mail](http://zeppelin.incubator.apache.org/community.html).
<br />

View file

@ -24,7 +24,7 @@ limitations under the License.
All REST APIs are available starting with the following endpoint ```http://[zeppelin-server]:[zeppelin-port]/api```
Note that zeppelin REST APIs receive or return JSON objects, it is recommended for you to install some JSON viewer
Note that zeppelin REST APIs receive or return JSON objects, it is recommended for you to install some JSON viewers
such as [JSONView](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc)

View file

@ -22,7 +22,8 @@ limitations under the License.
</div>
<div class="row">
<div class="col-md-12">
Shows current configurations for Zeppelin Server.
Shows current configurations for Zeppelin Server.<br/>
Note: For security reasons, some key/value pairs including passwords would not be shown.
</div>
</div>
</div>