[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4660:


Commit 53b62a9bd11c6d5b2e3be9ca099f57309238241f in kylin's branch 
refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=53b62a9 ]

KYLIN-4660 FIX UT


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu resolved KYLIN-4660.
-
Resolution: Fixed

> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (KYLIN-4744) Add tracking URL for build spark job on yarn

2020-09-06 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu resolved KYLIN-4744.
-
Resolution: Fixed

> Add tracking URL for build spark job on yarn
> 
>
> Key: KYLIN-4744
> URL: https://issues.apache.org/jira/browse/KYLIN-4744
> Project: Kylin
>  Issue Type: Improvement
>  Components: Job Engine
>Reporter: Yaqian Zhang
>Assignee: Yaqian Zhang
>Priority: Minor
> Fix For: v4.0.0-alpha
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (KYLIN-4659) Prepare a technical preview version for Parquet Storage

2020-09-06 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu reassigned KYLIN-4659:
---

Assignee: Xiaoxiang Yu  (was: Xiaoxiang Yu)

> Prepare a technical preview version for Parquet Storage
> ---
>
> Key: KYLIN-4659
> URL: https://issues.apache.org/jira/browse/KYLIN-4659
> Project: Kylin
>  Issue Type: New Feature
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> The Kylin team plan to release a technical preview version of new Kylin 4.X 
> at the end of August. Before that, I want to remove misleading/conflicting 
> information/source code, prepare basic documentation for our new version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (KYLIN-4719) Refine kylin-defaults.properties for parquet Storage

2020-09-06 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu resolved KYLIN-4719.
-
Resolution: Fixed

> Refine kylin-defaults.properties for parquet Storage
> 
>
> Key: KYLIN-4719
> URL: https://issues.apache.org/jira/browse/KYLIN-4719
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Environment 
>Reporter: Xiaoxiang Yu
>Assignee: Zhichao  Zhang
>Priority: Major
> Fix For: v4.0.0-alpha
>
>
> A lot of properties is use less now, we should
>  # remove some of them, such as flink engine, jdbc source
>  # add new properties for new implementation
>  ## sparder context
>  ## global dictionary
>  ## other..
>  
> {code:java}
> // 
>  FLINK ENGINE CONFIGS ###
> #
> ### Flink conf (default is in flink/conf/flink-conf.yaml)
> #kylin.engine.flink-conf.jobmanager.heap.size=2G
> #kylin.engine.flink-conf.taskmanager.heap.size=4G
> #kylin.engine.flink-conf.taskmanager.numberOfTaskSlots=1
> #kylin.engine.flink-conf.taskmanager.memory.preallocate=false
> #kylin.engine.flink-conf.job.parallelism=1
> #kylin.engine.flink-conf.program.enableObjectReuse=false
> #kylin.engine.flink-conf.yarn.queue=
> #kylin.engine.flink-conf.yarn.nodelabel=
> #
>  QUERY PUSH DOWN ###
> #
> ##kylin.query.pushdown.runner-class-name=org.apache.kylin.query.pushdown.PushDownRunnerSparkImpl
> #
> ##kylin.query.pushdown.update-enabled=false
> #
>  JDBC Data Source
> ##kylin.source.jdbc.connection-url=
> ##kylin.source.jdbc.driver=
> ##kylin.source.jdbc.dialect=
> ##kylin.source.jdbc.user=
> ##kylin.source.jdbc.pass=
> ##kylin.source.jdbc.sqoop-home=
> ##kylin.source.jdbc.filed-delimiter=|
> #
>  Livy with Kylin
> ##kylin.engine.livy-conf.livy-enabled=false
> ##kylin.engine.livy-conf.livy-url=http://LivyHost:8998
> ##kylin.engine.livy-conf.livy-key.file=hdfs:///path-to-kylin-job-jar
> ##kylin.engine.livy-conf.livy-arr.jars=hdfs:///path-to-hadoop-dependency-jar
> code placeholder
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [kylin] hit-lacus opened a new pull request #1400: Just Verify If TravisCI passed

