Re:

2016-10-13 Thread Mars J
Even when I run the example cube kylin_learn ,it gives the same error. Is that a bug in this version ? 2016-10-13 14:54 GMT+08:00 Mars J : > > -- Forwarded message -- > From: Mars J > Date: 2016-10-13 10:26 GMT+08:00 > Subject: > To: u...@kylin.apache.org > > > Hello , > > I

Re:

2016-10-13 Thread ShaoFeng Shi
hi Mars, "commons-lang" and "commons-lang3" are different artifact; Kylin is using commons-lang 2.6 and commons-lang3 3.4, please check the versions in your HBase (using 'hbase classpath'). 2016-10-13 15:12 GMT+08:00 Mars J : > Even when I run the example cube kylin_learn ,it gives the same error

[jira] [Created] (KYLIN-2093) Clear cache in CubeMetaIngester

2016-10-13 Thread kangkaisen (JIRA)
kangkaisen created KYLIN-2093: - Summary: Clear cache in CubeMetaIngester Key: KYLIN-2093 URL: https://issues.apache.org/jira/browse/KYLIN-2093 Project: Kylin Issue Type: Bug Components:

Updates on Kylin "Advanced settings" page

2016-10-13 Thread ShaoFeng Shi
Per user request, add some content to the "Advanced settings" page, like how to customize settings on cube level, how to override default hadoop conf by cube, etc. You can check if you didn't know that before (may need refresh browser to clean cache): https://kylin.apache.org/docs15/install/advanc

Re: NoSuchMethodError HTableDescriptor.addFamily() when trying to deploy apache-kylin-1.5.4.1-cdh5.7 on CDH 5.8

2016-10-13 Thread Victoria Tskhay
Great, thank you very much! We did so and it works now. However, our old cube data was not working, so we had to rebuild our cube. Thanks a lot for your help! Best regards Victoria On 12.10.2016 12:55, ShaoFeng Shi wrote: I checked for CDH 5.8.2, the API is compitable, Kylin doesn't need cod

[jira] [Created] (KYLIN-2094) Build Step #3 - java.lang.VerifyError: class com.mapr.fs.proto.Common$ServiceData overrides final method getParserForType.()Lcom/google/protobuf/Parser;

2016-10-13 Thread Richard Calaba (JIRA)
Richard Calaba created KYLIN-2094: - Summary: Build Step #3 - java.lang.VerifyError: class com.mapr.fs.proto.Common$ServiceData overrides final method getParserForType.()Lcom/google/protobuf/Parser; Key: KYLIN-2094

Re:

2016-10-13 Thread Mars J
HBase is using commons-lang 2.6. Is HBase also both need the two jars ? 2016-10-13 18:15 GMT+08:00 ShaoFeng Shi : > hi Mars, "commons-lang" and "commons-lang3" are different artifact; Kylin > is using commons-lang 2.6 and commons-lang3 3.4, please check the versions > in your HBase (using 'hbase

Re: NoSuchMethodError HTableDescriptor.addFamily() when trying to deploy apache-kylin-1.5.4.1-cdh5.7 on CDH 5.8

2016-10-13 Thread ShaoFeng Shi
Rebuild isn't needed actually; just update the coprocessor: https://kylin.apache.org/docs15/howto/howto_update_coprocessor.html If you have started the rebuild, then let it go; 2016-10-14 0:00 GMT+08:00 Victoria Tskhay : > Great, thank you very much! We did so and it works now. However, our old

Re: NoSuchMethodError HTableDescriptor.addFamily() when trying to deploy apache-kylin-1.5.4.1-cdh5.7 on CDH 5.8

2016-10-13 Thread ShaoFeng Shi
Hi Victoria, just confirm: finally you re-compiled Kylin to make it run in CDH 5.8.2? 2016-10-14 9:08 GMT+08:00 ShaoFeng Shi : > Rebuild isn't needed actually; just update the coprocessor: https://kylin. > apache.org/docs15/howto/howto_update_coprocessor.html > > If you have started the rebuild,

Re:

2016-10-13 Thread Mars J
Hi ShaoFeng, I'm sure about hbase classpath and hive classpath have commons-lang and commons-lang3, this error still occur in the step "Build Cube", when I cut down fact_table's records( from 2 billion to 1million rows), it can build correctoryIt confused uswhy this jar problem related to r

Re:

2016-10-13 Thread ShaoFeng Shi
:-) Interesting, there must be some other change in between... 2016-10-14 10:41 GMT+08:00 Mars J : > Hi ShaoFeng, I'm sure about hbase classpath and hive classpath have > commons-lang and commons-lang3, this error still occur in the step "Build > Cube", when I cut down fact_table's records( from

Ability of Kylin to get data from HBase

2016-10-13 Thread PRABHU Reshma
Hi, I wanted to understand if it is able to retrieve data from Hbase in the big data environment on Hortonworks for building cube on Kylin. If yes, can you please let me know how it is done? Regards, Reshma = Ce message et toutes les piec

[jira] [Created] (KYLIN-2095) Hive mr job use overrided MR job configuration by cube properties

2016-10-13 Thread Anonymous (JIRA)
Anonymous created KYLIN-2095: Summary: Hive mr job use overrided MR job configuration by cube properties Key: KYLIN-2095 URL: https://issues.apache.org/jira/browse/KYLIN-2095 Project: Kylin Issu

Re: Ability of Kylin to get data from HBase

2016-10-13 Thread Billy(Yiming) Liu
I think you are talking about source. Currently, Kylin supports Hive and Kafka as source. There is very limit requirement for HBase as source. Maybe you could try to export from HBase to Hive first, and then build the cube. 2016-10-14 12:48 GMT+08:00 PRABHU Reshma : > Hi, > > I wanted to underst