[jira] [Created] (KYLIN-3817) Duration in Cube building is negative number

2019-02-18 Thread Na Zhai (JIRA)
Na Zhai created KYLIN-3817: -- Summary: Duration in Cube building is negative number Key: KYLIN-3817 URL: https://issues.apache.org/jira/browse/KYLIN-3817 Project: Kylin Issue Type: Bug Affects

Apache Kylin Meetup @Shanghai, 23 Feb 2019

2019-02-18 Thread ShaoFeng Shi
Hello, There will be a Kylin meetup event on this Saturday afternoon at Shanghai, China. Engineers from China UnionPay (银联), Ctrip (携程), eBay and Kyligence will share their use case and experiences with Kylin. There are some seats left, so if you can come, please register here by free:

Re: [kylin] left join怎样join is null记录

2019-02-18 Thread ShaoFeng Shi
Can you use some value (like "unknown") to represent NULL ? NULL is not equal to anything, including NULL: https://stackoverflow.com/questions/1843451/why-does-null-null-evaluate-to-false-in-sql-server Best regards, Shaofeng Shi 史少锋 Apache Kylin PMC Work email: shaofeng@kyligence.io

Retry mechanism is invalid when build with spark

2019-02-18 Thread mailpig
In kylin-2.5.2, retry mechanism is invalid when build with spark. In SparkExecutable, when spark app runing failed, it while return a result with -1. Then, the function dowork will return a ExecuteResult without a Throwable object, it's null. source code is: