Matteo Bertozzi created FLUME-1615:
--------------------------------------

             Summary: HBaseSink writes byte[] address instead of columnFamily 
name in the exceptions message
                 Key: FLUME-1615
                 URL: https://issues.apache.org/jira/browse/FLUME-1615
             Project: Flume
          Issue Type: Improvement
          Components: Sinks+Sources
    Affects Versions: v1.2.0
            Reporter: Matteo Bertozzi
            Priority: Trivial
         Attachments: FLUME-1615-v1.patch

HBaseSink has two exceptions that print out columnFamily.
columnFamily is a byte[] and is not converted to string during the 
concatenation, and the result is not the name as expected.
{code}
org.apache.flume.FlumeException: Error getting column family from HBase.Please 
verify that the table abc and Column Family,  [B@4ceafb71 exists in HBase.
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to