[jira] [Created] (KYLIN-1556) Improvement on cube selection

2016-03-31 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1556:
-

 Summary: Improvement on cube selection
 Key: KYLIN-1556
 URL: https://issues.apache.org/jira/browse/KYLIN-1556
 Project: Kylin
  Issue Type: Improvement
Reporter: hongbin ma
Assignee: hongbin ma


Currently there're too many dirty rules in the cube selection process. (and 
often wrong cubes get chosen) 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KYLIN-1555) Prepare to release 1.5.1

2016-03-31 Thread Dong Li (JIRA)
Dong Li created KYLIN-1555:
--

 Summary: Prepare to release 1.5.1
 Key: KYLIN-1555
 URL: https://issues.apache.org/jira/browse/KYLIN-1555
 Project: Kylin
  Issue Type: Task
  Components: General
Reporter: Dong Li
Assignee: Dong Li






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KYLIN-1554) /docs/gettingstarted/terminology.md was not found

2016-03-31 Thread yunjiong zhao (JIRA)
yunjiong zhao created KYLIN-1554:


 Summary: /docs/gettingstarted/terminology.md was not found 
 Key: KYLIN-1554
 URL: https://issues.apache.org/jira/browse/KYLIN-1554
 Project: Kylin
  Issue Type: Bug
Reporter: yunjiong zhao


When you click link Terminology on 
http://kylin.apache.org/docs/gettingstarted/concepts.html, it will report error:
Not Found

The requested URL /docs/gettingstarted/terminology.md was not found on this 
server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: V1.5 query no results

2016-03-31 Thread ShaoFeng Shi
v1.5.1 is on the way; it will include a couple of bug fixes; The next
release date hasn't been decided. You will receive the vote email when it
is kick off.

2016-03-31 14:54 GMT+08:00 Jie Tao :

> Thanks for the message. You are right, it may be Hbase problem. I have
> hbase-0.98.17-hadoop2. It may not be the Hadoop problem because I tested
> with Hadoop 2.6 and got the same error:
>
> Java.lang.IllegalArgumentException: No enum constant
> org.apache.hadoop.mapreduce
> .JobCounter.VCORES_MILLIS_REDUCES
>
> When is the  next release? I will wait. Now I work with v1.3. It is fine
> with my Hbase and Hadoop.
>
> Best regards,
>
> Jie
>
>
>
> Am 30.03.2016 um 16:36 schrieb ShaoFeng Shi:
>
>> Hi Jie,
>>
>> I compared the hadoop version in 1.5 and 1.3, they are almost the same,
>> except hbase-hadoop2.version, which is 0.98.8 on v1.3 but 0.98.4 on
>> v1.5.0). Maybe it has some impactions; if you couldn't wait for next
>> release, you can clone Kylin's v1.5.0 tag, change the pom.xml, make a new
>> binary package, and then deploy it in your cluster to see whether it solve
>> this issue.
>>
>> Thank you for reporting issue to Kylin!
>>
>>
>>
>> 2016-03-29 22:41 GMT+08:00 Jie Tao :
>>
>> I see errors in the log:
>>> java.lang.IllegalArgumentException: No enum constant
>>> org.apache.hadoop.mapreduce
>>> .JobCounter.VCORES_MILLIS_REDUCES
>>>
>>> The problem may be my Hadoop version 2.7, according to this JIRA:
>>> https://issues.apache.org/jira/browse/KYLIN-1183.
>>>
>>> But: v1.2 and v1.3 run on Hadoop 2.7 without any problem. Maybe you can
>>> check v1.5 to find what was changed. Your suggested Hadoop version is
>>> 2.4-2.7. So I work with Hadoop 2.7.
>>>
>>> Best regards,
>>>
>>> Jie
>>>
>>>
>>> Am 29.03.2016 um 12:35 schrieb ShaoFeng Shi:
>>>
>>> I checked this query in my sandbox with 1.5.0 binary package, it can
 return
 records;

 Just check a couple of things:
 1. whether the hive table has data;
 2. whether the cube has built the date range which covers 2012 to 2013;


 2016-03-29 17:06 GMT+08:00 Jie Tao :

 Hi,

> I installed v1.5 and built the sample cube. All was fine. But when I
> query
> with
>
> 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
>
> I got No Result / Results (0). Kylin.log shows:
>
> User: ADMIN
> Success: true
> Duration: 0.172
> Project: learn_kylin
> Realization Names: [kylin_sales_cube]
> Cuboid Ids: [64]
> Total scan count: 0
> Result row count: 0
> Accept Partial: true
> Is Partial Result: false
> Hit Exception Cache: false
> Storage cache used: false
> Message: null
>
>
> I created a cube with my own table and also no results. I installed
> v1.2
> earlier but I deleted all tables (including kylin_metadata) in Hbase. I
> think there should be no problem now with version conflict. But I did
> not
> delte Hive table.
>
> What is wrong?
>
> Best regards,
>
> Jie
>
>
>

>>
>


-- 
Best regards,

Shaofeng Shi


[jira] [Created] (KYLIN-1553) Cannot find rowkey column "COL_NAME" in cube CubeDesc

2016-03-31 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1553:
---

 Summary: Cannot find rowkey column "COL_NAME" in cube CubeDesc
 Key: KYLIN-1553
 URL: https://issues.apache.org/jira/browse/KYLIN-1553
 Project: Kylin
  Issue Type: Bug
  Components: Metadata, Web 
Affects Versions: v1.5.0
Reporter: Shaofeng SHI
Assignee: Zhong,Jason
 Fix For: v1.5.1


Create a cube, select a lookup table's PK as dimension column, save the cube 
Kylin reports error "Cannot find rowkey column SITE_ID in cube CubeDesc 
[name=my_cube]"

Check the JSON of the cube definition, the PK wasn't replaced with the FK on 
fact table (expected behavior). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)