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
0 Answers:
No answers yet