Hi,
it is for sure a silly/easy question, but I could not find any documentation on
how to update zeppelin from 0.9 to 0.10?
I am using the binary package. Is there a better solution than
installing/unpacking 0.10 into a new directory and then copying the config
files and notebooks? What files
Check this upgrading instructions
https://zeppelin.apache.org/docs/0.10.0/setup/operation/upgrading.html#instructions
On Tue, Dec 21, 2021 at 7:18 PM wrote:
> Hi,
>
>
>
> it is for sure a silly/easy question, but I could not find any
> documentation on how to update zeppelin from 0.9 to 0.10?
>
Hi folks!
I'm trying to reproduce the Apache Beam example from the docs site
[1], but it fails with the following exception [2]. Am I doing
something wrong or maybe some kind of misconfiguration?
I'm trying with Zeppelin 0.10.0 in the default configuration.
Thank you!
[1] https://zeppelin.apac
The beam interpreter is not maintained for a long time, not sure whether it
still works. We plan to move out some interpreters that are not
maintainable.
Looking out the logs, it seems some dependency version mismatch issue.
On Wed, Dec 22, 2021 at 2:11 AM Паша wrote:
> Hi folks!
>
> I'm trying