2020-05-25
Docker notes and using Hadoop on container
Docker is a set of platform as a service products that uses
OS-level virtualization to deliver software in packages called
containers. Containers are isolated from one another and bundle their
own software, libraries and configuration files; they can communicate
with each other through well-defined channels. (c. Wikipedia) There are a number of sources to learn Docker, but I shall show some useful notes and how to use HDFS using container on Linux.
2020-05-01
Useful Notes __ Scala Collections
All collections are called as immutable by default, to call mutable type you should use scala.collection.mutable package where it is allowed.
Subscribe to:
Posts (Atom)