2020-09-06 Thread GitBox


hit-lacus opened a new pull request #1400:
URL: https://github.com/apache/kylin/pull/1400


   ## Proposed changes
   
   Describe the big picture of your changes here to communicate to the 
maintainers why we should accept this pull request. If it fixes a bug or 
resolves a feature request, be sure to link to that issue.
   
   ## Types of changes
   
   What types of changes does your code introduce to Kylin?
   _Put an `x` in the boxes that apply_
   
   - [ ] Bugfix (non-breaking change which fixes an issue)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to not work as expected)
   - [ ] Documentation Update (if none of the other choices apply)
   
   ## Checklist
   
   _Put an `x` in the boxes that apply. You can also fill these out after 
creating the PR. If you're unsure about any of them, don't hesitate to ask. 
We're here to help! This is simply a reminder of what we are going to look for 
before merging your code._
   
   - [ ] I have create an issue on [Kylin's 
jira](https://issues.apache.org/jira/browse/KYLIN), and have described the 
bug/feature there in detail
   - [ ] Commit messages in my PR start with the related jira ID, like 
"KYLIN- Make Kylin project open-source"
   - [ ] Compiling and unit tests pass locally with my changes
   - [ ] I have added tests that prove my fix is effective or that my feature 
works
   - [ ] If this change need a document change, I will prepare another pr 
against the `document` branch
   - [ ] Any dependent changes have been merged
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
user@kylin or dev@kylin by explaining why you chose the solution you did and 
what alternatives you considered, etc...
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4660:


Commit 83ac152b9812a973d6fb778f2db072f58bd72744 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=83ac152 ]

KYLIN-4660 FIX UT


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4660:


Commit 524e2da496b86e22590cf8e46ab7766a819b1e25 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=524e2da ]

KYLIN-4660 Fix QueryMetricsTest

- QueryMetricsTest will not start a sparder context.
- Skip some module because I want to make sure UT pass at 30 mins.


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4660:


Commit a31a2b11d9334f9817663a32e0a084f957ad63f4 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=a31a2b1 ]

KYLIN-4660 Fix QueryMetricsTest

- QueryMetricsTest will not start a sparder context.
- Skip some module because I want to make sure UT pass at 30 mins.


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4747) Use the first dimension column as sort column within a partiton

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4747:


Commit 276f906a35ce9f868b444b0a95c4d57648e07b23 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from Zhichao Zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=276f906 ]

KYLIN-4747 Use the first dimension column as sort column within a partiton


> Use the first dimension column as sort column within a partiton
> ---
>
> Key: KYLIN-4747
> URL: https://issues.apache.org/jira/browse/KYLIN-4747
> Project: Kylin
>  Issue Type: Improvement
>  Components: Spark Engine
>Affects Versions: v4.0.0-alpha
>Reporter: Zhichao  Zhang
>Assignee: Zhichao  Zhang
>Priority: Minor
> Fix For: v4.0.0-alpha
>
>
> Use the first dimension column as sort column within a partiton



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4705) Monitor Spark's AppMaster for QueryServer

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4705:


Commit 63f8c841918041be05508bf9fef5300e0d54a764 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from Zhichao Zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=63f8c84 ]

KYLIN-4705 Monitor Spark's AppMaster for QueryServer - Part II


> Monitor Spark's AppMaster for QueryServer
> -
>
> Key: KYLIN-4705
> URL: https://issues.apache.org/jira/browse/KYLIN-4705
> Project: Kylin
>  Issue Type: Sub-task
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In Parquet Storage, we have a long-running Spark Application which we call it 
> "sparder-context", it is create automatically. It is used to scan and read 
> parquet files. I guess if we should manage it in Kylin Web UI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [kylin] hit-lacus closed pull request #1399: KYLIN-4660 Fix QueryMetricsTest

2020-09-06 Thread GitBox


hit-lacus closed pull request #1399:
URL: https://github.com/apache/kylin/pull/1399


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (KYLIN-4719) Refine kylin-defaults.properties for parquet Storage

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4719:


Commit 3405ab2609da1fe8e95c5e0fb9603d429c3e81b6 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from Zhichao Zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=3405ab2 ]

KYLIN-4719 Refine kylin-defaults.properties for parquet Storage


> Refine kylin-defaults.properties for parquet Storage
> 
>
> Key: KYLIN-4719
> URL: https://issues.apache.org/jira/browse/KYLIN-4719
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Environment 
>Reporter: Xiaoxiang Yu
>Assignee: Zhichao  Zhang
>Priority: Major
> Fix For: v4.0.0-alpha
>
>
> A lot of properties is use less now, we should
>  # remove some of them, such as flink engine, jdbc source
>  # add new properties for new implementation
>  ## sparder context
>  ## global dictionary
>  ## other..
>  
> {code:java}
> // 
>  FLINK ENGINE CONFIGS ###
> #
> ### Flink conf (default is in flink/conf/flink-conf.yaml)
> #kylin.engine.flink-conf.jobmanager.heap.size=2G
> #kylin.engine.flink-conf.taskmanager.heap.size=4G
> #kylin.engine.flink-conf.taskmanager.numberOfTaskSlots=1
> #kylin.engine.flink-conf.taskmanager.memory.preallocate=false
> #kylin.engine.flink-conf.job.parallelism=1
> #kylin.engine.flink-conf.program.enableObjectReuse=false
> #kylin.engine.flink-conf.yarn.queue=
> #kylin.engine.flink-conf.yarn.nodelabel=
> #
>  QUERY PUSH DOWN ###
> #
> ##kylin.query.pushdown.runner-class-name=org.apache.kylin.query.pushdown.PushDownRunnerSparkImpl
> #
> ##kylin.query.pushdown.update-enabled=false
> #
>  JDBC Data Source
> ##kylin.source.jdbc.connection-url=
> ##kylin.source.jdbc.driver=
> ##kylin.source.jdbc.dialect=
> ##kylin.source.jdbc.user=
> ##kylin.source.jdbc.pass=
> ##kylin.source.jdbc.sqoop-home=
> ##kylin.source.jdbc.filed-delimiter=|
> #
>  Livy with Kylin
> ##kylin.engine.livy-conf.livy-enabled=false
> ##kylin.engine.livy-conf.livy-url=http://LivyHost:8998
> ##kylin.engine.livy-conf.livy-key.file=hdfs:///path-to-kylin-job-jar
> ##kylin.engine.livy-conf.livy-arr.jars=hdfs:///path-to-hadoop-dependency-jar
> code placeholder
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KYLIN-4660:
---

hit-lacus closed pull request #1399:
URL: https://github.com/apache/kylin/pull/1399


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4746) Improve build performance by reducing the count of calling 'count()' function

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4746:


Commit 0da41e20a652794d9328c819977754ec8c4f9941 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from Zhichao Zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=0da41e2 ]

KYLIN-4746 Improve build performance by reducing the count of calling 'count()' 
function


> Improve build performance by reducing the count of calling 'count()' function
> -
>
> Key: KYLIN-4746
> URL: https://issues.apache.org/jira/browse/KYLIN-4746
> Project: Kylin
>  Issue Type: Improvement
>  Components: Spark Engine
>Affects Versions: v4.0.0-alpha
>Reporter: Zhichao  Zhang
>Assignee: Zhichao  Zhang
>Priority: Minor
> Fix For: v4.0.0-alpha
>
>
> Improve build performance by reducing the count of calling 'count()' function



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4742) NullPointerException when auto merge segments if exist discard jobs

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4742:


Commit 762e7c8379e9aec6162afec73437c7df6f8d6eef in kylin's branch 
refs/heads/kylin-on-parquet-v2 from rupengwang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=762e7c8 ]

KYLIN-4742 NullPointerException when auto merge segments if exist discard jobs


