| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
290 (0.411s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: thrift client api supports filters and coprocessor - HBase - [mail # user]
|
|
...I'm not familiar with happybase, but with the recent conversion of coprocessor endpoints to protocol buffer services in trunk, it should be possible to implement calling endpoints from other...
|
|
|
Author: Gary Helmling,
2013-01-03, 03:46
|
|
|
Re: [ANNOUNCE] New Apache HBase Committers - Matteo Bertozzi and Chunhui Shen - HBase - [mail # user]
|
|
...Congrats Matteo and Chunhui! Keep up the good work! On Wed, Jan 2, 2013 at 5:24 PM, Manoj Babu wrote: ...
|
|
|
Author: Gary Helmling,
2013-01-03, 01:52
|
|
|
[HBASE-6895] Remove CoprocessorProtocol support and implementations - HBase - [issue]
|
|
...The CoprocessorProtocol mechanism for registering and calling coprocessor endpoints has been supplanted by protocol buffer based service registrations in HBASE-5448. This means the Wri...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6895
Author: Gary Helmling,
2012-12-21, 23:42
|
|
|
[HBASE-6789] Convert test CoprocessorProtocol implementations to protocol buffer services - HBase - [issue]
|
|
...With coprocessor endpoints now exposed as protobuf defined services, we should convert over all of our built-in endpoints to PB services.Several CoprocessorProtocol implementations are defin...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6789
Author: Gary Helmling,
2012-12-20, 22:15
|
|
|
[HBASE-7397] HTable.coprocessorService() should allow null values in returned Map - HBase - [issue]
|
|
...The conversion of coprocessor endpoints to PB services (HBASE-5448) changed the semantics of HTable.coprocessorService() (version that returns Map<byte[],R>) to disallow null values. &...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7397
Author: Gary Helmling,
2012-12-20, 12:32
|
|
|
[HBASE-6788] Convert AuthenticationProtocol to protocol buffer service - HBase - [issue]
|
|
...With coprocessor endpoints now exposed as protobuf defined services, we should convert over all of our built-in endpoints to PB services.AccessControllerProtocol was converted as part of HBA...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6788
Author: Gary Helmling,
2012-12-20, 02:13
|
|
|
[HBASE-7394] Document security config requirements from HBASE-7357 - HBase - [issue]
|
|
...Running secure HBase has always effectively required setting both hbase.security.authentication and hadoop.security.authentication, but internal usage was inconsistent. HBASE-7357 clea...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7394
Author: Gary Helmling,
2012-12-19, 19:49
|
|
|
[HBASE-7326] SortedCopyOnWriteSet is not thread safe due to leaked TreeSet implementations - HBase - [issue]
|
|
...The SortedCopyOnWriteSet implementation uses an internal TreeSet that is copied and replaced on mutation operations. However, in a few areas, SortedCopyOnWriteSet leaks references to t...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7326
Author: Gary Helmling,
2012-12-12, 19:22
|
|
|
[HBASE-7285] HMaster fails to start with secure Hadoop - HBase - [issue]
|
|
...In current trunk, HMaster will fail to start with secure Hadoop if the user starting the process has not obtained a kerberos TGT. The user starting the process should not be required t...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7285
Author: Gary Helmling,
2012-12-06, 03:37
|
|
|
Re: unable to generate assembly using trunk - HBase - [mail # dev]
|
|
...Yep, my bad. I provided the faulty command line. mvn package assembly:assembly seems to be what's needed. FWIW, http://maven.apache.org/plugins/maven-assembly-plugin/ state...
|
|
|
Author: Gary Helmling,
2012-12-05, 01:07
|
|
|
|