keith-turner opened a new issue, #3341: URL: https://github.com/apache/accumulo/issues/3341
The following code will bring tablets online for a map reduce job reading from Accumulo. https://github.com/apache/accumulo/blob/1fd1284afc270366d4dfadb79ee285fab5b060c9/hadoop-mapreduce/src/main/java/org/apache/accumulo/hadoopImpl/mapred/AccumuloRecordReader.java#L350 If the map reduce job sets it read mode to eventually consistent then it does not need to bring tablets online and could intead call the following method to get tablet information. https://github.com/apache/accumulo/blob/1fd1284afc270366d4dfadb79ee285fab5b060c9/core/src/main/java/org/apache/accumulo/core/clientImpl/ClientTabletCache.java#L126 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
