PrepAway - Latest Free Exam Questions & Answers

What is the best way to obtain and ingest these user records?

Your company stores user profile records in an OLTP databases. You want to join these records
with web server logs you have already ingested into the Hadoop file system. What is the best way
to obtain and ingest these user records?

PrepAway - Latest Free Exam Questions & Answers

A.
Ingest with Hadoop streaming

B.
Ingest using Hive’s IQAD DATA command

C.
Ingest with sqoop import

D.
Ingest with Pig’s LOAD command

E.
Ingest using the HDFS put command

9 Comments on “What is the best way to obtain and ingest these user records?

  1. dip says:

    Answer: C
    You need to join User profile records and weblogs. Weblogs is already ingested into HDFS.So in order to join weblogs with user profile,we need to bring user profile also into HDFS. User profile is residing in OLPT database so to import that to HDFS we need the help of SQOOP.
    Ref: stackoverflow




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *