Re: different mr config for different project or cube

2017-09-05 Thread yu feng
How to do it in GUI? by cube level configuration ? show me an example please. 2017-09-06 10:18 GMT+08:00 Billy Liu : > You could override the default MR config on the project level or cube level > through the GUI, not the file. > > 2017-09-06 10:11 GMT+08:00 yu feng : > >

Re: different mr config for different project or cube

2017-09-05 Thread Billy Liu
You could override the default MR config on the project level or cube level through the GUI, not the file. 2017-09-06 10:11 GMT+08:00 yu feng : > I remember Kylin support use different mr config file for different > project, like KYLIN-1706 > <https://issues.apache.org/jira/brows

different mr config for different project or cube

2017-09-05 Thread yu feng
I remember Kylin support use different mr config file for different project, like KYLIN-1706 and KYLIN-1706 However, I do not know how to use it in kylin-2.0.0. it would be appreciated if anyone

[jira] [Created] (KYLIN-2846) Add a config of hbase namespace for cube storage

2017-09-05 Thread Liu Shaohui (JIRA)
Liu Shaohui created KYLIN-2846: -- Summary: Add a config of hbase namespace for cube storage Key: KYLIN-2846 URL: https://issues.apache.org/jira/browse/KYLIN-2846 Project: Kylin Issue Type: New

Re: Issue while query or building cube

2017-09-04 Thread Kaige Liu
Kylin does support running over VM. The problem you met might be caused by wrong distribution of Kylin. Please ensure you chose the CDH version of Kylin. http://kylin.apache.org/download/ If you still met such issue when using correct distribution, then it should be a compatibility issue. Thank

Re: Issue while query or building cube

2017-09-04 Thread gulatimahesh
So, Kylin installation is not supported over VM ? Please confirm. -- Sent from: http://apache-kylin.74782.x6.nabble.com/

[jira] [Created] (KYLIN-2845) Merging cube get error IllegalStateException

2017-09-04 Thread JiangQin (JIRA)
JiangQin created KYLIN-2845: --- Summary: Merging cube get error IllegalStateException Key: KYLIN-2845 URL: https://issues.apache.org/jira/browse/KYLIN-2845 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-2844) override max-visit-scanrange and max-fuzzykey-scan at cube level

2017-09-04 Thread Dayue Gao (JIRA)
Dayue Gao created KYLIN-2844: Summary: override max-visit-scanrange and max-fuzzykey-scan at cube level Key: KYLIN-2844 URL: https://issues.apache.org/jira/browse/KYLIN-2844 Project: Kylin

Re: Re: Can't edit cube

2017-09-04 Thread apache_...@163.com
Thinks. version: apache-kylin-2.1.0-bin-hbase1x.tar.gz deployed: single . apache_...@163.com From: ShaoFeng Shi Date: 2017-09-03 22:31 To: dev Subject: Re: Can't edit cube You'd better provide Kylin version, and how it be deployed (single or clustere

Re: Review Request 61022: KYLIN-2703 kylin supports managing access rights for project and cube through apache ranger.

2017-09-04 Thread pengjianhua
Ranger to control access rights for project and cube. Specific implementation plan is as following: On the ranger website, administrators can configure policies to control user access to projects and cube permissions. Kylin provides an abstract class and authorization interfaces for use by the

[jira] [Created] (KYLIN-2840) unseen cube

2017-09-03 Thread cnwangdp (JIRA)
cnwangdp created KYLIN-2840: --- Summary: unseen cube Key: KYLIN-2840 URL: https://issues.apache.org/jira/browse/KYLIN-2840 Project: Kylin Issue Type: Bug Components: Environment

Re: Can't edit cube

2017-09-03 Thread ShaoFeng Shi
mes it happens because one Kylin instance is used by multi-users. > > Please make sure there are no others using the Kylin at the same time. > > > > > > > > > > On 8/31/17, 3:19 PM, "apache_...@163.com" wrote: > > > > >Hi, > > &g

Re: Can't edit cube

2017-09-03 Thread Li Yang
> > On 8/31/17, 3:19 PM, "apache_...@163.com" wrote: > > >Hi, > > > >When edit the exist cube,can't save.Please help see what's the problem? > > > >Error message: > > > > > >2017-08-31 15:20:08,022 ERROR [http-bio

Re: perdue cube

2017-09-03 Thread Li Yang
We do not recommend creating mode/cube using API as they are not public according to Kylin document. To fix your inconsistent metadata, try export all, manual edit the JSON files, and import back. http://kylin.apache.org/docs21/howto/howto_backup_metadata.html On Tue, Aug 29, 2017 at 8:38 PM, 为

Re: Issue while query or building cube

2017-08-31 Thread Billy Liu
rvices. > execService(RSRpcServices.java:1758) > at > org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2. > callBlockingMethod(ClientProtos.java:32209) > > > > > > Even I tried over Cloudera VM CDH 5.12, and this even not allowing to build > the sampl

Issue while query or building cube

2017-08-31 Thread gulatimahesh
a:1758) at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:32209) Even I tried over Cloudera VM CDH 5.12, and this even not allowing to build the sample cube provided and giving the keynote file issues while am starting the kylin server. Pls help as am new to hadoop and we are

