[jira] [Commented] (KYLIN-3270) Add integration test for Optimize Job

2018-03-04 Thread Zhong Yanghong (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385533#comment-16385533
 ] 

Zhong Yanghong commented on KYLIN-3270:
---

The bugs caused by the refactor will block cube optimization, which will block 
cube planner phase two. Thus, it's important and necessary to apply this patch 
to v2.3.

> Add integration test for Optimize Job
> -
>
> Key: KYLIN-3270
> URL: https://issues.apache.org/jira/browse/KYLIN-3270
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Tools, Build and Test
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Critical
> Attachments: APACHE-KYLIN-3270.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KYLIN-3270) Add integration test for Optimize Job

2018-03-04 Thread Zhong Yanghong (JIRA)

 [ 
https://issues.apache.org/jira/browse/KYLIN-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhong Yanghong updated KYLIN-3270:
--
Priority: Critical  (was: Major)

> Add integration test for Optimize Job
> -
>
> Key: KYLIN-3270
> URL: https://issues.apache.org/jira/browse/KYLIN-3270
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Tools, Build and Test
>Reporter: Zhong Yanghong
>Assignee: Zhong Yanghong
>Priority: Critical
> Attachments: APACHE-KYLIN-3270.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KYLIN-3276) query with dynamic parameter get the same query result

2018-03-04 Thread ZHAOXIXIN (JIRA)
ZHAOXIXIN created KYLIN-3276:


 Summary: query with dynamic parameter get the same query result
 Key: KYLIN-3276
 URL: https://issues.apache.org/jira/browse/KYLIN-3276
 Project: Kylin
  Issue Type: Bug
  Components: Driver - JDBC, Query Engine
Affects Versions: v2.2.0
 Environment: Kylin 2.2.0, JDK 1.8
Reporter: ZHAOXIXIN


sql:"select distinct uid from table where daytime=? limit 70" 
ps.setString(1,"2018-01-03") 
store the result to ArrayList, and print the size of ArrayList. 
when I set the daytime to different dates, the same result I got. 

I changed the sql, just change limit value for example 
sql:"select distinct uid from table where daytime=? limit 60" 
then I got the right value the same like query from GUI:count (distinct uid) 




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KYLIN-3275) Add unit test for StorageCleanupJob

2018-03-04 Thread jiatao.tao (JIRA)
jiatao.tao created KYLIN-3275:
-

 Summary: Add unit test for StorageCleanupJob
 Key: KYLIN-3275
 URL: https://issues.apache.org/jira/browse/KYLIN-3275
 Project: Kylin
  Issue Type: Improvement
Reporter: jiatao.tao
Assignee: jiatao.tao






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KYLIN-3274) Please delete old releases from mirroring system

2018-03-04 Thread Sebb (JIRA)
Sebb created KYLIN-3274:
---

 Summary: Please delete old releases from mirroring system
 Key: KYLIN-3274
 URL: https://issues.apache.org/jira/browse/KYLIN-3274
 Project: Kylin
  Issue Type: Bug
 Environment: https://dist.apache.org/repos/dist/release/kylin/
Reporter: Sebb


To reduce the load on the ASF mirrors, projects are required to delete old 
releases [1]

Please can you remove all non-current releases?
[From the download page, it looks like all but the latest release (2.3.0) are 
superseded.]

It's unfair to expect the 3rd party mirrors to carry old releases.

Note that older releases can still be linked from the download page, but such 
links should use the archive server at:

https://archive.apache.org/dist/incubator/mxnet/

Thanks!

[1] http://www.apache.org/dev/release.html#when-to-archive




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KYLIN-3273) Download page must not link to dist.apache.org

2018-03-04 Thread Sebb (JIRA)
Sebb created KYLIN-3273:
---

 Summary: Download page must not link to dist.apache.org
 Key: KYLIN-3273
 URL: https://issues.apache.org/jira/browse/KYLIN-3273
 Project: Kylin
  Issue Type: Bug
 Environment: https://kylin.apache.org/download/
Reporter: Sebb


The download page currently links to https://dist.apache.org/ for the hashes 
and sigs.

However that host is only intended as a staging area for use by developers.

Please can you change the links to use the ASF webserver instead?

i.e.. change
https://dist.apache.org/repos/dist/release/...
to
https://www.apache.org/dist/...
wherever it appears.

Also, the KEYS link should use https (SSL).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)