[
https://issues.apache.org/jira/browse/BEAM-10603?focusedWorklogId=485978&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-485978
]
ASF GitHub Bot logged work on BEAM-10603:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Sep/20 22:19
Start Date: 17/Sep/20 22:19
Worklog Time Spent: 10m
Work Description: KevinGG commented on a change in pull request #12704:
URL: https://github.com/apache/beam/pull/12704#discussion_r490593309
##########
File path:
sdks/python/apache_beam/runners/interactive/display/pcoll_visualization.py
##########
@@ -407,13 +392,7 @@ def _display_dataframe(self, data, update=None):
self._is_datatable_empty = False
def _to_dataframe(self):
- results = []
- cache_manager = ie.current_env().get_cache_manager(self._pcoll.pipeline)
- if cache_manager.exists('full', self._cache_key):
- coder = cache_manager.load_pcoder('full', self._cache_key)
- reader, _ = cache_manager.read('full', self._cache_key)
- results = list(to_element_list(reader, coder, include_window_info=True))
-
Review comment:
Probably known issue https://issues.apache.org/jira/browse/BEAM-10627,
an AI is https://issues.apache.org/jira/browse/BEAM-10514. It's possible the
cache path exceeded the windows default path length limit.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 485978)
Time Spent: 34h 40m (was: 34.5h)
> Large Source Recording for Interarctive Runner
> ----------------------------------------------
>
> Key: BEAM-10603
> URL: https://issues.apache.org/jira/browse/BEAM-10603
> Project: Beam
> Issue Type: Improvement
> Components: runner-py-interactive
> Reporter: Sam Rohde
> Assignee: Sam Rohde
> Priority: P1
> Time Spent: 34h 40m
> Remaining Estimate: 0h
>
> This changes the Interactive Runner to create a long-running background
> caching job that is decoupled from the user pipeline. When a user invokes a
> collect() or show(), it will read from the cache to compute the requested
> PCollections. Previously, the user would have to wait for the cache to be
> fully written to. This allows for the user to start experimenting immediately.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)