Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.124s).
Loading phrases to help you
refine your search...
[HDFS-4229] HDFS can report negative DFS Used on clusters with very small amounts of data - HDFS - [issue]
...I had a near empty HDFS instance where I was creating a file and deleting it very quickly. I noticed that HDFS sometimes reported a negative DFS used.root@brock0-1 ~]# sudo -u hdfs -i hdfs d...
http://issues.apache.org/jira/browse/HDFS-4229    Author: Brock Noland, 2012-12-15, 18:23
Re: Calling C inside MR - HDFS - [mail # user]
...Hi,  Here is an example of how to call native methods from Java in a MR context:  https://github.com/brockn/hadoop-thumbnail  The most important item IMHO is that you have a c...
   Author: Brock Noland, 2012-12-03, 15:56
Re: Unsatisfied link error - how to load native library without copying it in /lib/native folder - HDFS - [mail # user]
...1) Does your local program use the native library before submitting the job to the cluster?  Here is an example of using native code in MR https://github.com/brockn/hadoop-thumbnail &nb...
   Author: Brock Noland, 2012-10-26, 00:59
Re: Understanding compression in hdfs - HDFS - [mail # user]
...Also note that HDFS already does checksums which I believe you can retrieve:  http://hadoop.apache.org/common/docs/r1.0.3/api/org/apache/hadoop/fs/FileSystem.html#getFileChecksum(org.ap...
   Author: Brock Noland, 2012-07-29, 17:41
[HDFS-3575] HttpFS does not log Exception Stacktraces - HDFS - [issue]
...In the 'log' method of the HttpFSExceptionProvider we log exceptions as "warn" but the stacktrace itself is not logged:    LOG.warn("[{}:{}] response [{}] {}",...
http://issues.apache.org/jira/browse/HDFS-3575    Author: Brock Noland, 2012-07-05, 14:03
Re: random seeks during write in HDFS - HDFS - [mail # user]
...Hi,  This question is for hdfs-user not mapreduce-user, as such I have removed them.  Yes HDFS does not allow ramdom writes. I suggest your read this doc: http://hadoop.apache.org/...
   Author: Brock Noland, 2012-03-17, 14:50
Sort:
project
Flume (603)
Hive (50)
Hadoop (27)
MapReduce (21)
Sqoop (10)
HDFS (6)
HBase (5)
Avro (4)
Pig (1)
type
mail # user (4)
issue (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (6)
author
Todd Lipcon (488)
Harsh J (451)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (145)
Colin Patrick McCabe (127)
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)
Brock Noland