[jira] [Commented] (KYLIN-1513) Time partitioning doesn't work across multiple days

2016-03-21 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15205833#comment-15205833 ] Hao Chen commented on KYLIN-1513: - Looking into it. > Time partitioning doesn't work across multiple days

[jira] [Updated] (KYLIN-1506) Refactor time-based filter on resource

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Description: h1. Problem Currently all operations like getJobOutputs/getJobs and so on are use two-times

[jira] [Commented] (KYLIN-1505) Combine guava filters with Predicates.and

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15203275#comment-15203275 ] Hao Chen commented on KYLIN-1505: - Cool, thanks Yang! > Combine guava filters with Predicates.and >

[jira] [Updated] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1434: Fix Version/s: v1.5.1 > Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment >

[jira] [Updated] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1434: Affects Version/s: v1.5.0 v1.3.0 > Kylin Job Monitor API: /kylin/api/jobs is too

[jira] [Resolved] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1434. - Resolution: Resolved The response should be speeded up by about 3 times with the changes in KYLIN-1504,

[jira] [Resolved] (KYLIN-1505) Combine guava filters with Predicates.and

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1505. - Resolution: Resolved Patches are accepted and merged together with

[jira] [Resolved] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1506. - Resolution: Resolved Patches are accepted and merged into code base at

[jira] [Resolved] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1506. - Resolution: Fixed Patches are accepted and merged into code base at

