[jira] [Created] (KYLIN-1786) Frontend work for KYLIN-1313

2016-06-14 Thread Dong Li (JIRA)
Dong Li created KYLIN-1786: -- Summary: Frontend work for KYLIN-1313 Key: KYLIN-1786 URL: https://issues.apache.org/jira/browse/KYLIN-1786 Project: Kylin Issue Type: Improvement Components:

Re: id-name

2016-06-14 Thread Dong Li
Are these dimensions on Lookup tables or Fact table? If lookup tables, you could use derived dimension. If fact table, would they both become filter? If yes, you can use joint aggragation group; if not, you may use ExtendedColumn measure. But this measure are not enabled on WebUI currently, I reme

RE: Timeout visiting cube

2016-06-14 Thread Jiaojiao Li
Thanks for your reply. Here is more detailed information. Query: select count(distinct userid) from TestTable Web Results info: Error while executing SQL "select count(distinct userid) from TestTable LIMIT 5": Timeout visiting cube! Kylin_query.log: 2016-06-15 02:18:22,737 ERROR [http-bio-7070

Re: id-name

2016-06-14 Thread yu feng
derived dimension is a better choice. 2016-06-14 23:00 GMT+08:00 耳东 <775620...@qq.com>: > hi allwhen I build the cube, there are always dimension like > (city_id,city_name) or (terminal_id,terminal_name) and so on, which is one > to one relation. I don't want to let both id and name be dimens

Re: Timeout visiting cube

2016-06-14 Thread Dong Li
There should be more exceptions which telling the root-cause before the TimeoutVisitingCube exception. Like Hongbin said, could you please provided more information? Thanks, Dong Li 2016-06-15 9:11 GMT+08:00 Jiaojiao Li : > Gentle ping... > > -Original Message- > From: Jiaojiao Li [mailt

some doubt about hierarchy dimension in kylin 1.5+

2016-06-14 Thread 251469031
Hi all: There are 2 questions bothering me as follows: 1. In kylin 1.5+, the type of dimensions includes 'Normal' & 'Derived', and 'Hierarchy' is removed from the dimension tab button to aggregation groups, being a kind of select_rule(@see New Aggregation Group). For the hierarchy dimen

RE: Timeout visiting cube

2016-06-14 Thread Jiaojiao Li
Gentle ping... -Original Message- From: Jiaojiao Li [mailto:jia...@microsoft.com] Sent: Tuesday, June 14, 2016 4:51 PM To: dev@kylin.apache.org Cc: shaofeng...@apache.org Subject: Timeout visiting cube Hi Kylin experts, Error happens when perform query, query is like this *select count

?????? npm not ok

2016-06-14 Thread TTS2????????
-- -- ??: "nichunen";; : 2016??6??14??(??) 11:22 ??: "dev"; : "dev"; : Re: npm not ok Hi, I recommend using the linux binary from nodejs.org, available at https://nodejs.org/en/download/ This

Re: npm not ok

2016-06-14 Thread nichunen
Hi, I recommend using the linux binary from nodejs.org,   available at  https://nodejs.org/en/download/ This should prevent node/npm version conflicts. George/倪春恩 Mobile:+86-13501723787| WeChat:nceecn 北京明略软件系统有限公司(MiningLamp.COM ) 上海市浦东新区晨晖路258号G座iDream张江科创中心C125 Room C125#,I

Re: npm not ok

2016-06-14 Thread Dong Li
Seems your node version is too old. npm ERR! Perhaps not compatible with your version of node? npm ERR! at installTargetsError (/usr/share/npm/lib/cache.js:488:10) npm ERR! at next_ (/usr/share/npm/lib/cache.js:438:17) npm ERR! at next (/usr/share/npm/lib/cache.js:415:44) npm ERR!

npm not ok

2016-06-14 Thread TTS2????????
[INFO] Reactor Summary: [INFO] [INFO] Kylin:HadoopOLAPEngine . SUCCESS [ 5.083 s] [INFO] Kylin:AtopCalcite .. SUCCESS [ 11.024 s] [INFO] Kylin:Core-Common .. SUCCESS [ 20.227 s] [INFO] Kylin:Core-Metadata

id-name

2016-06-14 Thread ????
hi allwhen I build the cube, there are always dimension like (city_id,city_name) or (terminal_id,terminal_name) and so on, which is one to one relation. I don't want to let both id and name be dimension. How can I make name a measure other than a dimension?

?????? build error in step Build N-Dimension Cuboid Data : 20-Dimension

2016-06-14 Thread ????
yes it is the same issue, and it is just submitted 2 hours ago. -- -- ??: "Dong Li";; : 2016??6??14??(??) 10:48 ??: "dev"; : Re: build error in step Build N-Dimension Cuboid Data : 20-Dimension Is same issue with KYLIN-17

Re: build error in step Build N-Dimension Cuboid Data : 20-Dimension

2016-06-14 Thread Dong Li
Is same issue with KYLIN-1785? https://issues.apache.org/jira/browse/KYLIN-1785 Thanks, Dong Li 2016-06-13 16:18 GMT+08:00 耳东 <775620...@qq.com>: > Hi All: When I build the cube, it failed in the step Build N-Dimension > Cuboid Data : 20-Dimension. > > >The output shows as follows: >

?????? Not a valid JAR

2016-06-14 Thread TTS2????????
??maven, -- -- ??: "Dong Li";; : 2016??6??14??(??) 10:31 ??: "dev"; : Re: Not a valid JAR Hi, A better way is to use build/script/package.sh to build your own tar package. The kylin-job-*.jar un

Re: 答复: Timeout visiting cube

2016-06-14 Thread hongbin ma
seems other exception happened before your provided stack trace. Can you provide more logs? On Tue, Jun 14, 2016 at 6:43 PM, 赵天烁 wrote: > Same problem with you, Hadoop 2.4.1,hbase 0.98,kylin 1.5.2.1 > > > - > > 赵天烁 > Kevin Zhao > zhaotians...@m

Re: Not a valid JAR

2016-06-14 Thread Dong Li
Hi, A better way is to use build/script/package.sh to build your own tar package. The kylin-job-*.jar under $KYLIN_HOME/lib folder comes from assembly/target/kylin-assembly-*-job.jar, rather than core-job/target/kyin-core-job-*.jar. Thanks, Dong Li 2016-06-14 22:06 GMT+08:00 TTS2沉默天使 <85546...@

Re: Not a valid JAR

2016-06-14 Thread hongbin ma
based on which branch did you start your trial? is it 1.5.x-HBase1.x? if you want to build kylin by your own you can take a look at $KYLIN_HOME/build/script/package.sh On Tue, Jun 14, 2016 at 10:06 PM, TTS2沉默天使 <85546...@qq.com> wrote: > sample.sh > Sample hive tables are created successfully; Go

Not a valid JAR

2016-06-14 Thread TTS2????????
sample.sh Sample hive tables are created successfully; Going to create sample cube... Not a valid JAR: /usr/local/other/apache-kylin-1.5.2-bin/org.apache.kylin.common.persistence.ResourceTool 1.pom??hbase??1.2.1 2.??jar??libjar kylin-core-job-1.5.2.1.jar kylin-storage-h

[jira] [Created] (KYLIN-1785) NoSuchElementException when Mandatory Dimensions contains all Dimensions

2016-06-14 Thread guohuili (JIRA)
guohuili created KYLIN-1785: --- Summary: NoSuchElementException when Mandatory Dimensions contains all Dimensions Key: KYLIN-1785 URL: https://issues.apache.org/jira/browse/KYLIN-1785 Project: Kylin

kylin intermediate tables in Hive

2016-06-14 Thread Jie Tao
Kylin actually drops useless intermediate tables after cube building, but I still see one "kylin_intermediate_cubename_searchdata" table for each cube building in Hive. Are these tables still usefull for Kylin? I use Kylin 1.5.2.1. Cheers, Jie

答复: Questions about kylin page and js modify packaging

2016-06-14 Thread 赵天烁
图片在邮件里看不到,文字发过来看下吧 - 赵天烁 Kevin Zhao zhaotians...@meizu.com 珠海市魅族科技有限公司 MEIZU Technology Co., Ltd. 广东省珠海市科技创新海岸魅族科技楼 MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai, 519085, Guangdong, China meizu.com -邮件原件- 发件人: 仇同心 [mailto

答复: Timeout visiting cube

2016-06-14 Thread 赵天烁
Same problem with you, Hadoop 2.4.1,hbase 0.98,kylin 1.5.2.1 - 赵天烁 Kevin Zhao zhaotians...@meizu.com 珠海市魅族科技有限公司 MEIZU Technology Co., Ltd. 广东省珠海市科技创新海岸魅族科技楼 MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai, 519085, Guangdong, China me

答复: Questions about kylin page and js modify packaging

2016-06-14 Thread 仇同心
您好: kylin/tomcat/webapps/ kylin.war ,打开这个war包,里面也是没有的。请问我的路径对吗? -邮件原件- 发件人: 赵天烁 [mailto:zhaotians...@meizu.com] 发送时间: 2016年6月14日 16:40 收件人: dev@kylin.apache.org; u...@kylin.apache.org 主题: 答复: Questions about kylin page and js modify packaging 在kylin.war里面 -

Re: hi

2016-06-14 Thread Liangfei.Su
Alex, Yes, you're heard. If you mean to subscribe the kylin dev DL. Please drop mail to dev-subscr...@kylin.apache.org, not dev@kylin.apache.org. The email bolt will give instructions to subscribe. Note, the mail send to dev@kylin.apache.org will be received by all people who subscribe the DL. Ple

答复: Questions about kylin page and js modify packaging

2016-06-14 Thread 仇同心
您好: kylin/tomcat/webapps/ kylin.war ,打开这个war包,里面也是没有的。请问我的路径对吗? -邮件原件- 发件人: 赵天烁 [mailto:zhaotians...@meizu.com] 发送时间: 2016年6月14日 16:40 收件人: dev@kylin.apache.org; u...@kylin.apache.org 主题: 答复: Questions about kylin page and js modify packaging 在kylin.war里面 -

Timeout visiting cube

2016-06-14 Thread Jiaojiao Li
Hi Kylin experts, Error happens when perform query, query is like this *select count(distinct userid) from XXX LIMIT 5*. Caused by: java.lang.RuntimeException: Timeout visiting cube! More detailed stack trace shows: at org.apache.kylin.storage.hbase.cube.v2.CubeHBaseEndpointRPC$Expecte

答复: Questions about kylin page and js modify packaging

2016-06-14 Thread 赵天烁
在kylin.war里面 - 赵天烁 Kevin Zhao zhaotians...@meizu.com 珠海市魅族科技有限公司 MEIZU Technology Co., Ltd. 广东省珠海市科技创新海岸魅族科技楼 MEIZU Tech Bldg., Technology & Innovation Coast Zhuhai, 519085, Guangdong, China meizu.com 发件人: 仇

hi

2016-06-14 Thread alex wang
hi

Questions about kylin page and js modify packaging

2016-06-14 Thread 仇同心
您好: 由于根据公司项目使用需要,修改了部分js和html,但是这些修改的js和html要打到生产环境的哪个路径下? 在/kylin/tomcat/路径下没找到相关文件。 附件是相关js贴图。 [cid:image001.png@01D1C659.8536DFD0]