Github user felixcheung commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/176#issuecomment-127094449
Sure. I will rework this, though we might want to rethink the cross
interpreter data passing a bit - it only works with simple type with py4j for
instance.
On Sun, Aug 2, 2015 at 12:36 PM -0700, "Lee moon soo"
<[email protected]> wrote:
`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?
---
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-zeppelin/pull/176#issuecomment-127059962
---
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.
---