[jira] [Updated] (KYLIN-1505) Combine guava filters with Predicates.and

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1505: Summary: Combine guava filters with Predicates.and (was: Combine guava filters with Predicates.and and

[jira] [Commented] (KYLIN-1505) Combine guava filters with Predicates.and and combine hbase RowKeyOnlyFilter and PrefixFilter with FilterLists

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15203152#comment-15203152 ] Hao Chen commented on KYLIN-1505: - Will not Combine hbase RowKeyOnlyFilter and PrefixFilter with

[jira] [Resolved] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1504. - Resolution: Resolved Resolve the ticket and the pull request https://github.com/apache/kylin/pull/29 has

[jira] [Commented] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-20 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15203139#comment-15203139 ] Hao Chen commented on KYLIN-1504: - Thanks [~liyang.g...@gmail.com] > Use NavigableSet to store rowkey and

[jira] [Commented] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15203122#comment-15203122 ] Hao Chen commented on KYLIN-1506: - [~liyang.g...@gmail.com] could you please help review my patches as

[jira] [Created] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-19 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1504: --- Summary: Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side Key: KYLIN-1504 URL:

[jira] [Created] (KYLIN-1505) Combine guava filters with Predicates.and and combine hbase RowKeyOnlyFilter and PrefixFilter with FilterLists

2016-03-19 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1505: --- Summary: Combine guava filters with Predicates.and and combine hbase RowKeyOnlyFilter and PrefixFilter with FilterLists Key: KYLIN-1505 URL:

[jira] [Comment Edited] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200813#comment-15200813 ] Hao Chen edited comment on KYLIN-1434 at 3/18/16 2:04 AM: --

[jira] [Commented] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201215#comment-15201215 ] Hao Chen commented on KYLIN-1434: - [~liyang.g...@gmail.com] please help review following patches for

[jira] [Updated] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Description: h1. Problem Currently all operations like getJobOutputs/getJobs and so on are use two-times

[jira] [Updated] (KYLIN-1505) Combine guava filters with Predicates.and and combine hbase RowKeyOnlyFilter and PrefixFilter with FilterLists

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1505: Description: - Combine guava filters with Predicates.and(filters) - Combine hbase RowKeyOnlyFilter and

[jira] [Created] (KYLIN-1506) Refactor time-based filter on resource

2016-03-19 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1506: --- Summary: Refactor time-based filter on resource Key: KYLIN-1506 URL: https://issues.apache.org/jira/browse/KYLIN-1506 Project: Kylin Issue Type: Sub-task

[jira] [Updated] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Labels: patch (was: ) > Refactor resource interface for timeseries-based data like jobs to much > better

[jira] [Commented] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200813#comment-15200813 ] Hao Chen commented on KYLIN-1434: - [~liyang.g...@gmail.com] I thought clearly now, the simplest and

[jira] [Reopened] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-19 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reopened KYLIN-1504: - Will resolve only after path is merged. > Use NavigableSet to store rowkey and use prefix filter to check

[jira] [Updated] (KYLIN-1506) Refactor time-based filter on resource

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Description: H1. Problem Currently all operations like getJobOutputs/getJobs and so on are use two-times

[jira] [Updated] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Summary: Refactor resource interface for timeseries-based data like jobs to much better performance (was:

[jira] [Updated] (KYLIN-1505) Combine guava filters with Predicates.and and combine hbase RowKeyOnlyFilter and PrefixFilter with FilterLists

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1505: Issue Type: Improvement (was: Sub-task) Parent: (was: KYLIN-1434) > Combine guava filters with

[jira] [Updated] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1504: Issue Type: Improvement (was: Sub-task) Parent: (was: KYLIN-1434) > Use NavigableSet to store

[jira] [Updated] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Affects Version/s: v1.4.0 v1.5.0 v1.3.0 > Refactor resource

[jira] [Created] (KYLIN-1509) Pagination with start rowkey+limit is much more efficient then using offset+limit

2016-03-18 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1509: --- Summary: Pagination with start rowkey+limit is much more efficient then using offset+limit Key: KYLIN-1509 URL: https://issues.apache.org/jira/browse/KYLIN-1509 Project: Kylin

[jira] [Updated] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1504: Labels: jobs metadata (was: jobs) > Use NavigableSet to store rowkey and use prefix filter to check

[jira] [Updated] (KYLIN-1509) Pagination with [start rowkey+limit] is much more efficient than using [offset+limit]

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1509: Summary: Pagination with [start rowkey+limit] is much more efficient than using [offset+limit] (was:

[jira] [Comment Edited] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200813#comment-15200813 ] Hao Chen edited comment on KYLIN-1434 at 3/18/16 2:03 AM: --

[jira] [Commented] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201047#comment-15201047 ] Hao Chen commented on KYLIN-1434: - Found lots of parts could be optimized before involving too large

[jira] [Updated] (KYLIN-1509) Pagination with [start rowkey+limit] is much more efficient then using [offset+limit]

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1509: Component/s: Metadata > Pagination with [start rowkey+limit] is much more efficient then using >

[jira] [Updated] (KYLIN-1506) Refactor resource interface for timeseries-based data like jobs to much better performance

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1506: Issue Type: Improvement (was: Sub-task) Parent: (was: KYLIN-1434) > Refactor resource

[jira] [Updated] (KYLIN-1504) Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side

2016-03-18 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1504: Component/s: REST Service Metadata > Use NavigableSet to store rowkey and use prefix

[jira] [Commented] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-16 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196955#comment-15196955 ] Hao Chen commented on KYLIN-1434: - As a simpler backward compatible solution, we could simply push the

[jira] [Comment Edited] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15195028#comment-15195028 ] Hao Chen edited comment on KYLIN-1434 at 3/15/16 10:08 AM: --- Generic TimeSeries

[jira] [Comment Edited] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15195028#comment-15195028 ] Hao Chen edited comment on KYLIN-1434 at 3/15/16 10:00 AM: --- Generic TimeSeries

[jira] [Comment Edited] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15195028#comment-15195028 ] Hao Chen edited comment on KYLIN-1434 at 3/15/16 9:58 AM: -- Generic TimeSeries

[jira] [Comment Edited] (KYLIN-1434) Kylin Job Monitor API: /kylin/api/jobs is too slow

2016-03-15 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15195028#comment-15195028 ] Hao Chen edited comment on KYLIN-1434 at 3/15/16 9:59 AM: -- Generic TimeSeries

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-03-14 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15194654#comment-15194654 ] Hao Chen edited comment on KYLIN-1427 at 3/15/16 2:58 AM: -- I think

[jira] [Commented] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-03-14 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15194654#comment-15194654 ] Hao Chen commented on KYLIN-1427: - [~dipeshkhakhkhar] > Enable partition date column to support date and

[jira] [Commented] (KYLIN-1460) Dup key found exception while creating dictionary

2016-03-01 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15174056#comment-15174056 ] Hao Chen commented on KYLIN-1460: - Thanks Bongbin. > Dup key found exception while creating dictionary >

[jira] [Commented] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-29 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171594#comment-15171594 ] Hao Chen commented on KYLIN-1427: - Is it ok to change the fixed version as `v2.1`? > Enable partition

[jira] [Updated] (KYLIN-1447) Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table during step#1 of Kylin cube building

2016-02-24 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1447: Affects Version/s: v2.0 > Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table >

[jira] [Updated] (KYLIN-1447) Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table during step#1 of Kylin cube building

2016-02-24 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1447: Affects Version/s: v2.1 > Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table >

[jira] [Updated] (KYLIN-1447) Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table during step#1 of Kylin cube building

2016-02-24 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1447: Description: {code} Build Result of Job SOURCE_TABLE - 2016010100_2016020100 - BUILD - PST

[jira] [Updated] (KYLIN-1447) Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table during step#1 of Kylin cube building

2016-02-24 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1447: Component/s: Job Engine > Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table >

[jira] [Updated] (KYLIN-1447) Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table during step#1 of Kylin cube building

2016-02-24 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1447: Summary: Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table during step#1 of Kylin

[jira] [Created] (KYLIN-1447) Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table as Step#1 in Kylin cube building

2016-02-24 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1447: --- Summary: Hive Duplicate Entry Exception while creating Intermediate Flat Hive Table as Step#1 in Kylin cube building Key: KYLIN-1447 URL: https://issues.apache.org/jira/browse/KYLIN-1447

[jira] [Created] (KYLIN-1446) Visualization in Kylin Insight page doesn't work with line chart

2016-02-24 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1446: --- Summary: Visualization in Kylin Insight page doesn't work with line chart Key: KYLIN-1446 URL: https://issues.apache.org/jira/browse/KYLIN-1446 Project: Kylin Issue

[jira] [Updated] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-23 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1427: Affects Version/s: v2.0 v2.1 > Enable partition date column to support date and hour

[jira] [Reopened] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reopened KYLIN-1427: - > Enable partition date column to support date and hour as separate columns for > increment cube build >

[jira] [Resolved] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1427. - Resolution: Fixed > Enable partition date column to support date and hour as separate columns for >

[jira] [Commented] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15158243#comment-15158243 ] Hao Chen commented on KYLIN-1427: - Got it, thanks. > Enable partition date column to support date and

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156862#comment-15156862 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 1:18 PM: --

[jira] [Commented] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156862#comment-15156862 ] Hao Chen commented on KYLIN-1427: - [~liyang.g...@gmail.com] Please help review

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156623#comment-15156623 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 12:57 PM: --- *

[jira] [Updated] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1427: Description: There are some data table, which save date and hour at 2 columns. For this kind of source

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156623#comment-15156623 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 10:03 AM: --- *

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156623#comment-15156623 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 10:02 AM: --- {code} {

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156623#comment-15156623 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 8:45 AM: -- h2. Changes - Support

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156623#comment-15156623 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 8:45 AM: -- h2. Changes - Support

[jira] [Comment Edited] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

2016-02-22 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156623#comment-15156623 ] Hao Chen edited comment on KYLIN-1427 at 2/22/16 8:44 AM: -- h2. Changes - Support

[jira] [Updated] (KYLIN-1366) Bind metadata version with release version

2016-02-03 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1366: Attachment: KYLIN-1366.2.x-staging.patch > Bind metadata version with release version >

[jira] [Updated] (KYLIN-1366) Bind metadata version with release version

2016-02-03 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1366: Attachment: (was: KYLIN-1366.2.x-staging.patch) > Bind metadata version with release version >

[jira] [Resolved] (KYLIN-1366) Bind metadata version with release version

2016-02-03 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1366. - Resolution: Resolved > Bind metadata version with release version >

[jira] [Commented] (KYLIN-1366) Bind metadata version with release version

2016-02-02 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15129925#comment-15129925 ] Hao Chen commented on KYLIN-1366: - Ok, will fix the conflict and re-submit. > Bind metadata version with

[jira] [Commented] (KYLIN-1366) Bind metadata version with release version

2016-02-01 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126032#comment-15126032 ] Hao Chen commented on KYLIN-1366: - Updated patch, please help review. > Bind metadata version with

[jira] [Updated] (KYLIN-1366) Bind metadata version with release version

2016-02-01 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1366: Attachment: KYLIN-1366.2.x-staging.patch > Bind metadata version with release version >

[jira] [Updated] (KYLIN-1366) Bind metadata version with release version

2016-02-01 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1366: Attachment: (was: KYLIN-1366.2.x-staging.patch) > Bind metadata version with release version >

[jira] [Issue Comment Deleted] (KYLIN-1366) Bind metadata version with release version

2016-01-31 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1366: Comment: was deleted (was: Cool, it will be better.) > Bind metadata version with release version >

[jira] [Comment Edited] (KYLIN-1366) Bind metadata version with release version

2016-01-31 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15124832#comment-15124832 ] Hao Chen edited comment on KYLIN-1366 at 1/31/16 9:39 AM: -- [~mahongbin] Please

[jira] [Commented] (KYLIN-1366) Bind metadata version with release version

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15124832#comment-15124832 ] Hao Chen commented on KYLIN-1366: - [~mahongbin] Please help review the patch. It mainly includes an

[jira] [Reopened] (KYLIN-1374) Error creating bean with name 'aclService' defined in file [/home/hadoop/apache-kylin-1.2-bin/tomcat/webapps/kylin/WEB-INF/classes/org/apache/kylin/rest/service/AclServi

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reopened KYLIN-1374: - Resume back the ticket status. > Error creating bean with name 'aclService' defined in file >

[jira] [Updated] (KYLIN-1374) Error creating bean with name 'aclService' defined in file [/home/hadoop/apache-kylin-1.2-bin/tomcat/webapps/kylin/WEB-INF/classes/org/apache/kylin/rest/service/AclServic

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1374: Assignee: liyang (was: Hao Chen) > Error creating bean with name 'aclService' defined in file >

[jira] [Closed] (KYLIN-1374) Error creating bean with name 'aclService' defined in file [/home/hadoop/apache-kylin-1.2-bin/tomcat/webapps/kylin/WEB-INF/classes/org/apache/kylin/rest/service/AclService

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen closed KYLIN-1374. --- Resolution: Won't Fix Assignee: Hao Chen (was: liyang) Answered at mailing list:

[jira] [Updated] (KYLIN-1382) CubeMigrationCLI reports error when migrate cube

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1382: Assignee: Shaofeng SHI (was: Hao Chen) > CubeMigrationCLI reports error when migrate cube >

[jira] [Issue Comment Deleted] (KYLIN-1374) Error creating bean with name 'aclService' defined in file [/home/hadoop/apache-kylin-1.2-bin/tomcat/webapps/kylin/WEB-INF/classes/org/apache/kylin/rest/ser

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1374: Comment: was deleted (was: Resume back the ticket status.) > Error creating bean with name 'aclService'

[jira] [Issue Comment Deleted] (KYLIN-1374) Error creating bean with name 'aclService' defined in file [/home/hadoop/apache-kylin-1.2-bin/tomcat/webapps/kylin/WEB-INF/classes/org/apache/kylin/rest/ser

2016-01-30 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1374: Comment: was deleted (was: Answered at mailing list:

[jira] [Updated] (KYLIN-1366) Bind metadata version with release version

2016-01-29 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1366: Attachment: KYLIN-1366.2.x-staging.patch > Bind metadata version with release version >

[jira] [Commented] (KYLIN-1366) Bind metadata version with release version

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15119788#comment-15119788 ] Hao Chen commented on KYLIN-1366: - [~mahongbin] I think it's very clear to add version for metadata:

[jira] [Updated] (KYLIN-1355) Add script to build a java-hotfix package, instead of a full package

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1355: Affects Version/s: 2.1 > Add script to build a java-hotfix package, instead of a full package >

[jira] [Assigned] (KYLIN-1355) Add script to build a java-hotfix package, instead of a full package

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned KYLIN-1355: --- Assignee: Hao Chen (was: hongbin ma) > Add script to build a java-hotfix package, instead of a full

[jira] [Commented] (KYLIN-1355) Add script to build a java-hotfix package, instead of a full package

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15118949#comment-15118949 ] Hao Chen commented on KYLIN-1355: - h2. Changes * Add build/script/package_libs.sh to build library jars

[jira] [Resolved] (KYLIN-1355) Add script to build a java-hotfix package, instead of a full package

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1355. - Resolution: Resolved > Add script to build a java-hotfix package, instead of a full package >

[jira] [Resolved] (KYLIN-1363) Got "unary operator expected" error when executing "bin/kylin.sh"

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen resolved KYLIN-1363. - Resolution: Resolved > Got "unary operator expected" error when executing "bin/kylin.sh" >

[jira] [Closed] (KYLIN-1363) Got "unary operator expected" error when executing "bin/kylin.sh"

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen closed KYLIN-1363. --- > Got "unary operator expected" error when executing "bin/kylin.sh" >

[jira] [Closed] (KYLIN-1355) Add script to build a java-hotfix package, instead of a full package

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen closed KYLIN-1355. --- > Add script to build a java-hotfix package, instead of a full package >

[jira] [Assigned] (KYLIN-1366) Bind metadata version with release version

2016-01-27 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen reassigned KYLIN-1366: --- Assignee: Hao Chen (was: hongbin ma) > Bind metadata version with release version >

[jira] [Updated] (KYLIN-1363) Got "unary operator expected" error when executing "bin/kylin.sh"

2016-01-24 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1363: Flags: Patch > Got "unary operator expected" error when executing "bin/kylin.sh" >

[jira] [Created] (KYLIN-1363) Got "unary operator expected" error when executing ./bin/kylin.sh

2016-01-23 Thread Hao Chen (JIRA)
Hao Chen created KYLIN-1363: --- Summary: Got "unary operator expected" error when executing ./bin/kylin.sh Key: KYLIN-1363 URL: https://issues.apache.org/jira/browse/KYLIN-1363 Project: Kylin Issue

[jira] [Updated] (KYLIN-1363) Got "unary operator expected" error when executing "bin/kylin.sh"

2016-01-23 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated KYLIN-1363: Summary: Got "unary operator expected" error when executing "bin/kylin.sh" (was: Got "unary operator