[GitHub] incubator-zeppelin pull request: ZEPPELIN-289: User can now enter ...

2015-10-06 Thread lucarosellini
Github user lucarosellini commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/320#issuecomment-145923135 Hi @bzz, this feature is unaware of the underlying interpreter the code is being sent to, no interpreter specific code has been changed. We&#x

[GitHub] incubator-zeppelin pull request: ZEPPELIN-87: Data order altered i...

2015-09-02 Thread lucarosellini
Github user lucarosellini commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/83#issuecomment-137075097 @corneadoug now that #56 has finally been merged we're still experiencing the data order issue fixed by this PR. Is there a chance this will be m

[GitHub] incubator-zeppelin pull request: ZEPPELIN-119: SparkILoop loadFile...

2015-06-18 Thread lucarosellini
GitHub user lucarosellini opened a pull request: https://github.com/apache/incubator-zeppelin/pull/107 ZEPPELIN-119: SparkILoop loadFiles is called before binder initialization With this PR SparkILoop.loadFiles is invoked _after_ the 'binder' object is initializated. Th