You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/04/25 19:55:41 UTC

[GitHub] [accumulo] keith-turner opened a new issue, #3341: Avoid bringing tablets online for eventually consistent map reduce reads from accumulo

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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion closed issue #3341: Avoid bringing tablets online for eventually consistent map reduce reads from accumulo

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion closed issue #3341: Avoid bringing tablets online for eventually consistent map reduce reads from accumulo
URL: https://github.com/apache/accumulo/issues/3341


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org