Hive Partition [ Static Vs Dynamic]

Ғылым және технология

Hive Partition [ Static Vs Dynamic]
#apachehive #hivepartition #hive
Big Data Integration Book - bit.ly/3ipIlBx
Video Playlist
-----------------------
Big Data Full Course English - bit.ly/3hpCaN0
Big Data Full Course Tamil - bit.ly/3yF5uVD
Big Data Shorts in Tamil - bit.ly/3v2aL8p
Big Data Shorts in English - bit.ly/3tVEs9T
Hadoop in Tamil - bit.ly/32k6mBD
Hadoop in English - bit.ly/32jle3t
Spark in Tamil - bit.ly/2ZzWAJN
Spark in English - bit.ly/3mmc0eu
Hive in Tamil - bit.ly/2UQVUgv
Hive in English - bit.ly/372nCwj
NOSQL in English - bit.ly/2XtU07B
NOSQL in Tamil - bit.ly/2XVLLjP
Scala in Tamil : goo.gl/VfAp6d
Scala in English: goo.gl/7l2USl
Email: atozknowledge.com@gmail.com
LinkedIn : / sbgowtham
Instagram: / bigdata.in
KZread channel link
/ atozknowledgevideos
Website
codewithgowtham.blogspot.com
github.com/atozknowledge
Technology in Tamil & English

Пікірлер: 30

  • @ponnlaksmi2903
    @ponnlaksmi2903 Жыл бұрын

    Thanks bro. I was searching for one hour to get clear definition. No one have explained like u. Thanks a lot. you saved my time

  • @asmaajerd8591
    @asmaajerd85912 жыл бұрын

    Thank you for the effort it really helped me understanding partitions within Hive

  • @chandramouli1330
    @chandramouli1330Ай бұрын

    Very Informative. thanks for the video

  • @lakshminarayanavanapalli6769
    @lakshminarayanavanapalli67692 жыл бұрын

    Pls do a vedio on file formats.... parquet avro etc.,

  • @Mona10YT
    @Mona10YT3 жыл бұрын

    Please do a video on skew and salting..great video by the way .

  • @peace-ye2lm
    @peace-ye2lm2 жыл бұрын

    this playlist of yours is really very helpful.thanks for creating such good contents . one request can you come up with a series on pyspark and mini projects on it.

  • @dataengineeringvideos

    @dataengineeringvideos

    2 жыл бұрын

    Sure bro, thanks

  • @skarthikamca
    @skarthikamca2 жыл бұрын

    Wonderful explanation

  • @prabue4142
    @prabue41422 жыл бұрын

    Hi bro!, Is it possible partition table to retrieve data?

  • @pavithrasrividhya7489
    @pavithrasrividhya74892 жыл бұрын

    Sir can we do add partition to dynamic partition??

  • @u.hemanthkumargowd826
    @u.hemanthkumargowd8263 жыл бұрын

    nice bro,tell me bucketing also

  • @dineshjothiram3677
    @dineshjothiram3677 Жыл бұрын

    Good explanation.

  • @mkjaswanth3956
    @mkjaswanth39562 ай бұрын

    Hi Gowtham, Thanks for the detailed explanation. It would be great if you can share the scripts. Thanks

  • @pradhyumansinghmandloi8240
    @pradhyumansinghmandloi8240 Жыл бұрын

    insert into user_data_dynamic partition (city) select sno , sname , city from user_data_no_partion; what will be the result of it ? do it will autimatically the different partition for each unique city name automatically?

  • @rohansingh99
    @rohansingh99 Жыл бұрын

    Can anyone explain me the difference between views and partition in Hive.

  • @sivamani7711
    @sivamani77115 ай бұрын

    hi bro , Great video but I am not able to load a device file to hive. Can you please share detailed process

  • @melwinmpk
    @melwinmpk8 ай бұрын

    Can we create the table first and later set the property "set hive.exec.dynamic.partition.mode=nonstrict;" for Dynamic Partition to work ?

  • @NaveenKumar-fm5yg
    @NaveenKumar-fm5yg10 күн бұрын

    is paypal asked about dsa for you while attend interview for paypal sir

  • @subee128
    @subee128 Жыл бұрын

    Thanks

  • @ammu3041
    @ammu3041 Жыл бұрын

    The partition comments are same or similar for both hive nd sqoop or sqoop has completely different comments? Any one who knows this concept kindly response!

  • @bharathibavana3673
    @bharathibavana3673 Жыл бұрын

    I have seen video on Hive Architecture and Internals from Your channel,there you mentioned hive metadata like tables ,schema will store in either derbi or rdbms if we choose for rdbms like mysql or oracle.But in this video you are showing your hive tables inside hdfs. Either tables should be in derbe or rdbms right?

  • @dataengineeringvideos

    @dataengineeringvideos

    Жыл бұрын

    Table data will store in hdfs and Metadata of the table will store in mysql or derby

  • @bharathibavana3673

    @bharathibavana3673

    Жыл бұрын

    @@dataengineeringvideos Okay Thank you

  • @ishasingh9906
    @ishasingh99062 жыл бұрын

    In some business scenario we asuume we have 140 sales organization (countries) Some countries are very big compared to other countries. For example, some sales organization make 30 percent of sales transaction compared to the other 139 sales organization. how to partition data in such scenarios.

  • @jaffarahamed6089
    @jaffarahamed60893 жыл бұрын

    Hi I need favor, I have a date column as MM/dd/yyyy hh:mm:ss AM Can you tell me how to partition date format as Year, Month, Day

  • @dineshughade6741
    @dineshughade6741 Жыл бұрын

    It had better if you provide that text file. It request for you. Thank you in advnace.

  • @kuntamukkulapoornima1551
    @kuntamukkulapoornima15512 жыл бұрын

    can we not load data into static partitioned table in this way? LOAD DATA INPATH '/hdfs/path/somthing' INTO TABLE Table_name PARTITION(country ="xx")

  • @proplayerzone5122
    @proplayerzone51223 жыл бұрын

    First bro

  • @prakashchaudhary3993
    @prakashchaudhary3993 Жыл бұрын

    I know we can use LOAD command for loading data into static partitioned tables from files.... please correct that. I've tested it.

  • @dataengineeringvideos

    @dataengineeringvideos

    Жыл бұрын

    The load command will work but the Data won't be get partitioned , pls run show partition command and test it ,u will not see the Data partitioned

Келесі