Re: OutOfMemoryError happened when build cube

2017-08-31 Thread 周湘伦
-XX:OnOutOfMemoryError='kill -9 %p' There are three computers in the cluster,and hadoop namenode in master,kylin in slave1, The memory of two computers is as follows: master: MemTotal: 16330592 kB MemFree: 5110288 kB slave1: MemTotal: 16330592 kB MemFree: 1

[jira] [Created] (KYLIN-2827) cube已经建好了,再insight 查询回报错

2017-08-31 Thread liuxd (JIRA)
liuxd created KYLIN-2827: Summary: cube已经建好了,再insight 查询回报错 Key: KYLIN-2827 URL: https://issues.apache.org/jira/browse/KYLIN-2827 Project: Kylin Issue Type: Bug Reporter: liuxd Error

Re: KYLIN 2.1 #7 Step Name: Build Cube with Spark FAIL

2017-08-31 Thread Cheng Wang
It seems some problems in spark, but no clues from the given spark log. Please follow the doc: http://kylin.apache.org/docs21/tutorial/cube_spark.html and get the spark cubing configurations correctly. BTW, make sure there are sufficient resources(memory/cores) in Yarn. On 8/31/17, 5:09 PM, "

Re: KYLIN 2.1 #7 Step Name: Build Cube with Spark FAIL

2017-08-31 Thread kylin_liu
here is kylin.log kylin.log -- Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: KYLIN 2.1 #7 Step Name: Build Cube with Spark FAIL

2017-08-31 Thread Cheng Wang
Are there any exceptions in kylin.log? On 8/31/17, 4:52 PM, "kylin_liu" wrote: >eventLogs-application_1504081250597_0061-2.zip > > > >This is spark the history logs downloaded the log file > >--

Re: KYLIN 2.1 #7 Step Name: Build Cube with Spark FAIL

2017-08-31 Thread kylin_liu
eventLogs-application_1504081250597_0061-2.zip This is spark the history logs downloaded the log file -- Sent from: http://apache-kylin.74782.x6.nabble.com/

[jira] [Created] (KYLIN-2826) Add basic support classes for cube planner algorithms

2017-08-31 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-2826: - Summary: Add basic support classes for cube planner algorithms Key: KYLIN-2826 URL: https://issues.apache.org/jira/browse/KYLIN-2826 Project: Kylin Issue

Re: Can't edit cube

2017-08-31 Thread Cheng Wang
Sometimes it happens because one Kylin instance is used by multi-users. Please make sure there are no others using the Kylin at the same time. On 8/31/17, 3:19 PM, "apache_...@163.com" wrote: >Hi, > >When edit the exist cube,can't save.Please help see what's

Can't edit cube

2017-08-31 Thread apache_...@163.com
Hi, When edit the exist cube,can't save.Please help see what's the problem? Error message: 2017-08-31 15:20:08,022 ERROR [http-bio-7070-exec-28] controller.CubeController:516 : Failed to deal with the request:Overwriting conflict /cube_desc/cube_0830.json, expect old TS 15040579465

Re: OutOfMemoryError happened when build cube

2017-08-30 Thread ShaoFeng Shi
: > > > Step 2 is a hive operation, you may need check Hive configuration to > > allocate more memory to containers. You can also customize > > conf/kylin_hive_conf.xml, as it will be applied before running Hive > > command. > > > > Step 4 is in Kylin process; If t

