Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1049
  
    @sadikovi Thanks for the contribution and useful patch. but unittest fails 
with
    
    ```
    Tests run: 12, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 41.314 sec 
<<< FAILURE! - in org.apache.zeppelin.spark.SparkInterpreterTest
    testDisableImplicitImport(org.apache.zeppelin.spark.SparkInterpreterTest)  
Time elapsed: 0.306 sec  <<< ERROR!
    java.lang.NullPointerException: null
        at 
org.apache.zeppelin.interpreter.Interpreter.getInterpreterInTheSameSessionByClassName(Interpreter.java:208)
        at 
org.apache.zeppelin.spark.SparkInterpreter.getDepInterpreter(SparkInterpreter.java:221)
        at 
org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:427)
        at 
org.apache.zeppelin.spark.SparkInterpreterTest.testDisableImplicitImport(SparkInterpreterTest.java:251)
    
    testEnableImplicitImport(org.apache.zeppelin.spark.SparkInterpreterTest)  
Time elapsed: 0.002 sec  <<< ERROR!
    java.lang.NullPointerException: null
        at 
org.apache.zeppelin.interpreter.Interpreter.getInterpreterInTheSameSessionByClassName(Interpreter.java:208)
        at 
org.apache.zeppelin.spark.SparkInterpreter.getDepInterpreter(SparkInterpreter.java:221)
        at 
org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:427)
        at 
org.apache.zeppelin.spark.SparkInterpreterTest.testEnableImplicitImport(SparkInterpreterTest.java:239)
    ```
    
    Could you take a look?


---
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.
---

Reply via email to