[jira] [Commented] (KYLIN-4125) Kylin upgraded from springmvc architecture to spring boot architecture

2019-11-21 Thread Sonu Singh (Jira)


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

Sonu Singh commented on KYLIN-4125:
---

Hi Team,

I want to contribute for Kylin Spring Boot migration. I am new to this 
community, please advise how can I start?

> Kylin upgraded from springmvc architecture to spring boot architecture
> --
>
> Key: KYLIN-4125
> URL: https://issues.apache.org/jira/browse/KYLIN-4125
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Minor
>
> Hi Team:
> Kylin is based on the spring mvc architecture, but the spring mvc 
> configuration is more complicated. It is cumbersome when integrateing new 
> components.
> Now, The mainstream of the industry has been based on the spring boot 
> architecture. Spring boot can be automatically configured to reduce the 
> complexity of project integration; promote the expansion and implementation 
> of microservice architecture. More and more project architectures have been 
> upgraded from springmvc to spring boot.
> Kylin can also be upgraded from the springmvc architecture to the spring boot 
> architecture.
> Do you have any suggestions?



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


[jira] [Commented] (KYLIN-4125) Kylin upgraded from springmvc architecture to spring boot architecture

2019-08-06 Thread zhao jintao (JIRA)


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

zhao jintao commented on KYLIN-4125:


Hi Team: 

Next, I will do these things;
 # Modify the project's pom.xml to import the spring boot dependency.
 # Upgrade kylin-server from spring mvc to springboot 1.5.5; modify 
kylin-server code to support spring boot.
 # Modify the build script; package kylin into a war package and run it 
as external tomcat mode.  It's the same as  current deployment.

I have implemented this part of the functionality and conducted a simple test, 
expecting to submit it to the community this week.

> Kylin upgraded from springmvc architecture to spring boot architecture
> --
>
> Key: KYLIN-4125
> URL: https://issues.apache.org/jira/browse/KYLIN-4125
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Minor
>
> Hi Team:
> Kylin is based on the spring mvc architecture, but the spring mvc 
> configuration is more complicated. It is cumbersome when integrateing new 
> components.
> Now, The mainstream of the industry has been based on the spring boot 
> architecture. Spring boot can be automatically configured to reduce the 
> complexity of project integration; promote the expansion and implementation 
> of microservice architecture. More and more project architectures have been 
> upgraded from springmvc to spring boot.
> Kylin can also be upgraded from the springmvc architecture to the spring boot 
> architecture.
> Do you have any suggestions?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KYLIN-4125) Kylin upgraded from springmvc architecture to spring boot architecture

2019-08-06 Thread zhao jintao (JIRA)


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

zhao jintao commented on KYLIN-4125:


Hi Shaofeng: 

I will submit my code about kylin using the springboot architecture to the 
"KYLIN-4125" branch;

and   will discuss the issue of  using springboot   architecture at 
[d...@kylin.apache.org.|mailto:d...@kylin.apache.org.]

Thank you.

> Kylin upgraded from springmvc architecture to spring boot architecture
> --
>
> Key: KYLIN-4125
> URL: https://issues.apache.org/jira/browse/KYLIN-4125
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Minor
>
> Hi Team:
> Kylin is based on the spring mvc architecture, but the spring mvc 
> configuration is more complicated. It is cumbersome when integrateing new 
> components.
> Now, The mainstream of the industry has been based on the spring boot 
> architecture. Spring boot can be automatically configured to reduce the 
> complexity of project integration; promote the expansion and implementation 
> of microservice architecture. More and more project architectures have been 
> upgraded from springmvc to spring boot.
> Kylin can also be upgraded from the springmvc architecture to the spring boot 
> architecture.
> Do you have any suggestions?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KYLIN-4125) Kylin upgraded from springmvc architecture to spring boot architecture

2019-08-05 Thread Shaofeng SHI (JIRA)


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

Shaofeng SHI commented on KYLIN-4125:
-

Please also raise a discussion in the d...@kylin.apache.org mailing list. I 
created a branch to stage the code changes: "KYLIN-4125"

> Kylin upgraded from springmvc architecture to spring boot architecture
> --
>
> Key: KYLIN-4125
> URL: https://issues.apache.org/jira/browse/KYLIN-4125
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Minor
>
> Hi Team:
> Kylin is based on the spring mvc architecture, but the spring mvc 
> configuration is more complicated. It is cumbersome when integrateing new 
> components.
> Now, The mainstream of the industry has been based on the spring boot 
> architecture. Spring boot can be automatically configured to reduce the 
> complexity of project integration; promote the expansion and implementation 
> of microservice architecture. More and more project architectures have been 
> upgraded from springmvc to spring boot.
> Kylin can also be upgraded from the springmvc architecture to the spring boot 
> architecture.
> Do you have any suggestions?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KYLIN-4125) Kylin upgraded from springmvc architecture to spring boot architecture

2019-08-05 Thread Shaofeng SHI (JIRA)


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

Shaofeng SHI commented on KYLIN-4125:
-

Jintao, we can create a separate branch (fork from master), and then you can 
raise PR to that branch, just like the "flink_engine" we have today. Does that 
work for you? Thanks!

> Kylin upgraded from springmvc architecture to spring boot architecture
> --
>
> Key: KYLIN-4125
> URL: https://issues.apache.org/jira/browse/KYLIN-4125
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Minor
>
> Hi Team:
> Kylin is based on the spring mvc architecture, but the spring mvc 
> configuration is more complicated. It is cumbersome when integrateing new 
> components.
> Now, The mainstream of the industry has been based on the spring boot 
> architecture. Spring boot can be automatically configured to reduce the 
> complexity of project integration; promote the expansion and implementation 
> of microservice architecture. More and more project architectures have been 
> upgraded from springmvc to spring boot.
> Kylin can also be upgraded from the springmvc architecture to the spring boot 
> architecture.
> Do you have any suggestions?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KYLIN-4125) Kylin upgraded from springmvc architecture to spring boot architecture

2019-08-05 Thread zhao jintao (JIRA)


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

zhao jintao commented on KYLIN-4125:


I implemented kylin upgrade from spring mvc4 to springboot1.x.kylin can  build 
and query normally;but the upgrade framework requires more people to 
participate and verify in the community.

Need I create a new branch to submit the code?  or  submitted directly to the 
master branch.

> Kylin upgraded from springmvc architecture to spring boot architecture
> --
>
> Key: KYLIN-4125
> URL: https://issues.apache.org/jira/browse/KYLIN-4125
> Project: Kylin
>  Issue Type: Improvement
>  Components: REST Service
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Minor
>
> Hi Team:
> Kylin is based on the spring mvc architecture, but the spring mvc 
> configuration is more complicated. It is cumbersome when integrateing new 
> components.
> Now, The mainstream of the industry has been based on the spring boot 
> architecture. Spring boot can be automatically configured to reduce the 
> complexity of project integration; promote the expansion and implementation 
> of microservice architecture. More and more project architectures have been 
> upgraded from springmvc to spring boot.
> Kylin can also be upgraded from the springmvc architecture to the spring boot 
> architecture.
> Do you have any suggestions?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)