|
|
-
Question about object parameters to mappersGaetan Deputier 2013-02-22, 22:53
Hi Hbase users,
(Using HBase 0.92.1 from Cloudera CDH4.1.1) I am currently writing a TableMapper which needs an object X defined outside my TableMapper class. I was wondering how can I pass this object X to my TableMapper ? I want to be sure that once the jobs are deployed on our cluster, X will be there too. I first thought using the Job Configuration could be the way but I can only pass String and primitive types. Any ideas, solutions ? Sincerely, G. |