-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at Pending state #25
Comments
If you just want to use Zeppelin, then you can use just Individual charts in |
Thanks @dshirish for a quick reply. Actually I did that already, I even made the role |
Additional Obervation: I've tried to manually submit a job inside the zeppelin-server pod both in cluster and in client mode, and it was a success. So guess the permission is just fine. Is there a required argument or additional option that i need to insert in |
Hi @dshirish good day we've got an additional observation. Hope you can help Found this in the interpreter log and seems like it got stuck at this line
Info on the platform where it is running (baremetal):
Also it worked when tried running it on GKE (different cluster), with k8s version
So i'm not sure if this is just a version incompatibility problem or perhaps the platform itself in which on a baremetal servers. |
Are you using chart_upgrade_2.4 branch? We haven't tried the charts on on baremetal servers. |
@dshirish sorry for a late response. No i used the one in |
By the way we finally found the problem that's causing the behaviour. It turns out that the interpreter passed in the backend was actually the Example:
Now I'm not sure if this is just the default interpreter or perhaps there's a config that overrides the user set interpreter or perhaps it's indeed a bug. I only tested it with spark though as that what we will be using. |
Hi guys! first off thank you for sharing your awesome project. I have a quick question though. May I know what is/are the required component(s) needed for a basic paragraph/job to run? Let say maybe a
Pi
example. Do I need to also run the RSS chart? or is thezeppelin-with-spark
chart enough?As stated I can't seem to successfully run a paragraph if using the chart under
master
branch. I was just testing a simple Pi job. And there was no relevant info in the zeppelin-server log, it was just simply stuck atPENDING
state.Observation:
It works great and all works fine If using
spark 2.4
, the one under branchchart_upgrade_2.4
The text was updated successfully, but these errors were encountered: