We have the same issue. I think this is because dynamic forms are part of
the "shared contents" of notebooks, and are serialized along with the
result data every time when we change them.
One potential solution can be: adding a "save form" button. Only serialize
the forms and data when we click on
We do use nginx, but nginx auth only (not zeppelin+shiro).
The nginx user will be the only authentication that takes place - it doesn’t
pass anything to zeppelin (zeppelin is unaware of basic auth via nginx as far
as I know).
You are correct, that you can leave zeppelin setup for basic anonymo
Hi,
right, maven integration in eclipse works, or you can also use old-school
way (with some optimization flags to save time) of generating eclipse
projects:
mvn eclipse:eclipse -Dcheckstyle.skip=true -Drat.skip=true
-Denforcer.skip=true -DskipTests -Pr -pl \!zeppelin-web
and then just "Import e