Inquiry Regarding Security Compliance of Apache Spark Docker Image

2024-06-05 Thread Tonmoy Sagar
aimed at handling substantial volumes of data. As part of our deployment strategy, we are endeavouring to implement a Spark-based application on our Azure Kubernetes service. Regrettably, we have encountered challenges from a security perspective with the latest Apache Spark Docker image

Re: Spark Docker

2017-12-25 Thread Jörn Franke
You find several presentations on this at the Spark summit web page. Generally you have also to make a decision if you run one cluster for all applications or one cluster per application in the container context. Not sure though why do you want to run just on one node. If you have only one

Spark Docker

2017-12-25 Thread sujeet jog
Folks, Can you share your experience of running spark under docker on a single local / standalone node. Anybody using it under production environments ?, we have a existing Docker Swarm deployment, and i want to run Spark in a seperate FAT VM hooked / controlled by docker swarm I know there is

Re: Spark Docker Container - Jars problem when deploying my app

2016-10-11 Thread Denis Bolshakov
Try to build a flat (uber) jar which includes all dependencies. 11 Окт 2016 г. 22:11 пользователь "doruchiulan" <doru.chiu...@gmail.com> написал: > Hi, > > I have a problem that's bothering me for a few days, and I'm pretty out of > ideas. > > I built a Spark

Spark Docker Container - Jars problem when deploying my app

2016-10-11 Thread doruchiulan
Hi, I have a problem that's bothering me for a few days, and I'm pretty out of ideas. I built a Spark docker container where Spark runs in standalone mode. Both master and worker are started there. Now I tried to deploy my Spark Scala App in a separate container(same machine) where I pass

Difference between amplab docker and spark docker?

2014-08-20 Thread Josh J
Hi, Whats the difference between amplab docker https://github.com/amplab/docker-scripts and spark docker https://github.com/apache/spark/tree/master/docker? Thanks, Josh

State of spark docker script

2014-03-09 Thread Aureliano Buendia
Hi, Is the spark docker script now mature enough to substitute spark-ec2 script? Anyone here using the docker script is production?

Re: State of spark docker script

2014-03-09 Thread Aaron Davidson
AM, Aureliano Buendia buendia...@gmail.comwrote: Hi, Is the spark docker script now mature enough to substitute spark-ec2 script? Anyone here using the docker script is production?