[jira] [Created] (KYLIN-2213) UnsupportedOperationException when excute 'not like' query on cube v1

2016-11-17 Thread zhengdong (JIRA)
zhengdong created KYLIN-2213: Summary: UnsupportedOperationException when excute 'not like' query on cube v1 Key: KYLIN-2213 URL: https://issues.apache.org/jira/browse/KYLIN-2213 Project: Kylin

Re: Kylin Job Server is single-point

2016-11-17 Thread ??????
Hi, Haile. Since 1.6.1, Kylin will support distributed job build server and make job server more extensible, available and reliable. The related jira is KYLIN-2006. -- Original -- From: "??";; Date: Fri, Nov 18, 2016 02:59 PM To:

[jira] [Created] (KYLIN-2212) 'NOT' operator in filter on derived column may get incorrect result

2016-11-17 Thread zhengdong (JIRA)
zhengdong created KYLIN-2212: Summary: 'NOT' operator in filter on derived column may get incorrect result Key: KYLIN-2212 URL: https://issues.apache.org/jira/browse/KYLIN-2212 Project: Kylin

[jira] [Created] (KYLIN-2211) IDictionaryValueEnumerator should return String instead of byte[]

2016-11-17 Thread liyang (JIRA)
liyang created KYLIN-2211: - Summary: IDictionaryValueEnumerator should return String instead of byte[] Key: KYLIN-2211 URL: https://issues.apache.org/jira/browse/KYLIN-2211 Project: Kylin Issue

Kylin Job Server is single-point

2016-11-17 Thread 杨海乐
Hello all, Kylin's job server must be single-point ? and if job server crashs, all job must restart . There is some method to solve this problem? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Kylin-Job-Server-is-single-point-tp6336.html Sent from the Apache

can kylin query sql with multiple Fields association?

2016-11-17 Thread 杨海乐
Hello all, after creating a cube with multiple fields association from two table( fact table , lookup table), can I query sql with same association condition? -- View this message in context:

SQL "NOT IN" returns incorrect result

2016-11-17 Thread lxw
Hi, When I use "NOT IN" in where clause, it returns incorrect result, and instead use "<>", then result is OK. Raw data; SELECT c.ad_place_type, COUNT(1) as cnt FROM fact_table a LEFT JOIN dim_table as c ON (ad_id = crt_id AND mtid = mtid_) WHERE pt = '2016-11-17' GROUP by

?????? default.kylin_intermediate not found NoSuchObjectException

2016-11-17 Thread ????????????????-??????
Here is the error log. java.lang.RuntimeException: java.io.IOException: NoSuchObjectException(message:default.kylin_intermediate_kylin_sales_cube_desc_15b80b03_6cc5_4d1a_a4e3_b072c624d7f3 table not found) at

Re: Auto merge cube error

2016-11-17 Thread Li Yang
100g is definitely out of the scope of a normal JVM. What is your original problem? On Mon, Nov 14, 2016 at 2:53 PM, 仇同心 wrote: > Hi,all: > > I met an error when cube was auto merge,I also set -Xmx100g -Xms100g,but > this error still appeared. > > > >

[jira] [Created] (KYLIN-2208) Unclosed FileReader in HiveCmdBuilder#build()

2016-11-17 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-2208: - Summary: Unclosed FileReader in HiveCmdBuilder#build() Key: KYLIN-2208 URL: https://issues.apache.org/jira/browse/KYLIN-2208 Project: Kylin Issue Type: Bug

[jira] [Created] (KYLIN-2207) Ineffective null check in ExtendCubeToHybridCLI#createFromCube()

2016-11-17 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-2207: - Summary: Ineffective null check in ExtendCubeToHybridCLI#createFromCube() Key: KYLIN-2207 URL: https://issues.apache.org/jira/browse/KYLIN-2207 Project: Kylin Issue

Re: 答复: Duplicate Column! Error coming while executing the query- Using Kyline 1.6 Snapshot version

2016-11-17 Thread Li Yang
Em.. this worth a JIRA. https://issues.apache.org/jira/browse/KYLIN-2206 On Wed, Nov 9, 2016 at 8:18 PM, roger shi wrote: > Hi Ankur, > > Kylin doesn't support this kind of query " ... where fo.pick_due_ts >= > fo.last_update_ts ... ". You work around by creating

Re: [REPORT] Kylin - November 2016

2016-11-17 Thread Li Yang
Good suggestion, we should record these sessions in future. On Tue, Nov 8, 2016 at 3:40 PM, Alberto Ramón wrote: > Is There any Youtube channel with all Videos ? I cant find any > > 2016-11-08 0:24 GMT+01:00 Luke Han : > > > ## Description: > >

Re: some confuse about Mandatory Dimensions

2016-11-17 Thread ShaoFeng Shi
xiaoming, Kylin saves the HyperLogLog or Bitmap for the distinct count measure (not just a number!), which means they are mergable for complex query. So even you mark A+B+C as mandantory, when you query for a certain sub combination like A, it will use those HLL or Bitmap to merge again to return

[jira] [Created] (KYLIN-2205) Use column name as the default measure name

2016-11-17 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2205: --- Summary: Use column name as the default measure name Key: KYLIN-2205 URL: https://issues.apache.org/jira/browse/KYLIN-2205 Project: Kylin Issue Type:

[jira] [Created] (KYLIN-2204) Export result set as CSV, the double-byte characters are messed up

2016-11-17 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2204: --- Summary: Export result set as CSV, the double-byte characters are messed up Key: KYLIN-2204 URL: https://issues.apache.org/jira/browse/KYLIN-2204 Project: Kylin