- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 271字
- 2021-07-02 18:55:25
Cloud-based deployments
There are three different abstraction levels of cloud systems--Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). We will see how to use and install Apache Spark on all of these.
The new way to do IaaS is Docker and Kubernetes as opposed to virtual machines, basically providing a way to automatically set up an Apache Spark cluster within minutes. This will be covered in Chapter 14, Apache Spark on Kubernetes. The advantage of Kubernetes is that it can be used among multiple different cloud providers as it is an open standard and also based on open source.
You even can use Kubernetes in a local data center and transparently and dynamically move workloads between local, dedicated, and public cloud data centers. PaaS, in contrast, takes away from you the burden of installing and operating an Apache Spark cluster because this is provided as a service.
There is an ongoing discussion whether Docker is IaaS or PaaS but, in our opinion, this is just a form of a lightweight preinstalled virtual machine. We will cover more on PaaS in Chapter 13, Apache Spark with Jupyter Notebooks on IBM DataScience Experience. This is particularly interesting because the offering is completely based on open source technologies, which enables you to replicate the system on any other data center.
One of the open source components we'll introduce is Jupyter notebooks, a modern way to do data science in a cloud based collaborative environment. But in addition to Jupyter, there is also Apache Zeppelin, which we'll cover briefly in Chapter 14, Apache Spark on Kubernetes.
- Vue.js 3.x快速入門
- Spring Cloud Alibaba核心技術(shù)與實戰(zhàn)案例
- JavaScript:Functional Programming for JavaScript Developers
- ASP.NET動態(tài)網(wǎng)頁設(shè)計教程(第三版)
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Serverless Web Applications with React and Firebase
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- UX Design for Mobile
- Functional Python Programming
- Using Yocto Project with BeagleBone Black
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)
- 前端程序員面試算法寶典
- Access 2016數(shù)據(jù)庫應(yīng)用與開發(fā):實戰(zhàn)從入門到精通(視頻教學(xué)版)
- Learning IBM Bluemix