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.

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

avatar
New Member

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 Member

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.