Repository: zeppelin
Updated Branches:
refs/heads/master c48aba3e9 -> 2d36f848f
[ZEPPELIN-3098] Livy Interpreter fails if row contains newline or tab
### What is this PR for?
This PR fixes the issue of newlines and tabs breaking results in the SQL
interpreter in Livy.
The Livy interpreter wi
Repository: zeppelin
Updated Branches:
refs/heads/master 92662a8a4 -> c48aba3e9
[ZEPPELIN-3169] Fix maven version set
### What is this PR for?
Bug fix on changing Maven version (0.8.0-SNAPSHOT -> ?)
### What type of PR is it?
[Bug Fix | Hot Fix ]
### Todos
* [ ] - Task
### What is the Jira
Repository: zeppelin
Updated Branches:
refs/heads/master fbb35f92a -> 92662a8a4
[ZEPPELIN-3172] Support for carriage return '\r', on result window
This got introduced while trying to fix html/xml rendering
https://github.com/apache/zeppelin/pull/2729/commits/7851c130cf62fc7ff2281d1cf2c6f25658
Repository: zeppelin
Updated Branches:
refs/heads/master 635373209 -> fbb35f92a
ZEPPELIN-2742. Unify Zeppelin's Config Storage
### What is this PR for?
This PR is for unifying the config storage of zeppelin. Currently we store it
as local file, this PR introduce an interface `ConfigStorage`