Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Missing back slashes in FIELD separator '\t' sample HIVE table creation

avatar
New Contributor

Tutorial should be fixed with the correct delimiter; i.e. '\t' instead of 't' for. (back slashes are missing causing bad import of sample files)

Example from tuto:

create table products (url STRING, category STRING) ROW FORMAT DELIMITED FIELDS TERMINATED by 't' stored as textfile tblproperties ("skip.header.line.count"="1");

1 ACCEPTED SOLUTION

avatar
Super Guru
3 REPLIES 3

avatar
Super Guru

avatar
Super Guru

@Laurent de Laprade

I have opened an internal Documentation bug for this and it will get fixed soon, Thanks for raising it.

avatar
New Contributor

Four months? Perhaps you could give the Doc team a little nudge?

More generally, it's clear that HortonWorks have not checked these tutorials by having someone follow them through as written, perhaps that's something you should look at.