Jump to content
Changes to the Jaspersoft community edition download ×

Cant get the table value in ireport


shankarpanda003

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...