Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/18978#discussion_r134008722
--- Diff:
common/network-common/src/main/java/org/apache/spark/network/crypto/AuthEngine.java
---
@@ -69,14 +77,26 @@
private CryptoCipher decryptor;
AuthEngine(String appId, String secret, TransportConf conf) throws
GeneralSecurityException {
+ this(appId, "",secret, conf);
+ }
+
+ AuthEngine(String appId, String user, String secret, TransportConf conf)
throws GeneralSecurityException {
--- End diff --
this isn't a public class, its package level visibility so I don't think we
need to add another constructor here.
---
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]