> NullPointerException when auto merge segments if exist discard jobs
> ---
>
> Key: KYLIN-4742
> URL: https://issues.apache.org/jira/browse/KYLIN-4742
> Project: Kylin
>  Issue Type: Bug
>  Components: Tools, Build and Test
>Reporter: wangrupeng
>Assignee: wangrupeng
>Priority: Major
> Fix For: v4.0.0-alpha
>
> Attachments: image-2020-09-03-14-05-56-127.png
>
>
> It's because the merge job does not set segment name, so it will throw NPE 
> when job get segment name
> !image-2020-09-03-14-05-56-127.png|width=712,height=147!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4725) NSparkCubingStep returns error state when pause build job

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4725:


Commit e62ca6ebd19e336d009a36bf435ad2beb99f6080 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from yaqian.zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=e62ca6e ]

KYLIN-4725 NSparkCubingStep returns error state when pause build job


> NSparkCubingStep returns error state when pause build job
> -
>
> Key: KYLIN-4725
> URL: https://issues.apache.org/jira/browse/KYLIN-4725
> Project: Kylin
>  Issue Type: Bug
>  Components: Job Engine
>Affects Versions: v4.0.0-alpha
>Reporter: Zhichao  Zhang
>Assignee: Yaqian Zhang
>Priority: Major
>
> When pause a build job, NSparkCubingStep returns ExecuteResult.State.ERROR 
> state, it must be ExecuteResult.State.STOPPED.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4449) A running build job will still running when cancel from front end

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4449:


Commit be0aedd6a2a1cf23e4ff50597a264857d2dff22b in kylin's branch 
refs/heads/kylin-on-parquet-v2 from yaqian.zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=be0aedd ]

KYLIN-4449 The spark process is not actually killed after the job be paused


> A running build job will still running when cancel from front end
> -
>
> Key: KYLIN-4449
> URL: https://issues.apache.org/jira/browse/KYLIN-4449
> Project: Kylin
>  Issue Type: Improvement
>  Components: Storage - Parquet
>Reporter: xuekaiqi
>Assignee: Yaqian Zhang
>Priority: Major
> Fix For: v4.0.0-alpha
>
>
> And if restart kylin at this time, the job will be resubmmited , even the job 
> has been disabled in job monitor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4744) Add tracking URL for build spark job on yarn

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4744:


Commit 582969ded2ab5c89bdc28e86b1514e6aa1b794b2 in kylin's branch 
refs/heads/kylin-on-parquet-v2 from yaqian.zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=582969d ]

KYLIN-4744 Add tracking URL for build spark job on yarn


> Add tracking URL for build spark job on yarn
> 
>
> Key: KYLIN-4744
> URL: https://issues.apache.org/jira/browse/KYLIN-4744
> Project: Kylin
>  Issue Type: Improvement
>  Components: Job Engine
>Reporter: Yaqian Zhang
>Assignee: Yaqian Zhang
>Priority: Minor
> Fix For: v4.0.0-alpha
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4660:


Commit 11475536e42bc742757599a1a53738de5e4485dd in kylin's branch 
refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=1147553 ]

KYLIN-4660 Cleanup


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4660:


Commit 97db36c0fc8480b1dbb89bf34eab845e95dc739f in kylin's branch 
refs/heads/kylin-on-parquet-v2 from XiaoxiangYu
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=97db36c ]

KYLIN-4660 Remove some module from maven project

Some feature is plan to be removed in Kylin 4.X, let us keep the source code 
clean.


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KYLIN-4660:
---

hit-lacus commented on pull request #1399:
URL: https://github.com/apache/kylin/pull/1399#issuecomment-687810547


   I will merge this.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [kylin] hit-lacus commented on pull request #1399: KYLIN-4660 Fix QueryMetricsTest

2020-09-06 Thread GitBox


hit-lacus commented on pull request #1399:
URL: https://github.com/apache/kylin/pull/1399#issuecomment-687810547


   I will merge this.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (KYLIN-4660) Remove duplicated/misleading code or comment

