Skip to content

Instantly share code, notes, and snippets.

View nustiueudinastea's full-sized avatar

Alex Giurgiu nustiueudinastea

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nustiueudinastea on github.
  • I am nustiudinastea (https://keybase.io/nustiudinastea) on keybase.
  • I have a public key whose fingerprint is F1BC D0DA 529E 3340 62DD 3998 A10B 9E12 EB13 EDD9

To claim this, I am signing this object:

version: '2'
services:
db:
image: mysql:5.7
volumes:
- "./data/db:/var/lib/mysql"
restart: always
environment:
MYSQL_ROOT_PASSWORD: wordpress
MYSQL_DATABASE: wordpress
version: '2'
services:
mast:
image: seqvence/spark-master
command: /bin/bash -c "sleep 10 && bin/spark-class org.apache.spark.deploy.master.Master -h mast"
hostname: mast
environment:
MASTER: spark://mast:7077
SPARK_CONF_DIR: /conf
SPARK_PUBLIC_DNS: localhost