You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make hash algorithm at SecretManager configurable.
- hadoop.security.hmac-algorithm: The name of the hashing algorithm. Default: HmacSHA1
- hadoop.security.hmac-length: The length of the random keys to use. Default: 64
Change-Id: I735573c1d7b9f256e05722c98cd550cd8dd4acf0
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/security/TestNMTokenSecretManagerInNM.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ public void testRecovery() throws IOException {
0 commit comments