JiaLiangC opened a new pull request, #1216:
URL: https://github.com/apache/bigtop/pull/1216

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   In the minimal Python code of phoenix 5.1.3, there is a handling for Python 
that allows it to support both Python 3 and Python 2. Therefore, a dependency 
on Python 3 is added in the Phoenix deb package because many systems only have 
Python 3 by default. Not adding this dependency would result in users being 
unable to install Phoenix properly.
   
   The code related to Python 3 compatibility can be found at:
   https://github.com/apache/phoenix/blob/5.1.3/bin/daemon.py#L66
   
   ### How was this patch tested?
   
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] Make sure that newly added files do not have any licensing issues. 
When in doubt refer to https://www.apache.org/licenses/


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to