You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am not totally sure this is a bug. The key thing is that I'm concerned that the ballista requests being submitted from my Python shell are not being distributed across my four-node cluster. I see the executors in the ui:
You need to use BallistaContext rather than SessionContext. See #595 for more details. Basically you are running thee query in DataFusion in the Python process and not in the Ballista cluster.
Describe the bug
I am not totally sure this is a bug. The key thing is that I'm concerned that the ballista requests being submitted from my Python shell are not being distributed across my four-node cluster. I see the executors in the ui:
the ui is running here:
But I don't see any jobs:
![image](https://user-images.gu
but it appears jobs are running:
I also don't see anything in the logs, so not sure if I am missing a config somewhere?
The text was updated successfully, but these errors were encountered: