Re: Docker image to build Spark/Spark doc

2018-10-10 Thread Robert Kruszewski
Me and my colleagues built one for running spark builds on circleci. The images are at https://hub.docker.com/r/palantirtechnologies/circle-spark-python/ (circle-spark-r if you want to build sparkr). Dockerfiles for those images can be found at https://github.com/palantir/spark/tree/master/dev/dock

Re: Docker image to build Spark/Spark doc

2018-10-10 Thread Sean Owen
You can just build it with Maven or SBT as in the docs. I don't know of a docker image but there isn't much to package. On Wed, Oct 10, 2018, 1:10 AM assaf.mendelson wrote: > Hi all, > I was wondering if there was a docker image to build spark and/or spark > documentation > > The idea would be t

Docker image to build Spark/Spark doc

2018-10-10 Thread assaf.mendelson
Hi all, I was wondering if there was a docker image to build spark and/or spark documentation The idea would be that I would start the docker image, supplying the directory with my code and a target directory and it would simply build everything (maybe with some options). Any chance there is alre