perdue cube

2017-08-29 Thread ??????????
hi: I use the API to create cube,the respon roughly about Cuboid overstep the boundary??after that ??the model has two cube of Noseen??so??show error info dialog when i tray to drop the model ,the error info is 'Failed to delete model. Caused by: Model is referenced by Cube 

Re: OutOfMemoryError happened when build cube

2017-08-28 Thread 周湘伦
before running Hive > command. > > Step 4 is in Kylin process; If this step got OOM, you need check whether > the cube is using "dict" encoding for a high cardinality column. As we > know, "dict" doesn't fit for high cardinality, you need revisit the cube >

Re: OutOfMemoryError happened when build cube

2017-08-28 Thread ShaoFeng Shi
Step 2 is a hive operation, you may need check Hive configuration to allocate more memory to containers. You can also customize conf/kylin_hive_conf.xml, as it will be applied before running Hive command. Step 4 is in Kylin process; If this step got OOM, you need check whether the cube is using

[jira] [Created] (KYLIN-2817) The problem with Kerberos when building Cube in the kylin read and write separation environment

2017-08-27 Thread jiangshouzhuang (JIRA)
jiangshouzhuang created KYLIN-2817: -- Summary: The problem with Kerberos when building Cube in the kylin read and write separation environment Key: KYLIN-2817 URL: https://issues.apache.org/jira/browse/KYLIN-2817

Re: OutOfMemoryError happened when build cube

2017-08-27 Thread 周湘伦
the > issue. > > 2017-08-28 10:01 GMT+08:00 周湘伦 : > > > Hi,all > > When i built cube,some error hapeend(java.lang.OutOfMemoryError). > > > > The version as belows: > > jdk1.8.0_131,kylin-2.0.0 > > > > The ram is 8g. > > > > Some

Re: OutOfMemoryError happened when build cube

2017-08-27 Thread ShaoFeng Shi
In which step you got this error? This is also important for analysis the issue. 2017-08-28 10:01 GMT+08:00 周湘伦 : > Hi,all > When i built cube,some error hapeend(java.lang.OutOfMemoryError). > > The version as belows: > jdk1.8.0_131,kylin-2.0.0 > > The ram is 8g. > >

OutOfMemoryError happened when build cube

2017-08-27 Thread 周湘伦
Hi,all When i built cube,some error hapeend(java.lang.OutOfMemoryError). The version as belows: jdk1.8.0_131,kylin-2.0.0 The ram is 8g. Some configure properties belows: mapreduce.map.memory.mb 5120 mapreduce.map.java.opts -Xmx4096m

Re: Re: an error occurred when build cube at step 6:create HTable

2017-08-24 Thread 863109...@qq.com
Thanks,that was really the reason for HBase,I fixed it,and kylin backed to normal. From: Li Yang Date: 2017-08-20 15:24 To: dev Subject: Re: an error occurred when build cube at step 6:create HTable First there is issue with your HBase. You have to fix that first. Verify by creating new HTable

[jira] [Created] (KYLIN-2802) Enable cube planner phase one

2017-08-22 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-2802: - Summary: Enable cube planner phase one Key: KYLIN-2802 URL: https://issues.apache.org/jira/browse/KYLIN-2802 Project: Kylin Issue Type: Sub-task

[jira] [Created] (KYLIN-2799) Building cube with percentile measure encounter with NullPointerException

2017-08-21 Thread zhengdong (JIRA)
zhengdong created KYLIN-2799: Summary: Building cube with percentile measure encounter with NullPointerException Key: KYLIN-2799 URL: https://issues.apache.org/jira/browse/KYLIN-2799 Project: Kylin

Re: an error occurred when build cube at step 6:create HTable

2017-08-20 Thread Li Yang
First there is issue with your HBase. You have to fix that first. Verify by creating new HTable. After HBase is back, discard the error job in Kylin and rebuild the cube again. Kylin should back to normal. On Fri, Aug 18, 2017 at 5:39 PM, 863109...@qq.com <863109...@qq.com> wrote: >

Re: [DISCUSS] On removing Cube ACL

