Is it possible to use the Hadoop DistributedCache with Pangool? It looks like I need access to the JobConf for this.
--
Has recibido este mensaje porque estás suscrito al grupo "pangool-user" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus correos electrónicos, envía un correo electrónico a pangool-user...@googlegroups.com.
Para obtener más opciones, visita https://groups.google.com/groups/opt_out.
As Alexi suggested, I switched my code to using a serialized data structure that I pass to the reducer. This works well since I am only working with a few 10s of MB of data.
Thanks for the good advice,
Curt-