Skip to content

Commit f4f972b

Browse files
rebase...again
1 parent a41de0b commit f4f972b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/scala/org/apache/spark/util/Utils.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,6 @@ private[spark] object Utils extends Logging {
21372137
}
21382138

21392139
/**
2140-
<<<<<<< HEAD
21412140
* Split the comma delimited string of master URLs into a list.
21422141
* For instance, "spark://abc,def" becomes [spark://abc, spark://def].
21432142
*/
@@ -2152,7 +2151,8 @@ private[spark] object Utils extends Logging {
21522151
def responseFromBackup(msg: String): Boolean = {
21532152
msg.startsWith(BACKUP_STANDALONE_MASTER_PREFIX)
21542153
}
2155-
=======
2154+
2155+
/**
21562156
* Adds a shutdown hook with default priority.
21572157
*
21582158
* @param hook The code to run during shutdown.
@@ -2248,7 +2248,6 @@ private class SparkShutdownHook(private val priority: Int, hook: () => Unit)
22482248

22492249
def run(): Unit = hook()
22502250

2251-
>>>>>>> master
22522251
}
22532252

22542253
/**

0 commit comments

Comments
 (0)