it looks like a bug, could you create a ticket for it ?
Vladimir Prus 于2021年7月26日周一 下午10:06写道:
> Hi,
>
> I am observing that the search index is not getting updated when editing a
> paragraph. For example, in one tab I add "foobar" in a paragraph. A bit
> later, in another tab, I search for "foo
Hi,
I am observing that the search index is not getting updated when editing a
paragraph. For example, in one tab I add "foobar" in a paragraph. A bit
later, in another tab, I search for "foobar" and nothing is found. Enabling
debug logging for search, with
log4j.logger.org.apache.zeppelin.se
Assuming your pod is still there
DRIVER_POD_NAME=`kubectl get pods -n |grep driver|awk
'{print $1}'`
kubectl logs $DRIVER_POD_NAME -n -n
Example namespace spark
DRIVER_POD_NAME=`kubectl get pods -n spark |grep driver|awk '{print $1}'`
kubectl logs $DRIVER_POD_NAME -n spark
HTH
view m
Just check the interpreter pod log
jeehonglee 于2021年7月26日周一 下午5:50写道:
> Hello
> Dear Members
>
> I got an issue Python interpreter Pending issue with K8S mode.
> I checked Zeppelin-server/interpreter stdout/stderror and there is nothing
> to help me.
>
> Would you please help me?
>
> Best Regard
Hello
Dear Members
I got an issue Python interpreter Pending issue with K8S mode.
I checked Zeppelin-server/interpreter stdout/stderror and there is nothing to
help me.
Would you please help me?
Best Regards
Jeehong Lee.