| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
114 (0.296s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7808] Refactor Store to use HRegionFileSystem - HBase - [issue]
|
|
...Move HStore fs related code inside the HRegionFileSystem. File creation and retrival should be handled there, and the use will be something like.HRegionFileSystem fs = new HRegionFileSystemf...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7808
Author: Matteo Bertozzi,
2013-03-25, 14:40
|
|
|
[HBASE-7809] Refactor Split/Merge to use HRegionFileSystem - HBase - [issue]
|
|
...Use the HRegionFileSystem for the fs operations....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7809
Author: Matteo Bertozzi,
2013-03-25, 14:40
|
|
|
[HBASE-8006] use FSUtils to get/set hbase.rootdir - HBase - [issue]
|
|
...We have different ways around the code to get the root dirthis.conf.get("hbase.rootdir")new Path(conf.get(HConstants.HBASE_DIR));fs.makeQualified(new Path(this.c.get(HConstants.HBASE_DIR)));...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8006
Author: Matteo Bertozzi,
2013-03-25, 14:40
|
|
|
Re: Clearing the .tmp directory on master startup - HBase - [mail # dev]
|
|
...right, I was thinking at the delete case.. so you want to finish the table creation... but what is the message given to the user when the master goes down? I think the client receive a...
|
|
|
Author: Matteo Bertozzi,
2013-03-25, 12:39
|
|
|
Re: Clearing the .tmp directory on master startup - HBase - [mail # dev]
|
|
...snapshots knows about the /hbase/.tmp directory but unless you remove the files without archiving or move to a location that is not the original one everything is fine. for me is ok mo...
|
|
|
Author: Matteo Bertozzi,
2013-03-25, 12:08
|
|
|
[HBASE-7360] Snapshot 0.94 Backport - HBase - [issue]
|
|
...Backport snapshot code to 0.94The main changes needed to backport the snapshot are related to the protobuf vs writable rpc.Offline Snapshot HBASE-6610 HFileLink: Hardlink alternative for sna...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7360
Author: Matteo Bertozzi,
2013-03-23, 04:53
|
|
|
[HBASE-8123] Replace HashMap/HashSet with TreeMap/TreeSet where byte[] is used as key - HBase - [issue]
|
|
...We still have code using HashMap/HashSet with byte[] as key...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8123
Author: Matteo Bertozzi,
2013-03-16, 10:12
|
|
|
[HBASE-8122] TestAccessController depends on the execution order - HBase - [issue]
|
|
...If testGrantRevoke() runs before testRead() you end up with, since testGrantRevoke() revokes the read right for the rouser.testRead(org.apache.hadoop.hbase.security.access.TestAccessControll...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8122
Author: Matteo Bertozzi,
2013-03-16, 10:12
|
|
|
Re: HBase type support - HBase - [mail # dev]
|
|
...could you point me to the big picture of this jira? from what I've understood this is something like extending the Bytes.toInt() to all the types to allow the user to have something mo...
|
|
|
Author: Matteo Bertozzi,
2013-03-14, 21:47
|
|
|
[HBASE-8061] Missing test from TestFlushSnapshotFromClient in 0.94 - HBase - [issue]
|
|
...There's a missing test from TestFlushSnapshotFromClient (0.94) and a missing delete snapshot at the end of another test that cases jdk7 to fail, since the tests are executed in a different o...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8061
Author: Matteo Bertozzi,
2013-03-14, 03:54
|
|
|
|