Instalacion Spark en Ubuntu 13.04

Buenas tardes, actualmente estoy tratando de instalar en Ubuntu 13.04 32bits. Ya instale el java ejecutable, configure el archivo SPARK para que se ejecute com programa, pero aun asi, me lo sigue abriendo con el getdit.

Si alguien sabe de como puedo resolver este problema, lo agradezco de ante mano… Es para poder resover en la empresa que estoy actualemente y no he hallado una solucion

Hello!

My Spanish is quite bad, but it sounds like you got Spark installed\unpacked OK, but are having trouble running it?

I think under linux you will need to locate your installation directory (or wherever you unpacked the tar.gz file to) and execute the shell script that starts everything up.

so like this:

[user@pc]# cd /path/to/your/spark/directory

[user@pc]# ./Spark

This should launch Spark for you.

Thanks, your answer was fabulous, this procedure was the I needed.

1 Like

Happy to help!

Ubuntu should allow you to create a shortcut to launch Spark a little easier and stuff.