Niels Basjes created HBASE-12279:
------------------------------------

             Summary: Generated thrift files were generated with the wrong 
parameters
                 Key: HBASE-12279
                 URL: https://issues.apache.org/jira/browse/HBASE-12279
             Project: HBase
          Issue Type: Bug
            Reporter: Niels Basjes


It turns out that the java code generated from the thrift files have been 
generated with the wrong settings.
Instead of the documented 
([thrift|http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/thrift/package-summary.html],
 
[thrift2|http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/thrift2/package-summary.html])
 
{code}
thrift -strict --gen java:hashcode 
{code}
the current files seem to be generated instead with
{code}
thrift -strict --gen java
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to