You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/10 00:22:00 UTC

[jira] [Work logged] (BEAM-12662) AttributeError: 'FlinkUberJarJobServer' object has no attribute '_flink_version'

     [ https://issues.apache.org/jira/browse/BEAM-12662?focusedWorklogId=648948&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-648948 ]

ASF GitHub Bot logged work on BEAM-12662:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Sep/21 00:21
            Start Date: 10/Sep/21 00:21
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on a change in pull request #15223:
URL: https://github.com/apache/beam/pull/15223#discussion_r705807239



##########
File path: sdks/python/apache_beam/runners/portability/flink_uber_jar_job_server.py
##########
@@ -68,7 +68,7 @@ def executable_jar(self):
               'the scheme is specified. If using a local file path, make sure '
               'the file exists; you may have to first build the job server '
               'using `./gradlew runners:flink:%s:job-server:shadowJar`.' %
-              (self._executable_jar, self._flink_version))
+              (self._executable_jar, self.flink_version())

Review comment:
       SGTM




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 648948)
    Time Spent: 1h 50m  (was: 1h 40m)

> AttributeError: 'FlinkUberJarJobServer' object has no attribute '_flink_version'
> --------------------------------------------------------------------------------
>
>                 Key: BEAM-12662
>                 URL: https://issues.apache.org/jira/browse/BEAM-12662
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: P2
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Looks like we're trying to access an attribute that doesn't exist when building the error message: https://github.com/apache/beam/blob/4193828a47a356b2e906380f17210d7940163850/sdks/python/apache_beam/runners/portability/flink_uber_jar_job_server.py#L71



--
This message was sent by Atlassian Jira
(v8.3.4#803005)