Category: Tutorial
-
How to Install Apache Spark on Windows 10
This article I wrote based on previous article about how to install WSL 2 on Windows 10. To sum it up, I need to learn about how to use Apache Spark. Well, I want to use it in a Docker container anyway. While installing the Apache Spark I found some problem that the software itself…
-
How to Install WSL 2 on Windows 10
WSL is stand for Windows Subsystem for Linux. Generally, you can run Linux distro on while running windows. WSL is created for developer to run all GNU/Linux environment directly on Windows. Usually, people use software that support for Virtual Machine like VMware or VirtualBox or maybe using dual boot configuration. Why I write this article?…