Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1539 @astroshim there're errors during build: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project zeppelin-livy: Compilation failure: Compilation failure: [ERROR] /home/travis/build/apache/zeppelin/livy/src/test/java/org/apache/zeppelin/livy/LivyIntegrationTest.java:[86,34] constructor InterpreterContext in class org.apache.zeppelin.interpreter.InterpreterContext cannot be applied to given types; [ERROR] required: java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.apache.zeppelin.user.AuthenticationInfo,java.util.Map<java.lang.String,java.lang.Object>,org.apache.zeppelin.display.GUI,org.apache.zeppelin.display.AngularObjectRegistry,org.apache.zeppelin.resource.ResourcePool,java.util.List<org.apache.zeppelin.interpreter.InterpreterContextRunner>,org.apache.zeppelin.interpreter.InterpreterOutput [ERROR] found: java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.apache.zeppelin.user.AuthenticationInfo,<nulltype>,<nulltype>,<nulltype>,<nulltype>,<nulltype>,org.apache.zeppelin.interpreter.InterpreterOutput [ERROR] reason: actual and formal argument lists differ in length [ERROR] /home/travis/build/apache/zeppelin/livy/src/test/java/org/apache/zeppelin/livy/LivyIntegrationTest.java:[180,34] constructor InterpreterContext in class org.apache.zeppelin.interpreter.InterpreterContext cannot be applied to given types; [ERROR] required: java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.apache.zeppelin.user.AuthenticationInfo,java.util.Map<java.lang.String,java.lang.Object>,org.apache.zeppelin.display.GUI,org.apache.zeppelin.display.AngularObjectRegistry,org.apache.zeppelin.resource.ResourcePool,java.util.List<org.apache.zeppelin.interpreter.InterpreterContextRunner>,org.apache.zeppelin.interpreter.InterpreterOutput [ERROR] found: java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.apache.zeppelin.user.AuthenticationInfo,<nulltype>,<nulltype>,<nulltype>,<nulltype>,<nulltype>,org.apache.zeppelin.interpreter.InterpreterOutput [ERROR] reason: actual and formal argument lists differ in length ```
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---