You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Jaideep Dhok (JIRA)" <ji...@apache.org> on 2015/01/23 05:41:34 UTC

[jira] [Assigned] (LENS-35) Queries failing with monthly time range at hourly granularity

     [ https://issues.apache.org/jira/browse/LENS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaideep Dhok reassigned LENS-35:
--------------------------------

    Assignee: Jaideep Dhok

> Queries failing with monthly time range at hourly granularity
> -------------------------------------------------------------
>
>                 Key: LENS-35
>                 URL: https://issues.apache.org/jira/browse/LENS-35
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: driver-hive
>            Reporter: Raghavendra Singh
>            Assignee: Jaideep Dhok
>             Fix For: 2.0
>
>
> Queries with monthly time range (or larger) at hourly granularity fail with stack overflow exception:-
> {CODE}
> org.apache.lens.api.LensException: Error executing async query
> 	at org.apache.lens.driver.hive.HiveDriver.executeAsync(HiveDriver.java:407)
> 	at org.apache.lens.server.query.QueryExecutionServiceImpl$QuerySubmitter.run(QueryExecutionServiceImpl.java:416)
> 	at java.lang.Thread.run(Thread.java:701)
> Caused by: org.apache.hive.service.cli.HiveSQLException: java.lang.StackOverflowError
> 	at org.apache.hive.service.cli.thrift.ThriftCLIServiceClient.checkStatus(ThriftCLIServiceClient.java:52)
> 	at org.apache.hive.service.cli.thrift.ThriftCLIServiceClient.executeStatementInternal(ThriftCLIServiceClient.java:151)
> 	at org.apache.hive.service.cli.thrift.ThriftCLIServiceClient.executeStatementAsync(ThriftCLIServiceClient.java:139)
> 	at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:622)
> 	at org.apache.hive.service.cli.thrift.RetryingThriftCLIServiceClient.invokeInternal(RetryingThriftCLIServiceClient.java:301)
> 	at org.apache.hive.service.cli.thrift.RetryingThriftCLIServiceClient.invoke(RetryingThriftCLIServiceClient.java:329)
> 	at com.sun.proxy.$Proxy58.executeStatementAsync(Unknown Source)
> 	at org.apache.hive.service.cli.thrift.RetryingThriftCLIServiceClient$CLIServiceClientWrapper.executeStatementAsync(RetryingThriftCLIServiceClient.java:118)
> 	at org.apache.lens.driver.hive.HiveDriver.executeAsync(HiveDriver.java:398)
> 	... 2 more
> {CODE}



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