コード例 #1
0
 def _update_step_interpretation(self, step_interpretation,
                                 driver_output_uri):
     new_lines = self._get_new_driver_output_lines(driver_output_uri)
     _interpret_new_dataproc_step_stderr(step_interpretation, new_lines)
コード例 #2
0
ファイル: dataproc.py プロジェクト: Yelp/mrjob
 def _update_step_interpretation(
         self, step_interpretation, driver_output_uri):
     new_lines = self._get_new_driver_output_lines(driver_output_uri)
     _interpret_new_dataproc_step_stderr(step_interpretation, new_lines)