Никита Соколов created SPARK-49880:
--------------------------------------

             Summary: Utils.getCallSite() should also contain python stack 
traces
                 Key: SPARK-49880
                 URL: https://issues.apache.org/jira/browse/SPARK-49880
             Project: Spark
          Issue Type: Improvement
          Components: PySpark
    Affects Versions: 3.5.3
            Reporter: Никита Соколов


Right now when using the pyspark the stages description looks like this:
{code:java}
save at 
NativeMethodAccessorImpl.java:0+detailsorg.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:239)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:566)
py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244)
py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357)
py4j.Gateway.invoke(Gateway.java:282)
py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
py4j.commands.CallCommand.execute(CallCommand.java:79)
py4j.ClientServerConnection.waitForCommands(ClientServerConnection.java:182)
py4j.ClientServerConnection.run(ClientServerConnection.java:106)
java.base/java.lang.Thread.run(Thread.java:829) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to