Recent posts

[Hadoop] Hadoop CLI

less than 1 minute read

Hadoop CLI ```bash 폴더 생성(-p: 상위 폴더가 없으면 자동으로 생성) hdfs dfs -mkdir -p /user/ml-100k

[Apache Airflow] Concurrency 설정

less than 1 minute read

Concurrency 설정 parallelism = 32/ AIRFLOW__CORE__PARALELISM defines the maximum number of task instances that can run in Airflow per scheduler ...