Skip to content
Snippets Groups Projects
Commit 4b9862ac authored by Mingfei's avatar Mingfei
Browse files

small format modification

parent aa7aa587
No related branches found
No related tags found
No related merge requests found
...@@ -522,8 +522,8 @@ private object Utils extends Logging { ...@@ -522,8 +522,8 @@ private object Utils extends Logging {
execute(command, new File(".")) execute(command, new File("."))
} }
class CallSiteInfo(val lastSparkMethod: String, val firstUserFile: String, private[spark] class CallSiteInfo(val lastSparkMethod: String, val firstUserFile: String,
val firstUserLine: Int, val firstUserClass: String) val firstUserLine: Int, val firstUserClass: String)
/** /**
* When called inside a class in the spark package, returns the name of the user code class * When called inside a class in the spark package, returns the name of the user code class
* (outside the spark package) that called into Spark, as well as which Spark method they called. * (outside the spark package) that called into Spark, as well as which Spark method they called.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment