HBASE-983 Declare Perl namespace in Hbase.thrift
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@712721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ec924f50b
commit
d71535eca7
|
@ -106,6 +106,7 @@ Release 0.19.0 - Unreleased
|
|||
HBASE-961 Delete multiple columns by regular expression
|
||||
(Samuel Guo via Stack)
|
||||
HBASE-722 Shutdown and Compactions
|
||||
HBASE-983 Declare Perl namespace in Hbase.thrift
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-875 Use MurmurHash instead of JenkinsHash [in bloomfilters]
|
||||
|
|
|
@ -35,6 +35,7 @@ namespace java org.apache.hadoop.hbase.thrift.generated
|
|||
namespace cpp apache.hadoop.hbase.thrift
|
||||
namespace rb Apache.Hadoop.Hbase.Thrift
|
||||
namespace py hbase
|
||||
namespace perl Hbase
|
||||
|
||||
// note: other language namespaces tbd...
|
||||
|
||||
|
|
Loading…
Reference in New Issue