2020-09-06 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KYLIN-4660:
---

hit-lacus opened a new pull request #1399:
URL: https://github.com/apache/kylin/pull/1399


   - QueryMetricsTest will not start a sparder context.
   - Skip some module because I want to make sure UT pass at 30 mins.
   
   ## Proposed changes
   
   Describe the big picture of your changes here to communicate to the 
maintainers why we should accept this pull request. If it fixes a bug or 
resolves a feature request, be sure to link to that issue.
   
   ## Types of changes
   
   What types of changes does your code introduce to Kylin?
   _Put an `x` in the boxes that apply_
   
   - [ ] Bugfix (non-breaking change which fixes an issue)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to not work as expected)
   - [ ] Documentation Update (if none of the other choices apply)
   
   ## Checklist
   
   _Put an `x` in the boxes that apply. You can also fill these out after 
creating the PR. If you're unsure about any of them, don't hesitate to ask. 
We're here to help! This is simply a reminder of what we are going to look for 
before merging your code._
   
   - [ ] I have create an issue on [Kylin's 
jira](https://issues.apache.org/jira/browse/KYLIN), and have described the 
bug/feature there in detail
   - [ ] Commit messages in my PR start with the related jira ID, like 
"KYLIN- Make Kylin project open-source"
   - [ ] Compiling and unit tests pass locally with my changes
   - [ ] I have added tests that prove my fix is effective or that my feature 
works
   - [ ] If this change need a document change, I will prepare another pr 
against the `document` branch
   - [ ] Any dependent changes have been merged
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
user@kylin or dev@kylin by explaining why you chose the solution you did and 
what alternatives you considered, etc...
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove duplicated/misleading code or comment
> 
>
> Key: KYLIN-4660
> URL: https://issues.apache.org/jira/browse/KYLIN-4660
> Project: Kylin
>  Issue Type: Sub-task
>  Components: Storage - Parquet
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-alpha
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Source code is located at 
> [https://github.com/apache/kylin/tree/kylin-on-parquet-v2] , we are still 
> test and verify it.
>  
>  
> https://cwiki.apache.org/confluence/display/KYLIN/Kylin+4.X+Feature+List



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [kylin] hit-lacus opened a new pull request #1399: KYLIN-4660 Fix QueryMetricsTest

2020-09-06 Thread GitBox


hit-lacus opened a new pull request #1399:
URL: https://github.com/apache/kylin/pull/1399


   - QueryMetricsTest will not start a sparder context.
   - Skip some module because I want to make sure UT pass at 30 mins.
   
   ## Proposed changes
   
   Describe the big picture of your changes here to communicate to the 
maintainers why we should accept this pull request. If it fixes a bug or 
resolves a feature request, be sure to link to that issue.
   
   ## Types of changes
   
   What types of changes does your code introduce to Kylin?
   _Put an `x` in the boxes that apply_
   
   - [ ] Bugfix (non-breaking change which fixes an issue)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to not work as expected)
   - [ ] Documentation Update (if none of the other choices apply)
   
   ## Checklist
   
   _Put an `x` in the boxes that apply. You can also fill these out after 
creating the PR. If you're unsure about any of them, don't hesitate to ask. 
We're here to help! This is simply a reminder of what we are going to look for 
before merging your code._
   
   - [ ] I have create an issue on [Kylin's 
jira](https://issues.apache.org/jira/browse/KYLIN), and have described the 
bug/feature there in detail
   - [ ] Commit messages in my PR start with the related jira ID, like 
"KYLIN- Make Kylin project open-source"
   - [ ] Compiling and unit tests pass locally with my changes
   - [ ] I have added tests that prove my fix is effective or that my feature 
works
   - [ ] If this change need a document change, I will prepare another pr 
against the `document` branch
   - [ ] Any dependent changes have been merged
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
user@kylin or dev@kylin by explaining why you chose the solution you did and 
what alternatives you considered, etc...
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org