Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 16 (2.829s).
Loading phrases to help you
refine your search...
Re: profiling hdfs write path - HDFS - [mail # dev]
...It does not work for me OK. Its way too slow. i got just 2k LOC in  committed and still floating around patches. That is real and sad result  of 1/2 year of cooperation. I know tha...
   Author: Radim Kolar, 2012-12-08, 04:39
Re: profiling hdfs write path - HDFS - [mail # dev]
...YARN-223  YARN-211  YARN-210  MAPREDUCE-4839  MAPREDUCE-4827  MAPREDUCE-4594  MAPREDUCE-3968  HADOOP-9088  HADOOP-9041  HADOOP-8698  ...
   Author: Radim Kolar, 2012-12-06, 02:02
Re: profiling hdfs write path - HDFS - [mail # dev]
...Its not about writing patches, its about to get them committed. I have  experience that getting something committed takes months even on simple  patch. I have about 10 patches floa...
   Author: Radim Kolar, 2012-12-05, 02:00
Re: profiling hdfs write path - HDFS - [mail # dev]
...Good units tests will catch code modifications like:  from:      long getLastByteOffsetBlock() {        return lastByteOffsetInBlock;     &n...
   Author: Radim Kolar, 2012-12-04, 17:39
Re: profiling hdfs write path - HDFS - [mail # dev]
...thank you for your code, i got it merged with trunk. HDFS is crap code,  private methods not documented at all,  and unit tests are joke. I did  some random code changes and s...
   Author: Radim Kolar, 2012-12-04, 17:07
Re: profiling hdfs write path - HDFS - [mail # dev]
... > Hoping to find time to get back to finishing the patches in the next  few months. Todd,   just attach these pathes to jira, they do not even needs to apply  cleanly...
   Author: Radim Kolar, 2012-11-29, 15:17
[HDFS-4225] Improve HDFS write performance - HDFS - [issue]
...Collection of tickets related to HDFS write performance....
http://issues.apache.org/jira/browse/HDFS-4225    Author: Radim Kolar, 2012-11-26, 18:00
Re: profiling hdfs write path - HDFS - [mail # dev]
...can you attach crc path there?  https://issues.apache.org/jira/browse/HDFS-3528 i will finish it....
   Author: Radim Kolar, 2012-11-26, 03:07
Re: murmur3 instead of crc32 - HDFS - [mail # dev]
...its not that big speed difference in this test:  http://www.strchr.com/hash_functions#results  asm version of CRC32 on i5 is fastest, but Java8 switched to murmur3 for  hashin...
   Author: Radim Kolar, 2012-11-26, 02:58
murmur3 instead of crc32 - HDFS - [mail # dev]
...i just tested C version and murmur3 32_le is about 4 times faster then  CRC32. I submitted yesterday murmur3 hash support.  What it takes to change checksum method, does .metadata ...
   Author: Radim Kolar, 2012-11-26, 02:08
Sort:
project
MapReduce (96)
Hadoop (61)
HDFS (16)
Hive (1)
type
mail # dev (14)
issue (1)
mail # user (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (14)
last 9 months (16)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (87)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Radim Kolar