[jira] [Created] (KYLIN-1346) IllegalStateException happens in SparkCubing

2016-01-19 Thread Dong Li (JIRA)
Dong Li created KYLIN-1346: -- Summary: IllegalStateException happens in SparkCubing Key: KYLIN-1346 URL: https://issues.apache.org/jira/browse/KYLIN-1346 Project: Kylin Issue Type: Bug Comp

关于 kylin 函数的问题

2016-01-19 Thread 王琳
Dear 关于kylin 函数的问题请教一下: 业务场景: TopN查询 在hive中可以使用开窗函数,诸如: select row_number() over (partition by part_dt order by item_count) as row1 ,part_dt, item_count from kylin_sales; 再Kylin 中建立cube的时候 ,如何来控制? 谢谢

关于 apache kylin 函数的问题

2016-01-19 Thread 王琳
Dear

[jira] [Created] (KYLIN-1345) measure type expansion when dealing sum of decimal metric

2016-01-19 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1345: - Summary: measure type expansion when dealing sum of decimal metric Key: KYLIN-1345 URL: https://issues.apache.org/jira/browse/KYLIN-1345 Project: Kylin Issue Type:

[jira] [Created] (KYLIN-1344) Bitmap measure defined after TopN measure can cause merge to fail

2016-01-19 Thread liyang (JIRA)
liyang created KYLIN-1344: - Summary: Bitmap measure defined after TopN measure can cause merge to fail Key: KYLIN-1344 URL: https://issues.apache.org/jira/browse/KYLIN-1344 Project: Kylin Issue Type

[jira] [Created] (KYLIN-1343) Upgrade calcite version to 1.6

2016-01-19 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1343: - Summary: Upgrade calcite version to 1.6 Key: KYLIN-1343 URL: https://issues.apache.org/jira/browse/KYLIN-1343 Project: Kylin Issue Type: Improvement Re

Re: Video tutorials for Apache Kylin

2016-01-19 Thread hongbin ma
our suggestion for new users is to leverage hdp sandbox which is free to download. some guy helped us build a docker in the very early stage of Kylin, however it is out of maintenance and honestly speaking maintaining the docker image is an extra burden for us. On Wed, Jan 20, 2016 at 12:30 AM, Ky

Re: internal hive table and build the cube backward

2016-01-19 Thread yu feng
ShaoFeng Shi is right, kylin use hive command to generate intermediate table(take it as source data), and use hcatlog get data from hive in step2, hive performance does have an impact on Kylin's performance, so a newer version is recommended。 2016-01-20 8:05 GMT+08:00 ShaoFeng Shi : > Only the f

Re: internal hive table and build the cube backward

2016-01-19 Thread ShaoFeng Shi
Only the first step actually, Kylin runs "hive -e" command to create an intermediate table; The following steps are running MR over the files under that table. 2016-01-20 4:18 GMT+08:00 zhong zhang : > Hi Yu and Everyone, > > Just a little bit supplement, Hive definitely involves in the step of >

[jira] [Created] (KYLIN-1342) Fix typo

2016-01-19 Thread zhaoyunjiong (JIRA)
zhaoyunjiong created KYLIN-1342: --- Summary: Fix typo Key: KYLIN-1342 URL: https://issues.apache.org/jira/browse/KYLIN-1342 Project: Kylin Issue Type: Improvement Reporter: zhaoyunjio

Re: internal hive table and build the cube backward

2016-01-19 Thread zhong zhang
Hi Yu and Everyone, Just a little bit supplement, Hive definitely involves in the step of Create Intermediate Flat Hive Table and Build Dimension Dictionary. The question is that does Hive involve in the following steps of building cuboids? Best regards, Zhong On Sun, Jan 17, 2016 at 10:35 PM, y

Re: internal hive table and build the cube backward

2016-01-19 Thread zhong zhang
Hi Yu, How is Kylin retrieving the data? Is it using Hive only for the metadata? Or is it using Hive to retrieve the data for it? If Kylin use Hive to retrieve the data for the build, then won't performance of hive have an impact on Kylin's performance as well? I've also done some research for th

Re: Video tutorials for Apache Kylin

2016-01-19 Thread KylinPOC
Agreed. Docker is not a silver bullet. But to get a quick start with Kylin without a distro is time consuming. And for people who are new to Kylin and want to quickly do a sample cube build to get the feel of the product it will be great to include the latest stable version of Kylin in Docker. --

