Support Questions

Find answers, ask questions, and share your expertise

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