GitHub user spektom opened a pull request:
https://github.com/apache/zeppelin/pull/1458
[ZEPPELIN-1486] Allow configuring whether shown values will be trimmed
### What is this PR for?
This patch improves Livy interpreter behavior: it allows configuring
whether shown values will be trimmed or not.
### What type of PR is it?
Improvement
### Todos
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1486
### How should this be tested?
* Set property `zeppelin.livy.spark.sql.truncateResult` to `true`
* Run SQL query using Livy SQL interpreter
* See whether long values are trimmed or not
### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? - No
* Is there breaking changes for older versions? - No
* Does this needs documentation? - Yes. Documenting
`zeppelin.livy.spark.sql.truncateResult` option.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/spektom/zeppelin ZEPPELIN-1486
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1458.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1458
----
commit 589acda6f1415f79eb53e6e265cf591553a68aa5
Author: Michael Spector <[email protected]>
Date: 2016-09-26T05:25:52Z
[ZEPPELIN-1486] Allow configuring whether shown values will be trimmed
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---