Must Watch Live Mock Interview for Aspiring Big Data Engineers | PySpark, Hive & SQL

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 10

  • @faizanmidda1337
    @faizanmidda1337 3 місяці тому +1

    Hm v wait kr rhe bro

  • @PradipChavan-oz5dc
    @PradipChavan-oz5dc 3 місяці тому

    Insert into emp2 select * from emp1....data copy hi to karna hai select * into... Will create new table and then data copying... Tables already hai to create kyu karna

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

    select column_list
    into new_table_name
    from old_table

  • @rishiworld186
    @rishiworld186 3 місяці тому +2

    Python ke remaining videos kab tak Aayenge?

  • @singhjirajeev
    @singhjirajeev Місяць тому

    Insert INTO emp2
    Select * from emp1;

  • @MayankSharma-cp6yu
    @MayankSharma-cp6yu Місяць тому

    What is the answer to the last question - 'When we align transformations and action in a DAG, what is that graph called?'

    • @surajgaikwad1223
      @surajgaikwad1223 Місяць тому

      Lineage graph - which specifically create the graph of RDDs or Dataframes like which RDD came from which one like that.

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

    Can you tell me how good trendy tech submit Mittal is how deep it is. I'm willing to go through the course but I want to know how much it is

  • @skybluelearner4198
    @skybluelearner4198 Місяць тому

    31:37 what is the answer to this questuin? It is not clear what the candidate say.

    • @mayanksatija684
      @mayanksatija684 4 дні тому

      For optimization, it does not immediately run the transformation instead it creates a DAG with all transformation and optimize it by creating logical plan/physical plan and applying optimization techniques like catalyst optimization, column pruning, predicate pushdown to come to the best and lowest costing physical plan