I want to store a Dataset from Pig into HBase. How can I use the word all ( which is also a keyword in Pig) for a qualifier in HBase?
I found a solution:
as (all:chararray)