You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/06/20 04:50:00 UTC

[jira] [Commented] (LENS-621) Fetching result set from JDBCDriver query fails with inmemory resultset

    [ https://issues.apache.org/jira/browse/LENS-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594304#comment-14594304 ] 

Amareshwari Sriramadasu commented on LENS-621:
----------------------------------------------

Review request https://reviews.apache.org/r/35685/

> Fetching result set from JDBCDriver query fails with inmemory resultset
> -----------------------------------------------------------------------
>
>                 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)