Re: kylin.metadata.url with hbase namespace problem

2016-02-03 Thread hongbin ma
BTW, It's welcomed if you can contribute a patch:) On Wed, Feb 3, 2016 at 4:40 PM, hongbin ma wrote: > is there a way to change default hbase namespace in configuration files > like "hbase-site.xml"? then you don't have to do it in kylin.properties. If > not I don't think there is a workaround,

Re: kylin.metadata.url with hbase namespace problem

2016-02-03 Thread hongbin ma
is there a way to change default hbase namespace in configuration files like "hbase-site.xml"? then you don't have to do it in kylin.properties. If not I don't think there is a workaround, you might need to change code and compile kylin by ​yourself. -- Regards, *Bin Mahone | 马洪宾* Apache Kyli

[jira] [Created] (KYLIN-1400) kylin.metadata.url with hbase namespace problem

2016-02-02 Thread linbao111 (JIRA)
linbao111 created KYLIN-1400: Summary: kylin.metadata.url with hbase namespace problem Key: KYLIN-1400 URL: https://issues.apache.org/jira/browse/KYLIN-1400 Project: Kylin Issue Type: Bug

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread alaleiwang
the above kylin.metadata.url with namespace works fine with hbase operation,and i can see hbase new tables created under namespace "ALALEI" the error happens in ./job/src/main/java/org/apache/kylin/job/JoinedFlatTable.java with function generateCreateTableStatement,where the second parameter stora

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread hongbin ma
one of the concerns is that we'll append the metadata_url to the hdfs working dir path, and I guess hdfs path does not allow ":" On Wed, Feb 3, 2016 at 3:16 PM, hongbin ma wrote: > I'm not aware of such usage, where did you find any supportive documents > on this? > To support hbase namespace we

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread hongbin ma
I'm not aware of such usage, where did you find any supportive documents on this? To support hbase namespace we might need a patch on this. On Wed, Feb 3, 2016 at 2:56 PM, alaleiwang wrote: > because i want to change hbase namespace from "default" to "ALALEI",for > security reason > > -- > View

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread alaleiwang
because i want to change hbase namespace from "default" to "ALALEI",for security reason -- View this message in context: http://apache-kylin.74782.x6.nabble.com/kylin-metadata-url-with-hbase-namespace-problem-tp3577p3583.html Sent from the Apache Kylin mailing list archive at Nabble.com.

答复: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread 北京研发中心.112456
I am using ALALEI:kylin_metadata@hbase ,because I want to store my hbase data on namespace ALALEI,not “DEFAULT” 发件人: Wang Lei(北京研发中心.112456) 发送时间: 2016年2月3日 14:28 收件人: 'dev@kylin.apache.org'; 'dev-subscr...@kylin.apache.org' 主题: kylin.metadata.url with hbase namespace prob

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread hongbin ma
*ALALEI:*kylin_metadata ​@base​ ​why ​do you need to append the prefix "ALALEI:" ? the char '':" may cause troubles in unexpected places -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone

kylin.metadata.url with hbase namespace problem

2016-02-02 Thread 北京研发中心.112456
Hi: We are using kylin 1.2 with hbase 0.98.16.1 and we have some problem with kylin.metadata.url. Env: Kylin downloaded from https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.2/apache-kylin-1.2-bin.tar.gz Hbase: 0.98.16.1 from