Skip to content
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

question on packaging missing dependencies #18

Open
malcolmm83 opened this issue Nov 2, 2018 · 0 comments
Open

question on packaging missing dependencies #18

malcolmm83 opened this issue Nov 2, 2018 · 0 comments

Comments

@malcolmm83
Copy link

This package looks really nice and fills a critical need. I see from the demo that it works well on DataBricks. I'm hoping you can offer some suggestions on how I get it going in my local environment. Might be helpful for some other folks as well. I've got my own Kubernetes cluster, and I've been deploying with this helm chart https://github.com/helm/charts/tree/master/stable/spark . It includes Spark and Zeppelin. The Zeppelin container uses Conda, but the Spark containers don't. The ability to deploy python libraries at runtime on the cluster is pretty limited, and any manual configurations on running containers are lost when you redeploy. I've tried to build and zip all the dependencies using sc.addPyFile and that works until I get to pandas which has some C dependencies.

ImportError: C extension: No module named tslib not built.

I can continue down that path, try to find a spark image that includes the right version of Conda, or build my own image. Any suggestions before I chew up a lot of time chasing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant