Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

The tutorial seems to be outdated

avatar

http://hortonworks.com/hadoop-tutorial/loading-data-into-the-hortonworks-sandbox/

Is this tutorial current? TSV filenames don't match. Also got trouble with importing the TSV files into table

1 ACCEPTED SOLUTION

avatar

Finally I was able to resolve the problem. Apart from different TSV filenames, the other major problem was with the Create Table (products and omniturelogs) commands. It used FIELDS TERMINATED by 't' which is incorrect. The correct expression is FIELDS TERMINATED by '\t' to indicate tab separated value.

Thanks

Anindya

View solution in original post

1 REPLY 1

avatar

Finally I was able to resolve the problem. Apart from different TSV filenames, the other major problem was with the Create Table (products and omniturelogs) commands. It used FIELDS TERMINATED by 't' which is incorrect. The correct expression is FIELDS TERMINATED by '\t' to indicate tab separated value.

Thanks

Anindya