[jira] [Created] (KYLIN-1715) User cannot go back to an executing query if clicked other links by mistake

2016-05-20 Thread Dong Li (JIRA)
Dong Li created KYLIN-1715: -- Summary: User cannot go back to an executing query if clicked other links by mistake Key: KYLIN-1715 URL: https://issues.apache.org/jira/browse/KYLIN-1715 Project: Kylin

[jira] [Created] (KYLIN-1714) Make job/source/storage engines configurable from kylin.properties

2016-05-20 Thread liyang (JIRA)
liyang created KYLIN-1714: - Summary: Make job/source/storage engines configurable from kylin.properties Key: KYLIN-1714 URL: https://issues.apache.org/jira/browse/KYLIN-1714 Project: Kylin Issue

[jira] [Created] (KYLIN-1716) leave executing query page action stop bug

2016-05-20 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1716: -- Summary: leave executing query page action stop bug Key: KYLIN-1716 URL: https://issues.apache.org/jira/browse/KYLIN-1716 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-1717) Make job engine scheduler configurable

2016-05-20 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1717: --- Summary: Make job engine scheduler configurable Key: KYLIN-1717 URL: https://issues.apache.org/jira/browse/KYLIN-1717 Project: Kylin Issue Type: Improvement

Re: RE: RE: RE: kylin question

2016-05-20 Thread ??????????
I use CDH , when I build cubes, execute job I get this exception INSERT OVERWRITE TABLE kylin_intermediate_kylin_sales_cube_desc_2012010100_2016052000 SELECT KYLIN_SALES.PART_DT ,KYLIN_SALES.LEAF_CATEG_ID ,KYLIN_SALES.LSTG_SITE_ID ,KYLIN_CATEGORY_GROUPINGS.META_CATEG_NAME

[jira] [Created] (KYLIN-1720) Apache Kylin:- Measures is not seen anywhere

2016-05-20 Thread Rahul Choubey (JIRA)
Rahul Choubey created KYLIN-1720: Summary: Apache Kylin:- Measures is not seen anywhere Key: KYLIN-1720 URL: https://issues.apache.org/jira/browse/KYLIN-1720 Project: Kylin Issue Type: Bug

Re: [VOTE] Release apache-kylin-1.5.2 (release candidate 1)

2016-05-20 Thread Xiaoyu Wang
+1 (binding) mvn test passed signature verified 在 2016年05月20日 18:08, Li Yang 写道: +1 mvn test pass java version "1.7.0_79" OpenJDK Runtime Environment (rhel-2.5.5.1.el6_6-x86_64 u79-b14) OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode) On Fri, May 20, 2016 at 5:37 PM, Dong Li

Re: RE: kylin question

2016-05-20 Thread ??????????
I put the Hadoop-yarn* jars to $KYLIN_HOME/lib ,resolved the exception,but I have other exception like this java.lang.NoSuchMethodError:

Re: Timeout visiting cube!

2016-05-20 Thread hongbin ma
kylin query server can't wait for hbase coprosessors to return forever. By default kylin uses hbase's "hbase.rpc.timeout" as the rpc call's timeout. You can increase the kylin side timeout by increasing the kylin.query.cube.visit.timeout.times to larger multiplier than one(default). However it may

?????? too little reduce

2016-05-20 Thread ????
I set kylin.hbase.hfile.size.gb in kylin.properties to 1 and rebuild the cube. however in the Kylin_HFile_Generator_http_service_cube_Step, it still submitted 3260 map with 3 reduce. -- -- ??: "nichunen";; :

RE: RE: kylin question

2016-05-20 Thread Yapu Jia
Hi, You can check your jackson version. I think that if your jackson version not match your Hadoop verison, it would cause this exception. Thanks. -Original Message- From: 水。。。海 [mailto:549066...@qq.com] Sent: Friday, May 20, 2016 4:29 PM To: dev Subject: Re:

[jira] [Created] (KYLIN-1718) Grow ByteBuffer Dynamically in Cube Building and Query

2016-05-20 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1718: Summary: Grow ByteBuffer Dynamically in Cube Building and Query Key: KYLIN-1718 URL: https://issues.apache.org/jira/browse/KYLIN-1718 Project: Kylin Issue Type:

[jira] [Created] (KYLIN-1719) Add config in scan request to control compress the query result or not

2016-05-20 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1719: Summary: Add config in scan request to control compress the query result or not Key: KYLIN-1719 URL: https://issues.apache.org/jira/browse/KYLIN-1719 Project: Kylin

RE: RE: RE: kylin question

2016-05-20 Thread Yapu Jia
Which step you get this exception? Can you get more details information? And, I recommend use Ambari HDP to deploy your environment. Thanks. -Original Message- From: 水。。。海 [mailto:549066...@qq.com] Sent: Friday, May 20, 2016 4:48 PM To: dev Subject: Re: RE: RE:

Re: [VOTE] Release apache-kylin-1.5.2 (release candidate 1)

2016-05-20 Thread Li Yang
+1 mvn test pass java version "1.7.0_79" OpenJDK Runtime Environment (rhel-2.5.5.1.el6_6-x86_64 u79-b14) OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode) On Fri, May 20, 2016 at 5:37 PM, Dong Li wrote: > Hi all, > > I have created a build for Apache Kylin 1.5.2,