2017-08-19 Thread Li Yang
(correct) So it does not *simplify *anything. A clear removal is still preferred, in my opinion. On Sun, Aug 20, 2017 at 1:16 PM, Li Yang wrote: > I think we are looking for a clear attitude here. Leaving an extension > point is the same to say "cube level ACL shall be kep

Re: [DISCUSS] On removing Cube ACL

2017-08-19 Thread Li Yang
I think we are looking for a clear attitude here. Leaving an extension point is the same to say "cube level ACL shall be kept in design". Because we still have to think about how the extension point works with project/model ACL etc. So it does not simply anything. On Tue, Aug 15, 2017 a

an error occurred when build cube at step 6:create HTable

2017-08-18 Thread 863109...@qq.com
Hello everyone: I've been using kylin for two months ,there was no problem each time I created projects,models and built cube,it always worked! But today I created a project, model and build cube,when I build cube , an error occurred when build cube at step 6:create HTable. The spe

[jira] [Created] (KYLIN-2794) cube merge Invalid input data. Unordered data cannot be split into multi trees

2017-08-18 Thread JIRA
翟玉勇 created KYLIN-2794: -- Summary: cube merge Invalid input data. Unordered data cannot be split into multi trees Key: KYLIN-2794 URL: https://issues.apache.org/jira/browse/KYLIN-2794 Project: Kylin

Re: How to migrate cube from one Kylin to another (for example, Kylin QA to Kylin Production) within the different Hadoop Cluster

2017-08-15 Thread Li Yang
; shaofengshi wrote > > Kylin metadata migration is very simple, just follow the "backup/restore > > metadata" guide. > > > > But if you want to have the Cube data also be moved to new cluster, you > > need migrate: > > > > 1) Hive tables (metadat

Re: [DISCUSS] On removing Cube ACL

2017-08-15 Thread Luke Han
Data Model level is better than Cube level. How about to leave extend point there for people who want to keep Cube Level ACL? Best Regards! - Luke Han On Tue, Aug 15, 2017 at 5:30 PM, Li Yang wrote: > So we can still control who can (or cannot) access a cube

Re: [DISCUSS] On removing Cube ACL

2017-08-15 Thread Li Yang
So we can still control who can (or cannot) access a cube by defining ACL on tables, right? On Mon, Aug 7, 2017 at 2:26 PM, ShaoFeng Shi wrote: > It makes sense for me. Will the Cube ACL info be migrated (from Cube to > Table) when it is done? > > 2017-08-07 10:37 GMT+08:0

Re: Timeout when refreshing a cube

2017-08-09 Thread ShaoFeng Shi
Kylin relies on HBase not only for Cube, but also for meta data. A stable HBase is the basis if you expect Kylin with high performance and high availability. I don't know how EMR can ensure HBase HA when auto-scaling; if it couldn't, that would be a problem. 2017-08-09 0:19 GMT+08

Re: Timeout when refreshing a cube

2017-08-08 Thread bk_180
e was decomissioned due this configuration. Can you see any other problem we migth face? Thanks for answering my post. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Timeout-when-refreshing-a-cube-tp8658p8671.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: How to migrate cube from one Kylin to another (for example, Kylin QA to Kylin Production) within the different Hadoop Cluster

2017-08-08 Thread wangzy24
> But if you want to have the Cube data also be moved to new cluster, you > need migrate: > > 1) Hive tables (metadata and files); > 2) Files in Kylin HDFS working dir; > 3) HBase tables (KYLIN_.*) > > There is no a tool to automate these steps. You need do that b

Re: Timeout when refreshing a cube

2017-08-07 Thread ShaoFeng Shi
-- /dict/", is there any chance this occur because of > timeout error? > > -- > View this message in context: http://apache-kylin.74782.x6. > nabble.com/Timeout-when-refreshing-a-cube-tp8658.html > Sent from the Apache Kylin mailing list archive at Nabble.com. > -- Best regards, Shaofeng Shi 史少锋

Timeout when refreshing a cube

2017-08-07 Thread bk_180
No resource found at -- /dict/", is there any chance this occur because of timeout error? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Timeout-when-refreshing-a-cube-tp8658.html Sent from the Apache Kylin mailing list archive at Nabble.com.

[jira] [Created] (KYLIN-2778) Sample cube doesn't have ACL info

2017-08-07 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2778: --- Summary: Sample cube doesn't have ACL info Key: KYLIN-2778 URL: https://issues.apache.org/jira/browse/KYLIN-2778 Project: Kylin Issue Type: Bug Af

