Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 87 (0.718s).
Loading phrases to help you
refine your search...
Re: svn commit: r1239930 - in /hbase/branches/0.89-fb/src: main/java/org/apache/hadoop/hbase/master/SplitLogManager.java test/java/org/apache/hadoop/hbase/master/TestSplitLogManager.java - HBase - [mail # dev]
...Hi Stack,  Sorry about that. We meant to tag this commit as 89-fb-only, but we are still figuring out our tagging system. I guess "[master]" would have been the right tag in this case, ...
   Author: Mikhail Bautin, 2012-02-03, 22:44
Re: major compaction and regionserver failure... - HBase - [mail # user]
...Hi Andy,  We don't persist manual compaction requests across server restarts, so if e.g. a major compaction was requested manually and the regionserver crashed, the new regionserver tha...
   Author: Mikhail Bautin, 2011-12-11, 10:10
Re: major compaction and regionserver failure... - HBase - [mail # user]
...Hi Andy,  Compaction queues are not persisted between regionserver restarts, and the results of an incomplete compaction are discarded. Compactions write into an HFile in a temporary lo...
   Author: Mikhail Bautin, 2011-12-10, 20:49
Re: Installing HBase - HBase - [mail # user]
...Hi Sumit,  "#!/usr/bin/env bash" will search for bash on the configured PATH, while #!/usr/bin/bash assumes that the bash binary is in /usr/bin. In any way, bash should probably run fin...
   Author: Mikhail Bautin, 2011-12-07, 18:24
Re: Installing HBase - HBase - [mail # user]
...Hi Sumit,  Could you please provide more details about this environment? What operating system are you using? HBase is most frequently deployed on Linux, and many developers run it on M...
   Author: Mikhail Bautin, 2011-12-07, 07:25
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
...OK, I've switched to RawLocalFileSystem and it seemed to fix log splitting issues. However, I'm still seeing the following when loading random data (not killing the regionserver yet). Any id...
   Author: Mikhail Bautin, 2011-12-02, 08:54
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
...Dhruba:  It's 0.20.205.0, the default one for the open-source HBase trunk. I'll try to follow Todd's advice and run the test against a different filesystem.  Thanks,  On Thu, ...
   Author: Mikhail Bautin, 2011-12-02, 07:20
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
...After fixing the getFileLength() method access bug, the error I'm seeing in my local multi-process cluster load test is different. Do we ever expect to see checksum errors on the local files...
   Author: Mikhail Bautin, 2011-12-02, 07:12
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
...@Stack: I am using hadoop-0.20.205.0 (the default Hadoop version from pom.xml). There is a private getFileLength() method, but getMethod() does not allow to retrieve it. We should use getDec...
   Author: Mikhail Bautin, 2011-12-02, 06:58
SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
...Hello,  The following reflection hack is from SequenceFileLogReader.java.           try {            Field fIn = FilterInputStream...
   Author: Mikhail Bautin, 2011-12-02, 05:59
Sort:
project
HBase (87)
Hive (17)
Hadoop (9)
type
issue (54)
mail # dev (29)
mail # user (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (4)
last 6 months (5)
last 9 months (87)
author
Stack (3755)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Mikhail Bautin