==========================[QUERY]===============================
Query Id: b3c72902-f5f8-47f0-b08c-d7318817236c
SQL: select
DWD_LOOKUP_TIME_A_ONCE.TIME_DD,
DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D.GOODS_ID ,
count(*) as ordersNum,
sum(DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D.GOODS_NUM) as orderGoodsNum,
count(distinct(DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D.GROUP_ORDER_ID)) as
successGroupNum,
sum(DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D.ORDER_AMOUNT) as gmv
from DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D
join DWD_LOOKUP_TIME_A_ONCE on
DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D.CONFIRM_TIME_HH
=DWD_LOOKUP_TIME_A_ONCE.TIME_HH
where DWD_LOOKUP_TIME_A_ONCE.TIME_DD='20161212'
group by DWD_LOOKUP_TIME_A_ONCE.TIME_DD
,DWD_FACT_SUCCESS_GROUP_ORDERS_I_1D.GOODS_ID
limit 1 offset 0
User: ADMIN
Success: false
Duration: 0.0
Project: pro_ares
Realization Names: [pro_ares_orders_model_cube]
Cuboid Ids: [12]
Total scan count: 0
Result row count: 0
Accept Partial: true
Is Partial Result: false
Hit Exception Cache: false
Storage cache used: false
Message: Java heap space
==========================[QUERY]===============================
2017-02-17 16:02:12,114 ERROR [http-bio-7070-exec-13]
controller.BasicController:44 :
org.apache.kylin.rest.exception.InternalErrorException: Java heap space
at
org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:389)
at
org.apache.kylin.rest.controller.QueryController.query(QueryController.java:69)
at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)
at
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
at
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
--
View this message in context:
http://apache-kylin.74782.x6.nabble.com/query-meet-java-heap-space-help-tp7237.html
Sent from the Apache Kylin mailing list archive at Nabble.com.