[
https://issues.apache.org/jira/browse/FALCON-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16376426#comment-16376426
]
ASF GitHub Bot commented on FALCON-2328:
----------------------------------------
GitHub user pallavi-rao opened a pull request:
https://github.com/apache/falcon/pull/404
FALCON-2328 Upgrade PR merge script to Python3
Ran 2to3 on the script
Changed the run_cmd method to return a string rather than bytes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pallavi-rao/falcon 2328
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/404.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #404
----
commit 3e79a3569139518d3629317f21a3c25072048181
Author: pallavi-rao <pallavi.rao@...>
Date: 2018-02-26T06:04:49Z
FALCON-2328 Upgrade PR merge script to Python3
commit 0b0812c286a60fca9b20b8f4b80437c49461fdc8
Author: pallavi-rao <pallavi.rao@...>
Date: 2018-02-26T06:06:18Z
FALCON-2328 Removing redundant import
----
> Upgrade PR merge script to Python3
> ----------------------------------
>
> Key: FALCON-2328
> URL: https://issues.apache.org/jira/browse/FALCON-2328
> Project: Falcon
> Issue Type: Improvement
> Reporter: Pallavi Rao
> Assignee: Pallavi Rao
> Priority: Major
>
> python2 uses an older version of openssl and this is causing the following
> error:
> {noformat}
> urllib2.URLError: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1
> alert protocol version (_ssl.c:590)>{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)