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

Hudson commented on HBASE-8695:
-------------------------------

Integrated in HBase-0.94 #1050 (See 
[https://builds.apache.org/job/HBase-0.94/1050/])
    HBASE-8826 Ensure HBASE-8695 is covered in Thrift 2 (Revision 1501970)

     Result = FAILURE
larsgeorge : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftServer.java

                
> The HBase thrift service ignores XML configuration
> --------------------------------------------------
>
>                 Key: HBASE-8695
>                 URL: https://issues.apache.org/jira/browse/HBASE-8695
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>    Affects Versions: 0.94.6
>         Environment: Ubuntu 12.04.2 LTS
>            Reporter: Brandon Forehand
>            Assignee: Lars George
>         Attachments: HBASE-8695.patch
>
>
> I put the following configuration in my hbase-site.xml:
> {code}
>   <property>
>     <name>hbase.regionserver.thrift.compact</name>
>     <value>true</value>
>   </property>
>   <property>
>     <name>hbase.regionserver.thrift.framed</name>
>     <value>true</value>
>   </property>
> {code}
> But the configuration is ignored due to the following lines in 
> ThriftServer.java around lines 197:
> {code}
>     conf.setBoolean(
>         ThriftServerRunner.COMPACT_CONF_KEY, cmd.hasOption(COMPACT_OPTION));
>     conf.setBoolean(
>         ThriftServerRunner.FRAMED_CONF_KEY, cmd.hasOption(FRAMED_OPTION));
> {code}
> The configuration values are being unconditionally set to the defaults 
> programmatically.

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