MAPREDUCE-6294. Remove an extra parameter described in Javadoc of TockenCache. Contributed by Brahma Reddy Battula.
(cherry picked from commit 05499b1093
)
This commit is contained in:
parent
24b60a7d1a
commit
f0aa2a7466
|
@ -57,6 +57,9 @@ Release 2.8.0 - UNRELEASED
|
|||
MAPREDUCE-6242. Progress report log is incredibly excessive in
|
||||
application master. (Varun Saxena via devaraj)
|
||||
|
||||
MAPREDUCE-6294. Remove an extra parameter described in Javadoc of
|
||||
TockenCache. (Brahma Reddy Battula via ozawa)
|
||||
|
||||
Release 2.7.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -105,7 +105,6 @@ public class TokenCache {
|
|||
* get delegation token for a specific FS
|
||||
* @param fs
|
||||
* @param credentials
|
||||
* @param p
|
||||
* @param conf
|
||||
* @throws IOException
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue