what is serde | Analyse Json Data in Hive | Hive Interview questions and answers | Session 5

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

КОМЕНТАРІ • 8

  • @neerajbhanottt
    @neerajbhanottt 2 роки тому

    Thank you for uploading this wonderful session.
    I have a question at 11:57 why we should create the normal table for the csv. We should have created the external table, so that data just resides in the HDFS and then we copies the data from that external table to orc table. Creating normal hive table for csv will copy the whole csv data in user/hive/warehouse but external table will not do that.
    Please suggest

  • @gullu719
    @gullu719 4 роки тому

    Can we insert data into the table from a local file using LOAD DATA command ?

    • @narasimharao3665
      @narasimharao3665 4 роки тому

      local means that file will be in hadoop data lake then we can run load data local inpath into table

    • @narasimharao3665
      @narasimharao3665 4 роки тому

      we can move the file to hadoop by using winscp tool

  • @rahulsinghai3033
    @rahulsinghai3033 4 роки тому

    Where we need to copy jar .. from hdfs or local

  • @nandakishore5198
    @nandakishore5198 3 роки тому

    serde,
    compared to java,
    create a table with json row format table_json
    copy the data from normal table to table_json
    view the underlying data in json format
    realtime -
    load a file in normal text format
    create table with optimized format
    copy the table from normal table to optimized table

    • @bobbyj2492
      @bobbyj2492 3 роки тому

      @nanda kishore how to create optimised table?