Amareshwari Sriramadasu created LENS-621:
--------------------------------------------

             Summary: Fetching result set from JDBCDriver query fails with 
persistent result turned on
                 Key: LENS-621
                 URL: https://issues.apache.org/jira/browse/LENS-621
             Project: Apache Lens
          Issue Type: Bug
          Components: server
    Affects Versions: 2.2
            Reporter: Amareshwari Sriramadasu
             Fix For: 2.2


Seeing the following when i run examples :

{noformat}
lens-shell>query execute cube select customer_city_name, store_sales from sales 
where time_range_in(delivery_time, '2015-04-12-00', '2015-04-13-00')
20 Jun 2015 06:20:18,040 [Spring Shell] INFO  cliLogger  - Query handle: 
71e9ebfe-4828-428f-9dd0-90aba44ed818
20 Jun 2015 06:20:18,127 [Spring Shell] INFO  cliLogger  - User query: 'cube 
select customer_city_name, store_sales from sales where 
time_range_in(delivery_time, '2015-04-12-00', '2015-04-13-00')' was submitted 
to org.apache.lens.driver.jdbc.JDBCDriver
20 Jun 2015 06:20:18,127 [Spring Shell] INFO  cliLogger  -  Driver query: 
'SELECT ( customer_city . name ), sum(( sales . store_sales )) FROM 
mydb_sales_aggr_fact2 sales join mydb_city_subset customer_city on 
sales.customer_city_id = customer_city.id WHERE (((( sales . delivery_time ) =  
'2015-04-12 00:00:00' ))) GROUP BY ( customer_city . name )' and Driver handle: 
null
20 Jun 2015 06:20:18,165 [Spring Shell] INFO  cliLogger  - SUCCESSFUL:Query is 
successful! - Result Available
Failed to get resultset metadata, cause:HTTP 500 Internal Server Error
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to