Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/176#issuecomment-127059962
  
    `org.apache.zeppelin.ZeppelinIT.testAngularDisplay(ZeppelinIT.java:275)` 
seems flickering test.
    
    it'll be good if we can keep object exchange capability between scala and 
python. It was done by Zeppelin context (that extends Map), like
    ```
    %spark
    z.put("myVar", "from scala")
    ```
    
    ```
    %pyspark
    z.get("myVar")
    ```
    
    There're `Merge commit '7599efb54e2941f097473db0b0b3c79b9af98099` in this 
branch's commit. Can we have more clean commit history?



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to