[ 
https://issues.apache.org/jira/browse/FLUME-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466074#comment-13466074
 ] 

Hudson commented on FLUME-1615:
-------------------------------

Integrated in flume-trunk #311 (See 
[https://builds.apache.org/job/flume-trunk/311/])
    FLUME-1615. HBaseSink writes byte[] address instead of columnFamily name in 
the exceptions message (Revision 74d087d54e29286c5ee0216e8810ca7b5452d0ee)

     Result = SUCCESS
hshreedharan : 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=74d087d54e29286c5ee0216e8810ca7b5452d0ee
Files : 
* 
flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java

                
> 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
>            Assignee: 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