Tag: setting

Git Installation in Windows11

Git 설치파일 다운로드 git-scm.com 에서 Downloads 클릭 현재 사용 중인 운영체제(Windows) 클릭 현재 사용 중인 시스템 아키텍처(64비트)에 해당하는 링크를 클릭하여 설치 파일 다운 Git Setup 마법사 실행 다운로드받은 Git Setup 파일을 실행 설치하기 위한 경로 지정 후 Next 클

Spark Installation in WSL2

Step 1. Install required files Install java and spark file. (Skip if already installed.) 123$ sudo apt-get install openjdk-8-jdk$ sudo wget https://archive.apache.org/dist/spark/spark-3.2.0/spark-3.

Spark Installation on Windows11

Step 1. Install Java DK Download Windows Installer. URL : https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html Run the download file as an administrator. Modi

ElasticSearch and Kibana Setting in WSL 2

Step 1. Install Package Update the system package and install a package related to HTTPS. 12$ sudo apt update$ sudo apt install apt-transport-https Install Java and check the version of Java. 1234

Link VSCode with Remote WSL

Step 1. Install VSCode URL : https://code.visualstudio.com/download Download the System Installer for each OS. Check ‘Add to PATH’ and reboot after installation. Step 2. Link Remote WSL Ins

Establishing an Airflow Data Pipeline

Step 01. Create a Virtual Data Create dags foler below (venv) airflow-test folder. 1234$ mkdir dags$ lsairflow-webserver.pid airflow.cfg airflow.db dags logs venv webserver_config.py Install

Apache-Airflow Setting in Windows11 (WSL 2)

Step 1. Create a virtual environment Install pip and virtualenv package 12$ sudo apt install python3-pip$ sudo pip3 install virtualenv Create a virtual environment in c:\airflow-test folder 123456

WSL 2 Installation in Windows11

Step 1. Enable WSL-related features by DISM Run Windows Terminal as administrator Enable Microsoft-Windows-Subsystem-Linux Features 1$ dism.exe /online /enable-feature /featurename:Microsoft-Win