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