Hadoop Certification - 02 Sqoop Export - Merge/Upsert

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น • 12

  • @itversity
    @itversity  8 ปีที่แล้ว

    For any technical discussions or doubts, please use our forum - discuss.itversity.com
    For practicing on state of the art big data cluster, please sign up on - labs.itversity.com
    Lab is under free preview until 12/31/2016 and after that subscription
    charges are 14.99$ per 31 days, 34.99$ per 93 days and 54.99$ per 185 days

  • @sparkguy945
    @sparkguy945 9 ปีที่แล้ว

    Thank you

  • @lakshmithiagarajan4821
    @lakshmithiagarajan4821 8 ปีที่แล้ว

    Again , nice presentation on the sqoop export and update_mode options. Also , when there is a primary key constraint on the target table in mysql , how come the failed map tasks' 4 attempts will create duplicate keys in the table. Thats against the data integrity constraint we have on the table , isn't ??

  • @avinashbasetty
    @avinashbasetty 7 ปีที่แล้ว

    Hi Durga,
    Could you please explain how to generate shortcut keys as you mentioned in the video.
    Ex:
    /eval
    /-rm

  • @tusharbelorkar100
    @tusharbelorkar100 8 ปีที่แล้ว +2

    Hi Durga sir,
    While exporting data from Hadoop using --update-key and --update-mode, script error out but i see data being updated/inserted correctly.
    Here is the error message:
    ERROR tool.ExportTool: Error during export: Export job failed!
    Any input on this would be greatly appreciated.
    Tushar

    • @kumarramanathan6019
      @kumarramanathan6019 8 ปีที่แล้ว

      if our data in the export file is not match with data format/type in table we will get error still export completed. try with .txt and .csv file we can see the difference. if anything am wrong pls let me know

  • @gopinathGopiRebel
    @gopinathGopiRebel 7 ปีที่แล้ว

    hi sir, is there any document how to install sqoop on mac am getting error as below before executing MR job in sqoop:
    Location:
    org/apache/hadoop/hdfs/DFSClient.getQuotaUsage(Ljava/lang/String;)Lorg/apache/hadoop/fs/QuotaUsage; @160: areturn
    Reason:
    Type 'org/apache/hadoop/fs/ContentSummary' (current frame, stack[0]) is not assignable to 'org/apache/hadoop/fs/QuotaUsage' (from method signature)
    Current Frame:
    bci: @160
    flags: { }
    locals: { 'org/apache/hadoop/hdfs/DFSClient', 'java/lang/String', 'org/apache/hadoop/ipc/RemoteException', 'java/io/IOException' }

    • @itversity
      @itversity  7 ปีที่แล้ว

      I think to set up sqoop, first you need to set up HDFS. Have you set up HDFS yet?

  • @gaganchhabra6366
    @gaganchhabra6366 8 ปีที่แล้ว

    Just a simple stupid question sir.
    How do you complete a command when you press "/eval" (and then what to complete eval command).
    I couldn't found it how to work with this.
    Thanks

    • @itversity
      @itversity  8 ปีที่แล้ว

      +gagan chhabra You have to use terminal in vi mode. Here is the video which covers it: th-cam.com/video/Op6DS0VlaIM/w-d-xo.html

    • @gaganchhabra6366
      @gaganchhabra6366 8 ปีที่แล้ว

      Thanks a lot :)