unsubscribe

2024-05-01 Thread Nebi Aydin
unsubscribe

unsubscribe

2024-05-01 Thread Atakala Selam
unsubscribe

unsubscribe

2024-05-01 Thread Yoel Benharrous
unsubscribe

Traceback is missing content in pyspark when invoked with UDF

2024-05-01 Thread Indivar Mishra
Hi *Tl;Dr:* I have a scenario where I generate code string on fly and execute that code, now for me if an error occurs I need the traceback but for executable code I just get partial traceback i.e. the line which caused the error is missing. Consider below MRC: def fun(): from pyspark.sql

Re: [spark-graphframes]: Generating incorrect edges

2024-05-01 Thread Mich Talebzadeh
Hi Steve, Thanks for your statement. I tend to use uuid myself to avoid collisions. This built-in function generates random IDs that are highly likely to be unique across systems. My concerns are on edge so to speak. If the Spark application runs for a very long time or encounters restarts, the