ctubbsii opened a new pull request #1188: Improve the use of Hadoop's DistributedCache URL: https://github.com/apache/accumulo/pull/1188 Update DistributedCacheHelper to both add a cached file to a MapReduce job and to retrieve an InputStream from the DistributedCache (or HDFS, if the item was not successfully cached). Ensure uniqueness in the local cached file names and that the files are read from the correct filesystem. Add some tests to TokenFileIT Specify the charset explicitly when java.util.Scanner is used (most occurrences were related to code using the DistributedCache, but also fixed two trivial occurrences in shell-related code).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
