ansible-spark
ansible-spark copied to clipboard
An Ansible role for installing Apache Spark.
Initial tests that should work, including travis build Really cool to have free travis builds for your public github repositories. Here's the build showing the working molecule tests for the...
I am happy to announce I got a first working version of molecule v2 tests ready for another PR (once my other PRs are merged 👍 ) A quick Roadmap...
I had already deployed Java and so added a conditional check on the `meta\main.yml` to allow me to override the installation of Java. By default it will install and the...
It'd be nice to see how to use the role to create a small Spark cluster.
Hello All, Can we get an ansible-spark playbook for centos? Or how we can modify this playbook to work on centos? Thanks & regards, Prashantha As
Using Spark 1.5.0 requires that this line be present in the spark env: ``` shell export SPARK_DIST_CLASSPATH=$(hadoop classpath) ```
With the following diff applied against 8a51ef555d449f53831b6eb0a2c95d9881dd02c0, I was able to get Spark installed on the `debian/jessie64` Vagrant box: ``` diff diff --git a/examples/Vagrantfile b/examples/Vagrantfile index c309b84..d42cf9a 100644 --- a/examples/Vagrantfile...