Forums
What are the two deployment types in pipeline - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Data Pipeline (https://bdn.bdb.ai/forumdisplay.php?fid=48)
+---- Forum: BDB Data Pipeline Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=17)
+---- Thread: What are the two deployment types in pipeline (/showthread.php?tid=647)



What are the two deployment types in pipeline - sariga.vr@bdb.ai - 12-26-2022

The main two deployment types in pipeline are:
       Docker
       Spark

Spark mainly consists of two pods
          Driver : Driver instructs executor what should be done
          Executor : Executor performs the task given.

Docker has limit and request.