We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94c041 commit 9e41ca5Copy full SHA for 9e41ca5
core/src/main/scala/org/apache/spark/security/SocketAuthServer.scala
@@ -30,8 +30,8 @@ import org.apache.spark.util.ThreadUtils
30
31
32
/**
33
- * Creates a server in the JVM to communicate with external processes (e.g., Python and R) for handling
34
- * one batch of data, with authentication and error handling.
+ * Creates a server in the JVM to communicate with external processes (e.g., Python and R) for
+ * handling one batch of data, with authentication and error handling.
35
*/
36
private[spark] abstract class SocketAuthServer[T](
37
authHelper: SocketAuthHelper,
0 commit comments