Re: [DISCUSS] On removing Cube ACL

2017-08-06 Thread ShaoFeng Shi
It makes sense for me. Will the Cube ACL info be migrated (from Cube to Table) when it is done? 2017-08-07 10:37 GMT+08:00 hongbin ma : > Current ACL design is based on very early versions where kylin merely had > simple concepts like projects and cubes. > With the advent of Kylin

[DISCUSS] On removing Cube ACL

2017-08-06 Thread hongbin ma
Current ACL design is based on very early versions where kylin merely had simple concepts like projects and cubes. With the advent of Kylin v2.0, and several new concepts like Data Model ( http://kylin.apache.org/docs/gettingstarted/concepts.html) and Query Pushdown (KYLIN-2515), the original cube

Re: How to migrate cube from one Kylin to another (for example, Kylin QA to Kylin Production) within the different Hadoop Cluster

2017-08-06 Thread Li Yang
Rebuild the cube in new cluster is often easier. On Thu, Aug 3, 2017 at 8:29 PM, ShaoFeng Shi wrote: > Kylin metadata migration is very simple, just follow the "backup/restore > metadata" guide. > > But if you want to have the Cube data also be moved to new cluster, you

Re: How can I edit model & cube?

2017-08-06 Thread Li Yang
ed > > > thinks. > > > > > > > apache_...@163.com > > 发件人: apache_...@163.com > 发送时间: 2017-08-02 12:14 > 收件人: dev > 主题: How can I edit model & cube? > Hi, > >How can I edit model & cube by rest interface? could you share some > ways to edit it by api(not kylin UI),thinks . > > > > apache_...@163.com >

Re: How to migrate cube from one Kylin to another (for example, Kylin QA to Kylin Production) within the different Hadoop Cluster

2017-08-03 Thread ShaoFeng Shi
Kylin metadata migration is very simple, just follow the "backup/restore metadata" guide. But if you want to have the Cube data also be moved to new cluster, you need migrate: 1) Hive tables (metadata and files); 2) Files in Kylin HDFS working dir; 3) HBase tables (KYLIN_.*) There is

How to migrate cube from one Kylin to another (for example, Kylin QA to Kylin Production) within the different Hadoop Cluster

2017-08-03 Thread wangzy24
What would you do if you wanted to do metadata migration between completely independent environments within the different Hadoop Cluster? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/How-to-migrate-cube-from-one-Kylin-to-another-for-example-Kylin-QA-to-Kylin

[jira] [Created] (KYLIN-2775) Streaming Cube Sample

2017-08-02 Thread Billy Liu (JIRA)
Billy Liu created KYLIN-2775: Summary: Streaming Cube Sample Key: KYLIN-2775 URL: https://issues.apache.org/jira/browse/KYLIN-2775 Project: Kylin Issue Type: New Feature Components

回复: How can I edit model & cube?

