Jupyter connect to spark driver in kubernetes.

Submitted 1 month, 1 week ago
Ticket #447
Views 41
Language/Framework Spark
Priority Low
Status In-Progress

I want to connect jupyter notebook to spark driver and worker node and trying to access Minio S3 bucket in kubernetes. But I am able to launch jupyter notebook and spark driver and worker node. But while I try to run my code using spark driver it not work but using local spark i am able to access. Please help me i wanna run my code using spark driver and worker node in kubernetes.

Ph :- 8077044733

Sonu

Submitted on Aug 29, 24

can you share your code for me to debug on this? - Vengat 1 month, 1 week ago

Hi Sir I have kubernetes installed i have 4 raspberry pi each contain 8Gb Ram = 32 and core 16 Core. You can take remote desktop my raspberry pi using Connect.raspberrypi.com i will give you login and password. My mail id sonukr023@gmail.com I am trying this last one month I'm not successful. But same i can able to do in docker compose file. Please help me My ph : +91 8077044733 - sonu 1 month, 1 week ago

I just need your error which you are getting . PLease share that - Vengat 1 month, 1 week ago

Hi Sir i just resolved the issue. Thank you so much. My cluster was not access the different node so I mentioned the ip address to access the node where my spark driver was running. Below config was missing now I'm able to access my spark driver node using jupyter notebook. Thank you so much 🙏 config("spark.driver.host", "10.42.0.68")\ .config("spark.driver.bindAddress", "10.42.0.68")\ - sonu 1 month ago
add a comment


Latest Blogs