Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread moon soo Lee
What Helium does for the Interpreter is just downloading binaries from maven repository. *bin/install-interpreter.sh* is the CLI, which runs InstallInterpreter

Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Jeff Zhang
I don't know much about helium, so I can not help on that. But if the api is incompatible, you can also consider using reflection, you can refer to the spark/spark-shims module. Andrea Santurbano 于2020年6月21日周日 下午10:11写道: > Unfortunatelly no because there are different classes so we cannot use t

Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Andrea Santurbano
Unfortunatelly no because there are different classes so we cannot use the same approach. Do you think it's something feasible use helium for that? Il giorno dom 21 giu 2020 alle 09:54 Jeff Zhang ha scritto: > If the api is compatible between different versions of Neo4j driver, then > you can ju

Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Jeff Zhang
If the api is compatible between different versions of Neo4j driver, then you can just don't ship Neo4j driver into zeppelin, let users provide that. e.g. currently spark interpreter supports multiple versions of spark, Zeppelin doesn't' ship with any spark jars, it is user's responsibility to prov

Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Andrea Santurbano
Hi guys, If I want to update a zeppelin interpreter only there is a way to do it? Let me explain the use case, I want to use Zeppelin 0.8.2 with Neo4j 4.0 and I need to update the driver version because the version bundled with the Neo4j interpreter is not compatible with Neo4j 4.0. Can I leverage