Deploying Apache Spark onto a Scalable Kubernetes Cluster

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 7

  • @angelosnm
    @angelosnm 4 місяці тому

    Nice video buddy! Your explanation is amazing, very clear how-to guide!

  • @gauravlotekar660
    @gauravlotekar660 3 місяці тому

    A blog with detailed explanation would be very helpful. thanks . Tutorial is excellent though

  • @vijayendrarathod
    @vijayendrarathod 8 місяців тому +3

    Repository please

  • @harjeetsinghgoldy1
    @harjeetsinghgoldy1 Рік тому +1

    Does spark cluster handle concurrent requests from microservice or put it in the queue, does it handle multiple concurrent requests in parallel.

    • @concepttocloud
      @concepttocloud  Рік тому +1

      It basically depends on the resource available and the job specs you deploy the job with. If there is spare resource that's not been allocated to other jobs it will launch, otherwise it will sit in the queue waiting

    • @parasjain5505
      @parasjain5505 Рік тому

      @@concepttocloud How we can check the resource avaliabilty. I am running 1 master 2 workers with 7 core on 16 core machine and 5 executer per worker, but still after first request the second request sits in queue. I am using the microservices architecture.

    • @mooncake4511
      @mooncake4511 18 днів тому

      ​@@parasjain5505did you get any answer to your question ?