Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
Description
Seeing the following when i run examples :
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