Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
There are some typos in the javadoc for DistributedCache. For example:
DistributedCache.addCacheArchive(new URI("/myapp/map.zip", job);
should be
DistributedCache.addCacheArchive(new URI("/myapp/map.zip"), job);