[jira] [Created] (KYLIN-1577) make kylin metadata store support multiple replication

2016-04-08 Thread yunjiong zhao (JIRA)
yunjiong zhao created KYLIN-1577: Summary: make kylin metadata store support multiple replication Key: KYLIN-1577 URL: https://issues.apache.org/jira/browse/KYLIN-1577 Project: Kylin Issue

Re: Re: Cube bulid success,insight no display table

2016-04-08 Thread ShaoFeng Shi
Just ensure the "kylin.rest.servers" property has included all servers, even only has one machine; Sometimes the user forgot to update this property after expand kylin to a cluster, that would cause the issue you mentioned, that's why I was asking for this. If your configurations are all good,

Re: Empty result return in the Insight

2016-04-08 Thread Li Yang
Don't think 1.3 and 1.5 has any difference regarding loading data from hive. Anyway, glad 1.3 has worked. On Thu, Apr 7, 2016 at 1:07 PM, kevinchen wrote: > I checked as you said, the hive return data. > Rollback to 1.3, it works. > > -- > View this message in context: >

Re: Sample cube giving error on step 2

2016-04-08 Thread Li Yang
The latest version 1.5.1 under voting will have a package for HBase 1.x. Stay tuned and give it a try. On Wed, Apr 6, 2016 at 8:38 PM, Yagyank Chadha wrote: > Hi, > > I am trying to run sample cube 2 but is stuck on step 2. My problem is same > as given here( > >

Re: Unusable cube with large measures

2016-04-08 Thread Li Yang
Pls try latest version 1.5.1 (voting now) or 1.3.0 armed with calcite 1.6.0. Suppose the bug has been fixed in calcite 1.6.0 On Wed, Apr 6, 2016 at 4:41 AM, vipul jhawar wrote: > Hi Zhong, Luke > > I wanted to bring your attention to >

an error occurred when build a sample cube at step 5:create HTable

2016-04-08 Thread qing·ye
env: hadoop 2.7.1 hbase 1.1.4 hive 2.0.0 kylin-1.5.0-HBase1.1.3(special version) I an login in the web ui:192.168.10.20:7070/kylin with ADMIN/KYLIN when i select action Build and the select a data then submit the job the job is submit successful then a change the tab to monitor see how it

Re:Re: Cube bulid success,insight no display table

2016-04-08 Thread Roy
we kylin is cluster mode. but now just started one machine to listen on port 7070. so we need modify some config? At 2016-04-08 17:02:32, "ShaoFeng Shi" wrote: >is your kylin in a singleton mode or cluster mode? does it listen on port >7070? > >2016-04-08 16:05

[jira] [Created] (KYLIN-1573) aggregator expression like sum(a+b) is not working

2016-04-08 Thread Babulal (JIRA)
Babulal created KYLIN-1573: -- Summary: aggregator expression like sum(a+b) is not working Key: KYLIN-1573 URL: https://issues.apache.org/jira/browse/KYLIN-1573 Project: Kylin Issue Type: Bug

Cube bulid success,insight no display table

2016-04-08 Thread Roy
Hi guy, we use kylin v1.5 , sometimes when cube bulid successful and status is ready. but in insight tab not tables available. Best Regards Roy He

Re: Sample cube error

2016-04-08 Thread hongbin ma
I'm not sure if you configured your local hadoop correctly. A sandbox is self-contained VM and you don't need to install anything On Fri, Apr 8, 2016 at 3:10 PM, Yagyank Chadha wrote: > I have installed hadoop locally. Should I install hadoop sanbox over it? or > should I

Re: Sample cube error

2016-04-08 Thread Yagyank Chadha
I have installed hadoop locally. Should I install hadoop sanbox over it? or should I remove hadoop and then install hadoop sandbox? On Fri, Apr 8, 2016 at 12:33 PM, hongbin ma wrote: > I mean, hadoop local mode > > On Fri, Apr 8, 2016 at 3:03 PM, hongbin ma

Re: Sample cube error

2016-04-08 Thread hongbin ma
I mean, hadoop local mode On Fri, Apr 8, 2016 at 3:03 PM, hongbin ma wrote: > Hi, does the MR job not exist, or you can't find the MR history page? try > a hdp sandbox if you're not familiar with local mode > > On Fri, Apr 8, 2016 at 2:56 PM, Yagyank Chadha

Re: Sample cube error

2016-04-08 Thread hongbin ma
Hi, does the MR job not exist, or you can't find the MR history page? try a hdp sandbox if you're not familiar with local mode On Fri, Apr 8, 2016 at 2:56 PM, Yagyank Chadha wrote: > Hi hongbin, > > When I go to MR job's page (localhost:8080) it says no page found. > > On

Re: Kylin sample cube giving error

2016-04-08 Thread hongbin ma
​Seems snappy compression is not enabled in your env. By default Kylin leverages snappy compression to compress the output of MR jobs, as well as hbase table storage, to reduce the storage overhead. We do not choose LZO compression in Kylin because hadoop venders tend to not include LZO in their

Re: Sample cube error

2016-04-08 Thread Yagyank Chadha
Hi hongbin, When I go to MR job's page (localhost:8080) it says no page found. On Fri, Apr 8, 2016 at 9:01 AM, hongbin ma wrote: > better if you can provide more context. maybe you can go to the MR job's > page and get mapper/reducer log to help analysis > > On Wed, Apr

[VOTE] Release apache-kylin-1.5.1 (release candidate 1)

2016-04-08 Thread Dong Li
Hi all, I have created a build for Apache Kylin 1.5.1, release candidate 1. Changes highlights: [KYLIN-1122] - Kylin support detail data query from fact table[KYLIN-1492] - Custom dimension encoding[KYLIN-1495] - Metadata upgrade from 1.0~1.3 to 1.5, including metadata correction, relevant