[
https://issues.apache.org/jira/browse/FLINK-20218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235132#comment-17235132
]
Dian Fu edited comment on FLINK-20218 at 11/19/20, 2:36 AM:
------------------------------------------------------------
[~hxbks2ks] Thanks a lot for the investigation. +1 to import `usrlib.parse` at
PyFlink side to avoid this problem as we could not change the dependent Beam
version for PyFlink 1.10 and so fixing this problem at Beam side could not help
to address the problem in PyFlink 1.10.
was (Author: dian.fu):
[~hxbks2ks] Thanks a lot for the investigation. +1 to import `usrlib.parse` at
PyFlink side to avoid this problem.
> AttributeError: module 'urllib' has no attribute 'parse'
> --------------------------------------------------------
>
> Key: FLINK-20218
> URL: https://issues.apache.org/jira/browse/FLINK-20218
> Project: Flink
> Issue Type: Bug
> Components: API / Python
> Affects Versions: 1.10.3
> Reporter: Huang Xingbo
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.3
>
>
> When executing python udf related examples, it will throw the following
> exception in constructing python environment:
> {code:java}
> AttributeError: module 'urllib' has no attribute 'parse'{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)