Support Questions

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

Hive coumn

avatar
New Contributor

Hi,

Some of the columns in the hive has multiple lines of values which comes as newline

for example

 

EmpidEmpnameDeptcompanyyearmonthday
1234ASDFinanceqqqnullnullnull
201563    

But when I query the table with year it gives the correct answer 

select year from tbl_name where year='2015'

what could be the reason for these multiline values and how to align these values in a proper column?

 

1 REPLY 1

avatar
Contributor

You need to provide more info here. What is the data type of each column? How are you adding data? What is the data format of the hive table? When you use you get the correct result, is it the same result or some other rows.