Convert Cuboid Data to HFile failed when hbase in different HDFS

2016-01-19 Thread yu feng
In the step 'Convert Cuboid Data to HFile' execute failed, error log is : java.io.IOException: Failed to run job : Unable to map logical nameservice URI 'hdfs://A' to a NameNode. Local configuration does not have a failover proxy provide r configured. at org.apache.hadoop.mapred.YARNRunner.submit

[jira] [Created] (KYLIN-1341) Display JSON of Data Model in the dialog

2016-01-19 Thread Dong Li (JIRA)
Dong Li created KYLIN-1341: -- Summary: Display JSON of Data Model in the dialog Key: KYLIN-1341 URL: https://issues.apache.org/jira/browse/KYLIN-1341 Project: Kylin Issue Type: Improvement

[jira] [Created] (KYLIN-1340) Tools to extract all cube/hybrid/project related metadata to facilitate diagnosing/debugging/sharing

2016-01-19 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1340: - Summary: Tools to extract all cube/hybrid/project related metadata to facilitate diagnosing/debugging/sharing Key: KYLIN-1340 URL: https://issues.apache.org/jira/browse/KYLIN-1340

Re: kylin job压缩支持的参数!

2016-01-19 Thread hongbin ma
​you can comment out all entries containing snappy in kylin_hive_conf.xml, kylin_job_conf.xml and kylin.properties (find them in $KYLIN_HOME/conf​) in that case MR will use no compression, and storage in hbase will not use any, either. -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kyli

kylin job压缩支持的参数!

2016-01-19 Thread wenye...@163.com
因为我使用的hadoop为2.6的版本,为官方的二进制包,测试发现不支持Snappy压缩,kylin在运行job想换个压缩方式,那么mapred.map.output.compression.codec这个参数可以配置为的value有哪些? 我的配置kylin_job_conf.xml: mapred.map.output.compression.codec org.apache.hadoop.io.compress.SnappyCodec The compression codec to use for map outputs

[jira] [Created] (KYLIN-1339) N/A Job Tracking URL in Build WebUI

2016-01-19 Thread Yerui Sun (JIRA)
Yerui Sun created KYLIN-1339: Summary: N/A Job Tracking URL in Build WebUI Key: KYLIN-1339 URL: https://issues.apache.org/jira/browse/KYLIN-1339 Project: Kylin Issue Type: Bug Component

[jira] [Created] (KYLIN-1338) UI multiple select cursor focus issue

2016-01-19 Thread Zhong,Jason (JIRA)
Zhong,Jason created KYLIN-1338: -- Summary: UI multiple select cursor focus issue Key: KYLIN-1338 URL: https://issues.apache.org/jira/browse/KYLIN-1338 Project: Kylin Issue Type: Improvement

[jira] [Created] (KYLIN-1337) Sort cube name doesn't work well

2016-01-19 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1337: --- Summary: Sort cube name doesn't work well Key: KYLIN-1337 URL: https://issues.apache.org/jira/browse/KYLIN-1337 Project: Kylin Issue Type: Bug Components: W

[jira] [Created] (KYLIN-1336) 404 errors of model page and api 'access/DataModelDesc' in console

2016-01-19 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1336: --- Summary: 404 errors of model page and api 'access/DataModelDesc' in console Key: KYLIN-1336 URL: https://issues.apache.org/jira/browse/KYLIN-1336 Project: Kylin Issue

[jira] [Created] (KYLIN-1335) Disable PrintResult in KylinQueryTest

2016-01-19 Thread Dong Li (JIRA)
Dong Li created KYLIN-1335: -- Summary: Disable PrintResult in KylinQueryTest Key: KYLIN-1335 URL: https://issues.apache.org/jira/browse/KYLIN-1335 Project: Kylin Issue Type: Improvement Affects V

Re: Cube build error - file kylin_job_meta does not exist

2016-01-19 Thread Li Yang
Well, it's very old and stable. :-) We shall check the new Hadoop Job API. http://hadoop.apache.org/docs/stable2/api/org/apache/hadoop/mapreduce/Job.html#addArchiveToClassPath(org.apache.hadoop.fs.Path) On Wed, Jan 13, 2016 at 12:30 AM, hongbin ma wrote: > btw, @liyang is our usage of hadoop