| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
75 (0.091s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8004] Creating an existing table from Shell does not throw TableExistsException - HBase - [issue]
|
|
...When i try to create a same table from shell i don't get TableExistsException instead i getERROR: cannot load Java class org.apache.hadoop.hbase.TableNotFoundExceptionHere is some help for t...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8004
Author: ramkrishna.s.vasudevan,
2013-03-08, 12:00
|
|
|
[HBASE-7968] Packaging of Trunk and 0.95 does not create the dependent jars in the lib folder - HBase - [issue]
|
|
...After recent changes to trunk and 0.95 branch when i try to build and package, i do not find the dependent jars in the lib folder.Prior to the changes, it was working fine.Am not a maven exp...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7968
Author: ramkrishna.s.vasudevan,
2013-03-05, 06:26
|
|
|
[HBASE-7962] Native folder not available under lib folder in the HBase trunk deployment - HBase - [issue]
|
|
...I was trying to install Snappy. Found this link.http://www.spaggiari.org/index.php/hbase/how-to-install-snappy-with#.US7JNzDX_D4.As per this link there is a native folder under lib dir...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7962
Author: ramkrishna.s.vasudevan,
2013-03-04, 15:07
|
|
|
[HBASE-7790] Refactor OpenRegionHandler so that the cleanup happens in one place - the finally block - HBase - [issue]
|
|
...This is based on discussion in HBASE-7698. Jimmy suggested this improvment.Look at https://issues.apache.org/jira/browse/HBASE-7698?focusedCommentId=13572736&page=com.atlassian.jir...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7790
Author: ramkrishna.s.vasudevan,
2013-02-27, 13:12
|
|
|
[HBASE-6853] IllegalArgumentException is thrown when an empty region is splitted - HBase - [issue]
|
|
...This is w.r.t a mail sent in the dev mail list.Empty region split should be handled gracefully. Either we should not allow the split to happen if we know that the region is empty or we...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6853
Author: ramkrishna.s.vasudevan,
2013-02-26, 19:16
|
|
|
[HBASE-6118] Add a testcase for HBASE-6065 - HBase - [issue]
|
|
...It would be nice to have a testcase for HBASE-6065. Internally we have written a test case to simulate the problem. Thought that it would be better to contribute the same....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6118
Author: ramkrishna.s.vasudevan,
2013-02-26, 17:09
|
|
|
[HBASE-5737] Minor Improvements related to balancer. - HBase - [issue]
|
|
...Currently in Am.getAssignmentByTable() we use a result map which is currenly a hashmap. It could be better if we have a treeMap. Even in MetaReader.fullScan we have the tre...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5737
Author: ramkrishna.s.vasudevan,
2013-02-26, 17:02
|
|
|
[HBASE-5097] RegionObserver implementation whose preScannerOpen and postScannerOpen Impl return null can stall the system initialization through NPE - HBase - [issue]
|
|
...In HRegionServer.java openScanner() r.prepareScanner(scan); RegionScanner s = null; if (r.getCoprocessorHost() != n...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5097
Author: ramkrishna.s.vasudevan,
2013-02-26, 17:02
|
|
|
[HBASE-5839] Backup master not starting up due to Bind Exception while starting HttpServer - HBase - [issue]
|
|
...Backup master tries to bind to the info port 60010.This is done once the back up master becomes active. Even before that the Data Xceviers threads (IPC handlers) are started and they a...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5839
Author: ramkrishna.s.vasudevan,
2013-02-26, 08:43
|
|
|
[HBASE-6317] Master clean start up and Partially enabled tables make region assignment inconsistent. - HBase - [issue]
|
|
...If we have a table in partially enabled state (ENABLING) then on HMaster restart we treat it as a clean cluster start up and do a bulk assign. Currently in 0.94 bulk assign will ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6317
Author: ramkrishna.s.vasudevan,
2013-02-26, 08:23
|
|
|
|