[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2024-01-29 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812150#comment-17812150
 ] 

Bhavik Patel commented on AMBARI-25854:
---

https://issues.apache.org/jira/browse/AMBARI-26000 : There is one more Jira for 
Python-3 support and which includes the jira changes which are contributed by 
other team member.



> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>  Time Spent: 6h 50m
>  Remaining Estimate: 0h
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2024-01-25 Thread Amit Anand (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810998#comment-17810998
 ] 

Amit Anand commented on AMBARI-25854:
-

Is there a plan to merge this?

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>  Time Spent: 6h 50m
>  Remaining Estimate: 0h
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-04-13 Thread Charming Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712206#comment-17712206
 ] 

Charming Wu commented on AMBARI-25854:
--

[~brahmareddy] Thanks for your comments, we're sorting out changes that are not 
related to adapting to python3 and resolving conflicts. However, because 
python2 and python3 are not compatible, some conflicts may be unavoidable. I 
hope you can understand.

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-04-13 Thread Brahma Reddy Battula (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711881#comment-17711881
 ] 

Brahma Reddy Battula commented on AMBARI-25854:
---

[~Charming603473]  thanks for update. I am reviewing it, Can you handle the 
conflicts.?

And Can you avoid the changes which are not relate to python3 ( like pom.xml, 
version bump up/removal,,.etc )..?

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-04-06 Thread Charming Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709243#comment-17709243
 ] 

Charming Wu commented on AMBARI-25854:
--

[~MacChen] [~brahmareddy] [~shavi71] [~eub] [~wuzhiguo] 

Hi everyone, I had submitted a PR on github , here is the link:  
[https://github.com/apache/ambari/pull/3681]

This PR inluce all function code adaption for python3, what's more , it also 
includes all Unit Test adpation for python3.9. 

Everyone is welcome to make comments/advices. Thank you !

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-04-03 Thread Charming Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708234#comment-17708234
 ] 

Charming Wu commented on AMBARI-25854:
--

[~brahmareddy] Just finish testing the code, this PR will be created and 
uploaded here in this week:)   

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-04-03 Thread Brahma Reddy Battula (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708203#comment-17708203
 ] 

Brahma Reddy Battula commented on AMBARI-25854:
---

[~Charming603473] any further update on this..?

 

cc/ [~bekisz] 

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-25 Thread Brahma Reddy Battula (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704959#comment-17704959
 ] 

Brahma Reddy Battula commented on AMBARI-25854:
---

{quote}Ambari adapt from python2 to python3 is almost done,  I am working on 
patch splitting and function verification. The amount of code modification is 
about 3000.   Here comes a question, where should I put the patches?
{quote}
Good news, thanks for update. Hope you done some amount of testing also.
{quote} # Attach patch files in this issue.
 # Submit a PR  in ambari github: 
[https://github.com/apache/ambari/pulls]{quote}
I have gone through all the subtasks, apprecitaete your work on these.  All 
these are incomtablie changes,please raise pr, will review paralley.

 

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-23 Thread Zhiguo Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704056#comment-17704056
 ] 

Zhiguo Wu commented on AMBARI-25854:


[~Charming603473] PR is enough, thanks a lot for helping with this feature!

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-23 Thread Charming Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704006#comment-17704006
 ] 

Charming Wu commented on AMBARI-25854:
--

Ambari adapt from python2 to python3 is almost done,  I am working on patch 
splitting and function verification. The amount of code modification is about 
3000.   Here comes a question, where should I put the patches?
 # Attach patch files in this issue.
 # Submit a PR  in ambari github: [https://github.com/apache/ambari/pulls]

[~MacChen] [~brahmareddy] [~shavi71] [~eub] [~wuzhiguo] 

Could you please give me some advice?

 

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
>  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !
>  
> Patch Nodes:
> --patch1-sitpacke.patch
>     1. Modify tag "python 2.6" or "python 2.7" to "python 3.9".
>     2. python version judgement compatibility.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-19 Thread Charming Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702399#comment-17702399
 ] 

Charming Wu commented on AMBARI-25854:
--

Thank you! the change of Ambari from python2 to python3 is almost done, I am 
trying to split the whole patch  into small tpoic, in order to help others have 
a better understand of the code modification and easier to review.:D

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5, 2.7.6
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
> Main Topic :
>     Adapt Ambari from Python2 to Python3 !



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-15 Thread chenqiang (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700948#comment-17700948
 ] 

chenqiang commented on AMBARI-25854:


[~brahmareddy]

The more subtasks will be created soon.

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5, 2.7.6
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
> Main Topic :
>     Adaapt Ambari from Python2 to Python3 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-15 Thread Brahma Reddy Battula (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700936#comment-17700936
 ] 

Brahma Reddy Battula commented on AMBARI-25854:
---

[~szabi] ,  Can we continue to discuss and work under this umbrella as some 
subtaks raised here even though your Jira raised before..?

 

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5, 2.7.6
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
> Main Topic :
>     Adaapt Ambari from Python2 to Python3 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-03-15 Thread Brahma Reddy Battula (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700932#comment-17700932
 ] 

Brahma Reddy Battula commented on AMBARI-25854:
---

thanks [~Charming603473]  thanks reporting this, this very much required one 
and needs lots of testing also.

This was one of the planned improvment for trunk release. Please go head and 
create all the subtasks on this. We'll discuss on this to bring to trunk or 
create new branch.

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5, 2.7.6
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need. 
>  In this issue, I would like to continiously  provide some modification on 
> Ambari for python3 support and welcome your discussion and help!  
> Main Topic :
>     Adaapt Ambari from Python2 to Python3 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org



[jira] [Commented] (AMBARI-25854) Ambari With Python3 Support

2023-02-14 Thread Charming Wu (Jira)


[ 
https://issues.apache.org/jira/browse/AMBARI-25854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17688784#comment-17688784
 ] 

Charming Wu commented on AMBARI-25854:
--

[~MacChen] 

> Ambari With Python3 Support
> ---
>
> Key: AMBARI-25854
> URL: https://issues.apache.org/jira/browse/AMBARI-25854
> Project: Ambari
>  Issue Type: Improvement
>Affects Versions: 2.7.5, 2.7.6
> Environment: {*}Ambari:{*}Ambari-2.7.5
> *OS:*        OpenEuler-22.03
> *Python:* Python 3.9.9
>  
>  
>  
>Reporter: Charming Wu
>Priority: Major
>  Labels: Ambari, OpenEuler, Python3
>
> Python3 had been released for more than 10 years and has obvious difference 
> with Python2. Support for python3 is an increasing urgent need.   In this 
> issue, I would like to continiously  provide some modification on Ambari for 
> python3 support and welcome your discussion and help!  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org