Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by AndreiSavu: http://wiki.apache.org/hadoop/Hbase/Jython The comment on the change is: fixed typo ------------------------------------------------------------------------------ # Now fetch the content just added, returns a byte[] data_row = table.get(row, "content:") - data = java.lang.String(data.value, "UTF8") + data = java.lang.String(data_row.value, "UTF8") print "The fetched row contains the value '%s'" % data
