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

Hudson commented on HBASE-4229:
-------------------------------

Integrated in HBase-TRUNK #2127 (See 
[https://builds.apache.org/job/HBase-TRUNK/2127/])
    HBASE-4229 Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter

stack : 
Files : 
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogPrettyPrinter.java
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/bin/add_table.rb
* /hbase/trunk/pom.xml


> Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter
> ----------------------------------------------------------------
>
>                 Key: HBASE-4229
>                 URL: https://issues.apache.org/jira/browse/HBASE-4229
>             Project: HBase
>          Issue Type: Improvement
>          Components: wal
>            Reporter: Riley Patterson
>            Assignee: Riley Patterson
>            Priority: Trivial
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4229.patch
>
>
> HBase makes use of both jackson (in the region server) and jettison (in 
> HLogPrettyPrinter) for JSON encoding. Jackson seems to be better maintained, 
> so this patch standardizes by using jackson in HLogPrettyPrinter instead of 
> jettison.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to