Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
11–20 of 25 posts
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#12Earlier quoted context omitted.
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. Just as an FYI, we[1] are working on an open source, cloud based Machine Learning / Big Data platform that might be of interest to you. It's not all ready yet, but when it is, there will be…
Disclosure: I work at Google on Kubernetes. If you'd like to do this in containers/Kubernetes, we'd love to highlight your work! Kubernetes runs great on AWS (as well as GCP, Azure and elsewhere), so no cloud migration required.
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#13Earlier quoted context omitted.
Disclosure: I work at Google on Kubernetes. If you'd like to do this in containers/Kubernetes, we'd love to highlight your work! Kubernetes runs great on AWS (as well as GCP, Azure and elsewhere), so no cloud migration required.
Shameless plug: Pachyderm is another way to run big data workloads in Kubernetes. github.com/pachyderm/pachyderm. We spoke at KubeCon SF last year and v1.0 is coming out next month!
Great to hear, congrats on reaching 1.0! Please do reach out when you get there, we'd love to show off your work to the community.
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#14I 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…
http://hortonworks.com/hadoop/cloudbreak/
Disclosure: I work for Hortonworks
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#15Semi-related but does anyone know if zeppelin supports java yet?
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#16Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#17I 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…
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#18I 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…
I'm all for roll your own if you're building one of these services or have existing infrastructure, but I personally like the simplicity of "here, you set this up".
Disclosure: I work at Google on Compute Engine (which underlies all of these).
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#19I 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…
Re: Using Spark and Zeppelin to Process Big Data on Kubernetes 1.2
#20How would one go about this using hdfs instead of relying on gs, s3 etc. for storage? Would hdfs run as a separate k8s service?