How big is too big for a DistributedCache file hadoop? -


are there guidelines whether distribute file using distributed cache or not ?

i have file of size 86746785 (i use hadoop dfs -dus - don't know if in bytes or what). idea distribue file ?

the viable answer "it depends".

what have consider using distributed cache file gets copied every node involved in task, takes bandwidth. also, if want file in distributed cache, you'll keep file in memory, you'd have take consideration.

as case -- yes, bytes. size 86 mb, fine distributed cache. within couple hundred mbs should still be.


Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -