Top "Distribute" questions

Python distribute (Setuptools) module.

Why are "sc.addFile" and "spark-submit --files" not distributing a local file to all workers?

I have a CSV file "test.csv" that I'm trying to have copied to all nodes on the cluster. I …

file apache-spark cluster-computing distribute
How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

My goal is to distribute a Python package that has several other widely used Python packages as dependencies. My package …

python pip setuptools package-managers distribute
Installing Python and distribute on Windows 7 gives "Writing failed ... permission denied"

I'm on Windows 7 (which I fully admit I don't understand the permissions model of. I'm reading about it in other …

python windows-7 permissions installation distribute
How do setuptools, distribute, and pip relate to one another?

I've been teaching myself Python through the book "Learn Python The Hard Way" (2nd Edition). In exercise 46 it told me …

python pip setuptools distribute