zeppelin/docs/install
Lee moon soo 14d13de06d [ZEPPELIN-1976] Text-Output too large, causing crash
### What is this PR for?
This PR implements interpreter output message limit.

`ZEPPELIN_INTERPRETER_OUTPUT_LIMIT` env variable or `zeppelin.interpreter.output.limit` jvm property can set limit of the interpreter output message in byte.

The limit applied to only TEXT and TABLE type output, not in HTML or other types.

### What type of PR is it?
Improvement

### Todos
* [x] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1976

### How should this be tested?

try to print more than the limit
```
%spark
(1 to 10000).foreach(i=>
    println(s"Print line ${i} times")
)
```

### Screenshots (if appropriate)
![image](https://cloud.githubusercontent.com/assets/1540981/22035334/6c17ff9a-dca4-11e6-89b0-51b9340856b0.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <moon@apache.org>

Closes #1908 from Leemoonsoo/ZEPPELIN-1976 and squashes the following commits:

639868b [Lee moon soo] update description
a9b4139 [Lee moon soo] Truncate output
2017-01-23 01:32:13 -08:00
..
build.md ZEPPELIN-1918. Fix build with Spark 2.1.0 2017-01-16 09:28:41 -08:00
cdh.md [ZEPPELIN-1279] Zeppelin with CDH5.x docker document. 2016-09-29 21:01:31 +09:00
configuration.md [ZEPPELIN-1976] Text-Output too large, causing crash 2017-01-23 01:32:13 -08:00
docker.md [ZEPPELIN-1386] Docker images for running Apache Zeppelin releases 2016-12-14 12:59:51 +09:00
install.md [ZEPPELIN-1825] Use versioned notebook storage by default 2017-01-08 03:10:10 -08:00
spark_cluster_mode.md [MINOR][DOCS] Add troubleshooting section to spark_cluster_mode.md 2017-01-05 18:04:41 -08:00
upgrade.md [ZEPPELIN-1825] Use versioned notebook storage by default 2017-01-08 03:10:10 -08:00
virtual_machine.md [ZEPPELIN-1549] Change NotebookID variable name to NoteID 2016-10-25 14:51:07 +09:00
yarn_install.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00