Hi, I need to initialize the HBase connection, which I normally do in configure() in the Mapper, and then my mapper uses it. How do I do it in Pig?
I am ready to define a UDF that will return a handle, but is it a best practice? Thank you, Mark
Hi, I need to initialize the HBase connection, which I normally do in configure() in the Mapper, and then my mapper uses it. How do I do it in Pig?
I am ready to define a UDF that will return a handle, but is it a best practice? Thank you, Mark