Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 449 Bytes

README.MD

File metadata and controls

23 lines (16 loc) · 449 Bytes

End-to-End Pipeline using Apache Airflow, Spark and Docker

Getting Started:

$ docker-compose up --build
    Airflow: http://localhost:8282
    Spark Master: http://localhost:8181

Prerequisite

spark_default must be specified before running DAG, it can be configured via Web UI Goto: Admin -> Connections

         Host: spark://spark
         Port: 7077

Architecture

Archtitecture