File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
core/src/main/scala/org/apache/spark/deploy Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package org.apache.spark.deploy.history
1919
2020import org .apache .spark .ui .SparkUI
2121
22- private [history ] case class ApplicationHistoryInfo (
22+ private [spark ] case class ApplicationHistoryInfo (
2323 id : String ,
2424 name : String ,
2525 startTime : Long ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import org.apache.spark.annotation.DeveloperApi
2828import org .apache .spark .deploy .ApplicationDescription
2929import org .apache .spark .util .Utils
3030
31- private [deploy ] class ApplicationInfo (
31+ private [spark ] class ApplicationInfo (
3232 val startTime : Long ,
3333 val id : String ,
3434 val desc : ApplicationDescription ,
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ private[master] class Master(
735735 * Rebuild a new SparkUI from the given application's event logs.
736736 * Return the UI if successful, else None
737737 */
738- private def rebuildSparkUI (app : ApplicationInfo ): Option [SparkUI ] = {
738+ private [master] def rebuildSparkUI (app : ApplicationInfo ): Option [SparkUI ] = {
739739 val appName = app.desc.name
740740 val notFoundBasePath = HistoryServer .UI_PATH_PREFIX + " /not-found"
741741 try {
You can’t perform that action at this time.
0 commit comments