Apache SQOOP Data Migration POC

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Apache SQOOP Data Migration POC
    Apache SQOOP
    Apache Sqoop is a tool designed for efficiently transferring bulk data between Apache Hadoop and structured datastores such as relational databases.
    =====================================
    Hadoop Installation - • Hadoop Single Node Setup
    Hive Installation - • Installation [ Apache ...
    Sqoop Commands - codewithgowtha...
    Video Playlist
    -----------------------
    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
    Batch vs Stream processing Tamil - • Data - Batch processi...
    Batch vs Stream processing English - • Data - Batch processi...
    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
    UA-cam channel link
    / atozknowledgevideos
    Website
    codewithgowtha...
    atozknowledge.com/
    Technology in Tamil & English
    #apachehadoop #apachehive #apachesqoop

КОМЕНТАРІ • 17

  • @ririraman7
    @ririraman7 2 роки тому +1

    Thank you very much, brother. Underrated channel! Seriously! I wish I knew about this channel 2,3 months before. But never too late!

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

    Great content with simple explanation

  • @mohamedfariq1588
    @mohamedfariq1588 3 роки тому +2

    Bro can you explain what is data science use cases

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

    great lesson sir

  • @ririraman7
    @ririraman7 2 роки тому +2

    Brother, can you make one video on frequently used Linux commands in shell? Thank you.

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

    Dear sir,
    I am importing data from mssql to hdfs to hive using sqoop job, once data is getting into hive then using spark sql I create data frame according to bussiness requirement then I dump spark dataframe data to pandas dataset and the write pandas dataset data in to csv.after getting data into csv I import csv data to power BI with direct query mode to make reports.
    Above I selected direct query mode while importing csv data to power bi bcoz I need uptodate data in reports.
    Above is my data flow.
    Question
    1. I manually run sqoop job/ spark sql code every day at 11pm - is there any solution that run both job automatically at 11 pm

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

    Awesome video 👍👍

  • @KaranSingh-hx8dh
    @KaranSingh-hx8dh 2 роки тому +1

    Will you please upload py spark with codes it will be very help full.

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

    And also about the role of infra guy

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

    Basic apache server and its configs pathi podunga

  • @samtej3130
    @samtej3130 8 місяців тому

    Hi bro is it possible to get trained from you at least for short term, if possible long term.I did Diploma in Data Engineering , need your assiatnce

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

    Is it possible to migrate data from ebd to Tera data using sqoop. If yes, is there any online material to refer to?

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

    "Sqoop job is a map only job". This is True of False ? Can anyone confirm and explain for me ? Pls, my english is not good so i can't hearing right

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

    Dheivame Neenga ethana nala enga eruthinga neenga etha sekarama panirutnigana 6 masam paada pattu hadoopa katruka theva eruntrukathe !!! 🙏🙏🙏

    • @dataengineeringvideos
      @dataengineeringvideos  3 роки тому +1

      Thank you bro , soon gonna upload complete big data tech stack videos , stay touch with my channel 🙂🙏

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

    What actually a localhost means in commands what does localhost signify

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

      localhost means host which is running locally i.e. on the system on which program is run.
      If it is a normal ip, it'll go to the network layer to connect to that ip but localhost:8080 means it will connect to port 8080 on the same machine