Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/18978#discussion_r134024423
--- Diff:
common/network-common/src/main/java/org/apache/spark/network/util/TransportConf.java
---
@@ -108,6 +108,9 @@ public int numConnectionsPerPeer() {
/** Number of threads used in the client thread pool. Default to 0,
which is 2x#cores. */
public int clientThreads() { return
conf.getInt(SPARK_NETWORK_IO_CLIENTTHREADS_KEY, 0); }
+ /** If true, the current RPC connection is a Client to AM connection */
--- End diff --
change comment to say the rpc connection is using Hadoop Tokens for
authentication
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]