[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-09-02 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/1385 @jongyoul `ZeppelinConfiguration.create()` is now used and method signature are now like before. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-08-31 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1385 Please fix the CI-fails. ``` [INFO] There are 5 checkstyle errors. [ERROR] InterpreterFactory.java[302] (sizes) LineLength: Line is longer than 100 characters (found 106).

[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-08-29 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1385 `ZeppelinConfiguration` has a factory method, thus you don't have to pass it by parameter and you can use `ZeppelinConfiguration.create()` --- If your project is set up for it, you can reply to