[GitHub] zeppelin issue #2555: [ZEPPELIN-2885] Have Logger subclass StringIO and over...

2017-09-01 Thread sctincman
Github user sctincman commented on the issue: https://github.com/apache/zeppelin/pull/2555 @Leemoonsoo Done. Appears a few of the tests were timing out? @felixcheung Can do :] --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #2555: [ZEPPELIN-2885] Have Logger subclass StringIO and over...

2017-08-31 Thread sctincman
Github user sctincman commented on the issue: https://github.com/apache/zeppelin/pull/2555 As it turns out, we do need to inherit from `object` in order to keep the class a new-style python class in python 2. I had mistakenly thought `StringIO.StringIO` was a new-style class

[GitHub] zeppelin pull request #2555: [ZEPPELIN-2885] Have Logger subclass StringIO a...

2017-08-28 Thread sctincman
GitHub user sctincman opened a pull request: https://github.com/apache/zeppelin/pull/2555 [ZEPPELIN-2885] Have Logger subclass StringIO and override write method ### What is this PR for? H2O python module uses the `isatty` method when outputting to stdout. As Zeppelin replaces

[GitHub] zeppelin pull request #2453: [ZEPPELIN-2659] Let WebEnvironment initialize S...

2017-06-29 Thread sctincman
GitHub user sctincman opened a pull request: https://github.com/apache/zeppelin/pull/2453 [ZEPPELIN-2659] Let WebEnvironment initialize SecurityManager. ### What is this PR for? This commit disables generating a Shiro `SecurityManager` from the `IniSecurityManagerFactory