2017-08-02 Thread apache_...@163.com
These problems have now been sorted thinks. apache_...@163.com 发件人: apache_...@163.com 发送时间: 2017-08-02 12:14 收件人: dev 主题: How can I edit model & cube? Hi, How can I edit model & cube by rest interface? could you share some ways to edit it by api(not kylin UI

[jira] [Created] (KYLIN-2774) ACL inherit only works when creating model/cube

2017-08-02 Thread jiatao.tao (JIRA)
jiatao.tao created KYLIN-2774: - Summary: ACL inherit only works when creating model/cube Key: KYLIN-2774 URL: https://issues.apache.org/jira/browse/KYLIN-2774 Project: Kylin Issue Type: Bug

How can I edit model & cube?

2017-08-01 Thread apache_...@163.com
Hi, How can I edit model & cube by rest interface? could you share some ways to edit it by api(not kylin UI),thinks . apache_...@163.com

Re: Re: cube计算结果为空

2017-08-01 Thread 253719...@qq.com
Kylin 2513, 2601 and 2651社区里边找不到 253719...@qq.com 发件人: Alberto Ramón 发送时间: 2017-07-31 04:11 收件人: dev 主题: Re: cube计算结果为空 Check changes in Kylin 2513, 2601 and 2651 2017-07-27 3:08 GMT+01:00 253719...@qq.com <253719...@qq.com>: > > kylin v2.0 ,cube在计算(sum)类型为double的一列值以后,查询结果为

Re: cube已经为ready状态,但无法执行查询语句

2017-07-30 Thread Alberto Ramón
"Timeout visiting cube" is because HBase take long time to response to Apache Kylin Check: The status of your HBase and if design your cube is adequate to your query "select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by p

Re: cube计算结果为空

2017-07-30 Thread Alberto Ramón
Check changes in Kylin 2513, 2601 and 2651 2017-07-27 3:08 GMT+01:00 253719...@qq.com <253719...@qq.com>: > > kylin v2.0 ,cube在计算(sum)类型为double的一列值以后,查询结果为空,该字段在数据库中查询一切正常, > 请问有人知道是怎么回事吗? > -- > >

[jira] [Created] (KYLIN-2769) Non-partitioned cube doesn't need show start/end time

2017-07-30 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2769: --- Summary: Non-partitioned cube doesn't need show start/end time Key: KYLIN-2769 URL: https://issues.apache.org/jira/browse/KYLIN-2769 Project: Kylin Issue

cube计算结果为空

2017-07-26 Thread 253719...@qq.com
kylin v2.0 ,cube在计算(sum)类型为double的一列值以后,查询结果为空,该字段在数据库中查询一切正常,请问有人知道是怎么回事吗?

Re: Migrating cube error reporting

2017-07-26 Thread ShaoFeng Shi
What's your migration parameters? Seems you're doing the migration between two Kylin instances which are serving the same cluster. 2017-07-26 15:21 GMT+08:00 lh...@cndatacom.com : > Migrating cube error reporting: > > 1. > 2017-07-26 15:20:42,342 ERROR [main CubeMigrat

Migrating cube error reporting

2017-07-26 Thread lh...@cndatacom.com
Migrating cube error reporting: 1. 2017-07-26 15:20:42,342 ERROR [main CubeMigrationCLI:305]: error met java.lang.InterruptedException: Cannot rename folder /kylin/kylin_metadata/kylin-154ecfbe-bcab-4c1d-895f-55c17bddac58 to folder /kylin/kylin_metadata/kylin-154ecfbe-bcab-4c1d-895f

Re: Re: Cube view

2017-07-25 Thread apache_...@163.com
Hi, column level. Similar to the create many view(one or many column) on one table(result data) in rdbms. apache_...@163.com From: ShaoFeng Shi Date: 2017-07-25 21:24 To: dev Subject: Re: Cube view Do you mean more fine granularify access control (row level and column level)? For

kylin迁移cube遇到的问题

2017-07-25 Thread lh...@cndatacom.com
报错信息: Error: Could not find or load main class org.apache.kylin.storage.hbase.util.CubeMigrationCLT lh...@cndatacom.com

Re: kylin的cube迁移的时候遇到的问题

2017-07-25 Thread ShaoFeng Shi
Hi yao, Attachement is filtered by the apache mailing list. Please paste the content or share it with some sharing service like gist. 在 2017年7月25日 下午4:37,lh...@cndatacom.com 写道: > ..补发,,,kylin的cube迁移的时候遇到的问题,详情请看附件 > > -- > lh...@cndatacom.com > -

Re: Cube view

2017-07-25 Thread ShaoFeng Shi
Do you mean more fine granularify access control (row level and column level)? For example some user can get the overall data, while some user can only access partial data, from one cube. 2017-07-25 19:59 GMT+08:00 Li Yang : > No such plan yet. Please create a JIRA and describe the requirem

Re: Cube view

2017-07-25 Thread Li Yang
No such plan yet. Please create a JIRA and describe the requirement in more details if you think it is important. Thanks! Yang On Fri, Jul 21, 2017 at 12:33 PM, apache_...@163.com wrote: > Hi, > > Sometime,the Cube result must share some departments,department can only > access

Re: Timeout visiting cube

2017-07-25 Thread zephyrli
t; but it's not working. > > > > -- > > View this message in context: http://apache-kylin.74782.x6. > > nabble.com/Timeout-visiting-cube-tp8540p8541.html > > Sent from the Apache Kylin mailing list archive at Nabble.com. > > > > > > -- > Best reg

Re: Timeout visiting cube

2017-07-25 Thread ShaoFeng Shi
not working. > > -- > View this message in context: http://apache-kylin.74782.x6. > nabble.com/Timeout-visiting-cube-tp8540p8541.html > Sent from the Apache Kylin mailing list archive at Nabble.com. > -- Best regards, Shaofeng Shi 史少锋

kylin的cube迁移的时候遇到的问题

2017-07-25 Thread lh...@cndatacom.com
..补发,,,kylin的cube迁移的时候遇到的问题,详情请看附件 lh...@cndatacom.com

[jira] [Created] (KYLIN-2757) Couldn't get cube size if using Azure Data Lake Store

2017-07-25 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2757: --- Summary: Couldn't get cube size if using Azure Data Lake Store Key: KYLIN-2757 URL: https://issues.apache.org/jira/browse/KYLIN-2757 Project: Kylin Issue

Re: Timeout visiting cube

2017-07-24 Thread zephyrli
I've tried this: $KYLIN_HOME/bin/kylin.sh org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI $KYLIN_HOME/lib/kylin-coprocessor-*.jar all but it's not working. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Timeout-visiting-cube-tp8540p8541.html Sen

Timeout visiting cube

2017-07-24 Thread zephyrli
rror while executing SQL "select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt LIMIT 5": Timeout visiting cube! Check why coprocessor exception is not sent back? In coprocessor Self-termination is checked every 1

Re: cube已经为ready状态,但无法执行查询语句

2017-07-24 Thread zephyrli
led, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt LIMIT 5": Timeout visiting cube! Check why coprocessor exception is not sent back? In coprocessor Self-termination is checked every 100 scanned rows, the configured timeout(32400) cannot support

Re: Review Request 61022: KYLIN-2703 kylin supports managing access rights for project and cube through apache ranger.

2017-07-24 Thread pengjianhua
using Ranger to control access rights for project and cube. Specific implementation plan is as following: On the ranger website, administrators can configure policies to control user access to projects and cube permissions. Kylin provides an abstract class and authorization interfaces for use by the

[jira] [Created] (KYLIN-2752) Let cube htable support hbase namespace.

2017-07-23 Thread Albert Lee (JIRA)
Albert Lee created KYLIN-2752: - Summary: Let cube htable support hbase namespace. Key: KYLIN-2752 URL: https://issues.apache.org/jira/browse/KYLIN-2752 Project: Kylin Issue Type: New Feature

Re: build cube error

2017-07-22 Thread Li Yang
You need to build the cube, which loads data into cube, before it can serve queries. On Thu, Jul 20, 2017 at 10:12 AM, Li Feng wrote: > Hi, > > This may due to metadata disruption ,try to purge the cube and build again. > > BR, > Lee. > > 发件人: "apache_...@163.com&

Review Request 61022: KYLIN-2703 kylin supports managing access rights for project and cube through apache ranger.

2017-07-21 Thread pengjianhua
for project and cube. Specific implementation plan is as following: On the ranger website, administrators can configure policies to control user access to projects and cube permissions. Kylin provides an abstract class and authorization interfaces for use by the ranger plugin. kylin instantiates

Cube view

2017-07-20 Thread apache_...@163.com
Hi, Sometime,the Cube result must share some departments,department can only access part of cube columns, Have any plans to support the Cube view? apache_...@163.com

Re: build cube error

2017-07-19 Thread Li Feng
Hi, This may due to metadata disruption ,try to purge the cube and build again. BR, Lee. 发件人: "apache_...@163.com" 答复: "dev@kylin.apache.org" 日期: 2017年7月19日 星期三 21:24 至: dev 主题: build cube error Hi, After i created model(m01) and cube(c001 base m01),when i build t

build cube error

2017-07-19 Thread apache_...@163.com
Hi, After i created model(m01) and cube(c001 base m01),when i build the c001 cube, get a error, "cube c001 doesn't contain and ready segment",What's the reason, please? apache_...@163.com

Re: failed to build streaming cube

2017-07-17 Thread Billy Liu
Need more information for investigation, including kylin.log, failed MapReduce logs, even metadata. 2017-07-18 10:20 GMT+08:00 崔苗 : > Hello Folks: > we failed to build streaming cube in first step:save data from kafka, this > is the output log:Counters: 12 >

failed to build streaming cube

2017-07-17 Thread 崔苗
Hello Folks: we failed to build streaming cube in first step:save data from kafka, this is the output log:Counters: 12 Job Counters Failed map tasks=4 Launched map tasks=4 Other local map tasks=3 Rack-local map tasks=1

Re: FW: Sample Cube Exception

2017-07-17 Thread Li Yang
Hadoop env problem. Suggest using a popular hadoop distribution like CDH or HDP, or such Hadoop issue could haunt for days. On Mon, Jul 10, 2017 at 3:19 PM, wrote: > Hi > While I trying to create a cube following the exmple tutorial, I got the > following exception, any one knows wh

Re: Kylin2.0 can support create models or cube by restful ?

2017-07-16 Thread Alberto Ramón
Check this mailList http://apache-kylin.74782.x6.nabble.com/Re-REST-APIs-for-Create-Update-models-and-cubes-and-selecting-datasources-tt7947.html On 17 July 2017 at 04:44, 1820983...@qq.com <1820983...@qq.com> wrote: > Hi, > > pls help: > >Kylin2.0 can support cre

Kylin2.0 can support create models or cube by restful ?

2017-07-16 Thread 1820983...@qq.com
Hi, pls help: Kylin2.0 can support create models or cube by restful ? pls share some demo code or about info. 1820983...@qq.com

Re: cube on hbase

2017-07-15 Thread Billy Liu
Check this slide first please 2017-07-14 16:58 GMT+08:00 hugo_zun <987093...@qq.com>: > i want to know,cube How to store in hbase。but i only can get it . > --- > rowKey:380962967050406209848320,family:F1,column:M,value: "� > > i want

cube on hbase

2017-07-14 Thread hugo_zun
i want to know,cube How to store in hbase。but i only can get it . --- rowKey:380962967050406209848320,family:F1,column:M,value:"� i want to decode . what can i do? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/cube-on-hbase-tp8441.html

[jira] [Created] (KYLIN-2730) Introduce genetic algorithm for cube planner

2017-07-12 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-2730: - Summary: Introduce genetic algorithm for cube planner Key: KYLIN-2730 URL: https://issues.apache.org/jira/browse/KYLIN-2730 Project: Kylin Issue Type: Sub

[jira] [Created] (KYLIN-2729) Introduce greedy algorithm for cube planner

2017-07-12 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-2729: - Summary: Introduce greedy algorithm for cube planner Key: KYLIN-2729 URL: https://issues.apache.org/jira/browse/KYLIN-2729 Project: Kylin Issue Type: Sub

[jira] [Created] (KYLIN-2727) Introduce cube planner able to select cost-effective cuboids to be built by cost-based algorithms

2017-07-12 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-2727: - Summary: Introduce cube planner able to select cost-effective cuboids to be built by cost-based algorithms Key: KYLIN-2727 URL: https://issues.apache.org/jira/browse/KYLIN-2727

FW: Sample Cube Exception

2017-07-10 Thread jun.liu
Hi While I trying to create a cube following the exmple tutorial, I got the following exception, any one knows why this is happening? java.lang.RuntimeException: java.io.IOException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: Unable to

[jira] [Created] (KYLIN-2708) cube merge operations can not execute success

2017-07-03 Thread catchen (JIRA)
catchen created KYLIN-2708: -- Summary: cube merge operations can not execute success Key: KYLIN-2708 URL: https://issues.apache.org/jira/browse/KYLIN-2708 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-2703) kylin supports managing access rights for project and cube through apache ranger.

2017-07-03 Thread peng.jianhua (JIRA)
peng.jianhua created KYLIN-2703: --- Summary: kylin supports managing access rights for project and cube through apache ranger. Key: KYLIN-2703 URL: https://issues.apache.org/jira/browse/KYLIN-2703

Review Request 60456: KYLIN-2688 When the model has a ready cube, should not allow user to edit model JSON in web.

2017-06-30 Thread pengjianhua
. Bugs: KYLIN-2688 https://issues.apache.org/jira/browse/KYLIN-2688 Repository: kylin Description --- When the model has a ready cube?user can not edit model and prompt “This model is still used by xxxCube”?but user can edit model JSON in the web?It should be kept consistent? Diffs

<    4   5   6   7   8   9   10   11   12   13   >