[jira] [Commented] (BEAM-1251) Python 3 Support

2018-08-06 Thread Valentyn Tymofieiev (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16570536#comment-16570536
 ] 

Valentyn Tymofieiev commented on BEAM-1251:
---

Updated the priority. Note that this is an active work in progress. Issues are 
tracked in Kanban board: 
https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245. We have 
finished  first pass in Futurizing the codebase last week (see: 
https://issues.apache.org/jira/projects/BEAM/issues/BEAM-2784). Next step will 
be making unit test to run in Python 3 environment, I think this will highlight 
more issues to fix that will also be tracked in individual JIRAs.

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Eyad Sibai
>Assignee: Robbe
>Priority: Major
>  Time Spent: 18.5h
>  Remaining Estimate: 0h
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-1251) Python 3 Support

2018-08-05 Thread cclauss (JIRA)


[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16569757#comment-16569757
 ] 

cclauss commented on BEAM-1251:
---

Can we please upgrade *+Priority: Trivial+* for this issue can create a concise 
list of the tasks remaining to close it?  ~500 days until Python 2 end of life.

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Eyad Sibai
>Assignee: Robbe
>Priority: Trivial
>  Time Spent: 18.5h
>  Remaining Estimate: 0h
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-1251) Python 3 Support

2018-05-22 Thread Jonathan Delfour (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483992#comment-16483992
 ] 

Jonathan Delfour commented on BEAM-1251:


I want to add that Apache Airflow 1.9.0 now runs on python 3 and provides a 
Dataflow Python operator that only works in Python 2 because apache beam only 
supports Python 2.
That means we _can't easily_ use apache beam anymore using latest version of 
airflow...

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Eyad Sibai
>Priority: Trivial
>  Time Spent: 8h 50m
>  Remaining Estimate: 0h
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-1251) Python 3 Support

2017-11-01 Thread Daniel Lescohier (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16234880#comment-16234880
 ] 

Daniel Lescohier commented on BEAM-1251:


Python 2.7 will be EOLed by the Python Foundation in 2020:
https://www.python.org/dev/peps/pep-0373/

It'd probably be a good idea for Apache Beam to support Python 3 well before 
then, to give Beam Python API users time to update their Beam applications to 
Python 3.


> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Eyad Sibai
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (BEAM-1251) Python 3 Support

2017-02-01 Thread Chamikara Jayalath (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848783#comment-15848783
 ] 

Chamikara Jayalath commented on BEAM-1251:
--

Thanks Sergio and Justin for the interest in this.

As you mentioned there are number of issues we can file related to this. Please 
file issues as needed and probably refer to them here so that we can keep 
track. Feel free to tackle any one of them as well. 

Me and [~pabloem] are currently looking into doing Py2/3 conversion [1] on 
current Python SDK code base. Will update about the progress of this in the 
near future.

[1] http://python-future.org/automatic_conversion.html

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py
>Reporter: Eyad Sibai
>Assignee: Ahmet Altay
>Priority: Trivial
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-1251) Python 3 Support

2017-02-01 Thread Ahmet Altay (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848700#comment-15848700
 ] 

Ahmet Altay commented on BEAM-1251:
---

Thank you bot for identifying Python 3 specific gaps and filing them. 

[~chamikara] - I know Cham was looking at gaps recently, he can also add 
identified tasks in this list.

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py
>Reporter: Eyad Sibai
>Assignee: Ahmet Altay
>Priority: Trivial
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-1251) Python 3 Support

2017-02-01 Thread Justin Johnson (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848355#comment-15848355
 ] 

Justin Johnson commented on BEAM-1251:
--

Excellent!  Thanks [~sergio.fernandes].  I'll follow your lead and submit 
Python 3 related tickets when I run into them unless I hear otherwise.

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py
>Reporter: Eyad Sibai
>Assignee: Ahmet Altay
>Priority: Trivial
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-1251) Python 3 Support

2017-01-31 Thread Justin Johnson (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847735#comment-15847735
 ] 

Justin Johnson commented on BEAM-1251:
--

Is Python 3 support a goal for this project?  If so, how would you like to 
track tickets for this?  I ran into the following right away with Python 3.6.0, 
for example, and would like to report issues in an appropriate manner since I 
imagine I'll run into more.

{noformat}
$ python setup.py sdist
Traceback (most recent call last):
  File "setup.py", line 38, in 
PACKAGE_VERSION = get_version()
  File "setup.py", line 33, in get_version
execfile(os.path.normpath('./apache_beam/version.py'),
NameError: name 'execfile' is not defined
{noformat}

Thanks.

> Python 3 Support
> 
>
> Key: BEAM-1251
> URL: https://issues.apache.org/jira/browse/BEAM-1251
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py
>Reporter: Eyad Sibai
>Assignee: Ahmet Altay
>Priority: Trivial
>
> I have been trying to use google datalab with python3. As I see there are 
> several packages that does not support python3 yet which google datalab 
> depends on. This is one of them.
> https://github.com/GoogleCloudPlatform/DataflowPythonSDK/issues/6



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)