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

delta-spark installation issues #3607

Open
pkirangi opened this issue Aug 26, 2024 · 1 comment
Open

delta-spark installation issues #3607

pkirangi opened this issue Aug 26, 2024 · 1 comment

Comments

@pkirangi
Copy link

I am installing Apache SPARK for the first time. I was able to install the docker container.

I ran the following command:

docker pull apache/spark and then started the container using

docker run -it apache/spark /bin/sh

Now I am trying to install the delta spark package.

Used the following command

pip install delta-spark

However I am getting the following error: ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/home/spark' Check the permissions.

@tonkolviktor
Copy link

tonkolviktor commented Sep 4, 2024

I'm not from delta.
This error hasnothing to do with spark/delta itself, so you'll not get much help here.
(At the same time you provided very little info to get any actual help)

Probably you should get to know a bit unix permission management (maybe first without docker's added complexity) via pages like: https://www.redhat.com/sysadmin/linux-file-permissions-explained
One you understand all that you should have the knowledge and tools to fix problems like this without any help ;)

Cheers, V

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

3 participants
@tonkolviktor @pkirangi and others