Cant get the table value in ireport

I am using Hive-0.10.0.i have created a table account

create table account(id int,city_id int,name string,address string)

>row format delimited

>fields terminated by ',';

table is created successfully in hive and i have loaded the local csv file into that

load data local 'path/account.csv' into table account;

and i can also anle to see those records who has been created

but when i am connecting to hive trough ireport and in the report query when i am writing select * from account,it says Error:error executing sql statement for null though it is showing correctly on hive cell.

 

Please Help

shankarpanda003's picture
Joined: Sep 4 2012 - 9:54pm
Last seen: 9 years 1 month ago

0 Answers:

No answers yet
Feedback
randomness