I really wish there were more tutorials like this on how to set up Spark and other Big Data tools (TensorFlow) on cloud computing, as that personally has been the primary barrier to starting work with extra large amounts of data. (Most current tutorials require running a ton of console commands that are obsolete.) I took a Spark course on eDX last year, but the environment was set up using a customized Vagrant config…
Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
21–25 of 25 posts
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#22Earlier quoted context omitted.
Have you checked out DCOS? Once you have your cluster set up, your path to installing Spark is running "dcos package install spark" on your laptop.
Huh, no I haven't. Although the package support appears to be more narrow than with Kubernetes/Docker, but DCOS is a possibility too.
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#23Am I the only one to think of https://en.wikipedia.org/wiki/Hindenburg_disaster when seeing the words "spark" and "zeppelin" together? (This type of air ship is called a "zeppelin" in my native language...)
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#24Earlier quoted context omitted.
Huh, no I haven't. Although the package support appears to be more narrow than with Kubernetes/Docker, but DCOS is a possibility too.
You should also check out Ambari, fantastic open source Hadoop/spark cluster management tool.
Even better, Ambari isn't actually limited to installing just Hadoop/Spark, etc. In principle, you could extend it to take care of installing pretty much anything.
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#25Earlier quoted context omitted.
Have you checked out DCOS? Once you have your cluster set up, your path to installing Spark is running "dcos package install spark" on your laptop.
Huh, no I haven't. Although the package support appears to be more narrow than with Kubernetes/Docker, but DCOS is a possibility too.