- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
update a Hbase table using PIG
- Labels:
-
Apache HBase
-
Apache Pig
Created ‎05-18-2016 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to update a Hbase table using Pig, I have an empty column family and I want to add columns to it from a pig object.
I've done some researches but in vain ... Is this feature exists or not ?
Thanks
Created ‎05-18-2016 03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you read the documentation on HBaseStorage from the Apache Pig website?
http://pig.apache.org/docs/r0.15.0/func.html#HBaseStorage
You should be able to just not specify the column family the the columns definition (e.g. a colon with no text before it). If this doesn't work, the parsing logic probably needs to be updated.
Created ‎05-18-2016 03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you read the documentation on HBaseStorage from the Apache Pig website?
http://pig.apache.org/docs/r0.15.0/func.html#HBaseStorage
You should be able to just not specify the column family the the columns definition (e.g. a colon with no text before it). If this doesn't work, the parsing logic probably needs to be updated.
