Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 29 (0.167s).
Loading phrases to help you
refine your search...
[HBASE-8768] Improve bulk load performance by moving key value construction from map phase to reduce phase. - HBase - [issue]
...ImportTSV bulkloading approach uses MapReduce framework. Existing mapper and reducer classes used by ImportTSV are TsvImporterMapper.java and PutSortReducer.java. ImportTSV tool parses the t...
http://issues.apache.org/jira/browse/HBASE-8768    Author: rajeshbabu, 2013-06-19, 08:00
[HBASE-8667] Master and Regionserver not able to communicate if both bound to different network interfaces on the same machine. - HBase - [issue]
...While testing HBASE-8640 fix found that master and regionserver running on different interfaces are not communicating properly.I have two interfaces 1) lo 2) eth0 in my machine and default h...
http://issues.apache.org/jira/browse/HBASE-8667    Author: rajeshbabu, 2013-06-18, 21:23
[HBASE-8538] HBaseAdmin#isTableEnabled() should check table existence before checking zk state. - HBase - [issue]
...To avoid compatibility issues with older versions HBaseAdmin#isTableEnabled returning true even if the table state is null. Its also returning true even a table is not present. We should con...
http://issues.apache.org/jira/browse/HBASE-8538    Author: rajeshbabu, 2013-06-04, 01:07
[HBASE-8640] ServerName in master may not initialize with the configured ipc address of hbase.master.ipc.address - HBase - [issue]
...We are starting rpc server with default interface hostname or configured ipc address    this.rpcServer = HBaseRPC.getServer(this,      new Class<?>[]...
http://issues.apache.org/jira/browse/HBASE-8640    Author: rajeshbabu, 2013-06-03, 18:00
[HBASE-8075] HRegion preClose hook is getting called multiple times for single close - HBase - [issue]
...1) HRegionServer#closeRegion(final RpcController controller,      final CloseRegionRequest request)      // Can be null if we're calling close on a re...
http://issues.apache.org/jira/browse/HBASE-8075    Author: rajeshbabu, 2013-05-20, 04:03
[HBASE-8353] -ROOT-/.META. regions are hanging if master restarted while closing -ROOT-/.META. regions on dead RS - HBase - [issue]
...ROOT/META are not getting assigned if master restarted while closing ROOT/META.Lets suppose catalog table regions in M_ZK_REGION_CLOSING state during master initialization and then just we a...
http://issues.apache.org/jira/browse/HBASE-8353    Author: rajeshbabu, 2013-05-17, 07:05
[HBASE-8133] avoid assign for disabling table regions(OPENING/PENDING_OPEN) in SSH - HBase - [issue]
...Disabling table regions which are in PENDING_OPEN or OPENING on dead server are getting assigned then unassiging. We can avoid this by just mark OFFLINE for the regions,any way znodes of the...
http://issues.apache.org/jira/browse/HBASE-8133    Author: rajeshbabu, 2013-05-13, 14:49
[HBASE-8396] balancerSwitch making two zookeeper calls everytime. - HBase - [issue]
...first time on balancerSwitch we will create balancerZnode.from second time onwards we will try to create node(1st time) which will fail with NodeExistsException then we will call setData(2nd...
http://issues.apache.org/jira/browse/HBASE-8396    Author: rajeshbabu, 2013-04-25, 01:32
[HBASE-8376] MiniHBaseCluster#waitFor{Master|RegionServer)ToStop should implement timeout. - HBase - [issue]
...Presently we are ignoring timeout in watiForMasterToStop,watiForRegionServerToStop methods in MiniHBaseCluster  @Override  public void waitForRegionServerToStop(ServerNam...
http://issues.apache.org/jira/browse/HBASE-8376    Author: rajeshbabu, 2013-04-18, 19:21
[HBASE-8295] TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is flaky. - HBase - [issue]
...TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS failed because asserting before finishing SSH process of dead server. https://builds.apache.org/job/PreCommit-HBASE-Build/5182//art...
http://issues.apache.org/jira/browse/HBASE-8295    Author: rajeshbabu, 2013-04-10, 05:14
Sort:
project
HBase (29)
Hadoop (1)
type
issue (29)
date
last 7 days (2)
last 30 days (5)
last 90 days (16)
last 6 months (25)
last 9 months (29)
author
Stack (3785)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
rajeshbabu