zeppelin git commit: [ZEPPELIN-3098] Livy Interpreter fails if row contains newline or tab

2018-01-18 Thread zjffdu
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

zeppelin git commit: [ZEPPELIN-3169] Fix maven version set

2018-01-18 Thread zjffdu
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

zeppelin git commit: [ZEPPELIN-3172] Support for carriage return '\r', on result window

2018-01-18 Thread prabhjyotsingh
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

zeppelin git commit: ZEPPELIN-2742. Unify Zeppelin's Config Storage

2018-01-18 Thread zjffdu
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`