Workflow saved
This commit is contained in:
@@ -321,7 +321,7 @@ finally:
|
||||
CheckpointOutput_start_time=time.time()
|
||||
|
||||
CheckpointOutput_df = aggregate__3_df.localCheckpoint()
|
||||
aggregate__3_df.persist()
|
||||
# aggregate__3_df.persist()
|
||||
CheckpointOutput_df.createOrReplaceTempView("CheckpointOutput_df")
|
||||
|
||||
CheckpointOutput_end_time=time.time()
|
||||
|
||||
@@ -438,7 +438,7 @@ def CheckpointOutput(aggregate__3_dependency_key, aggregate__3_df, time):
|
||||
CheckpointOutput_start_time=time.time()
|
||||
|
||||
CheckpointOutput_df = aggregate__3_df.localCheckpoint()
|
||||
aggregate__3_df.persist()
|
||||
# aggregate__3_df.persist()
|
||||
CheckpointOutput_df.createOrReplaceTempView("CheckpointOutput_df")
|
||||
|
||||
CheckpointOutput_end_time=time.time()
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user