Flatten Entire HBase Column Families With Pig and Python UDFs
Chase Seibert:
Most Pig tutorials you will find assume that you are working with data where you know all the column names ahead of time, and that the column names themselves are just labels, versus being composites of labels and data. For example, when working with HBase, it’s actually not uncommon for both of those assumptions to be false. Being a columnar database, it’s very common to be working to rows that have thousands of columns. Under that circumstance, it’s also common for the column names themselves to encode to dimensions, such as date and counter type.
Original title and link: Flatten Entire HBase Column Families With Pig and Python UDFs (©myNoSQL)
via: http://chase-seibert.github.com/blog/2013/02/10/pig-hbase-flatten-column-family.html