Support Questions

Find answers, ask questions, and share your expertise

Inserting 30GB(txt file) text data into ORC stuck at 0%, please help

Expert Contributor

Hi, I had a table with over 100 million records and delimited by | and also separated by quotes, so i used csvserde to ignore quotes to write into hive table. After succesfully done, count(*) and inserting into an orc table is taking forveer and stuck at 0%

I though serde is creating performance issues and deleted quotes fromt he text file and loaded into a regular hive text table. I can do a count(*) on it but writing into an ORC table is stuck at 0% ... i am not sure why. Please help

data size is 30GB and 100million rows.

Thanks so much.

1 REPLY 1

Expert Contributor

i used this property on table tblproperties("skip.header.line.count"="1"); after i took it out, it works fine ... but still not sure why was it an issue.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.