Search Discussions
-
Hi Currently I have 3 servers, A, B, C 1. I unpacked Hadoop separately on three machines on the same folder (local): /home/hadoop/ 2. I follow the documentation, set up the JAVA_HOME path, and ...
Howard chen
Nov 4, 2006 at 2:15 pm
Nov 10, 2006 at 4:10 am -
Hi, I have a cluster of more than 25 servers which basically serves the purpose for storage. However I was wondering what will happen if the master node gets exhausted of disk space. If I add more ...
Jagadeesh
Nov 1, 2006 at 4:01 pm
Nov 10, 2006 at 11:52 am -
Hi all, For example, I have a MapFile, which is like: K - V 1 - 1 1 - 2 1 - 3 2 - 1 2 - 2 2 - 3 3 - 1 3 - 2 3 - 3 when i call mapFile.get(2, value), the value will be filled as 2, not 1. Is is a bug ...
Feng Jiang
Nov 28, 2006 at 6:16 am
Nov 29, 2006 at 3:39 am -
Hi, I was just wondering how DFS frees up disk space. Whenever I delete something, I notice that disk space isn't freed up immediately. If I restart the DFS, it's freed immediately on startup. Is ...
Vetle Roeim
Nov 13, 2006 at 3:50 pm
Nov 15, 2006 at 9:38 pm -
I think some features are very useful for us: 1. Multi-key types supported in input. for example: SEQ file A is <Ka, Va pair, and SEQ file B is <Kb, Vb pair. I can simply add both of these files as ...
Feng Jiang
Nov 4, 2006 at 5:57 am
Dec 20, 2006 at 5:01 pm -
Howdy, Is there a way to store "by-product" data someplace where it can be read? For example, as I'm iterating over a collection of documents, I want to generate some statistics about the collection, ...
David Pollak
Nov 8, 2006 at 12:04 am
Nov 8, 2006 at 11:19 pm -
Hi: After startind HDFS, I am able to create directories via the Hadoop api and the shell app. However I am not able to create a new file: I keep on getting problems connecting to the data node. (on ...
John Wang
Nov 24, 2006 at 2:11 am
Nov 28, 2006 at 3:01 pm -
Does it make sense to build large lucene indexes onto the Hadopp DFS? I would think there would be some performance concerns? Did anyone have experiences with this? Thanks -John
John Wang
Nov 18, 2006 at 11:42 pm
Nov 20, 2006 at 11:51 pm -
This is going to be a long email. I am seeing a race condition between the renewing of leases on the DFS and RPC client timeout values and I wanted to get some feedback on this. We keep seeing leases ...
Dennis Kubes
Nov 1, 2006 at 8:02 pm
Nov 1, 2006 at 10:15 pm -
Hi all: Now I want to do some operations like ‘update’ or ‘insert’, which can describe like this: 1. I have a base dataset 2. Everyday I will get more data from other places, and then I want to ...
张茂森
Nov 13, 2006 at 3:08 am
Nov 13, 2006 at 6:59 pm -
I am experimenting with some of the tests in hadoop-0.8.0-test.jar and am curious about the possible causes of mapredtest failing. I make the call as follows: bin/hadoop jar hadoop-0.8.0-test.jar ...
Brendan Melville
Nov 9, 2006 at 6:07 pm
Nov 9, 2006 at 6:39 pm -
look at the code: job.setNumReduceTasks(1); // force a single reduce task why? Is there any difficulty there to allow multiple reduce tasks? Best regards, Feng
Feng Jiang
Nov 7, 2006 at 1:49 pm
Nov 8, 2006 at 1:50 am -
Hello, One error I seem to be getting a lot is "Lost Task Tracker". The two reduce tasks that a particular machine is working on will fail with this error, which then propagates back to all the map ...
Albert Chern
Nov 23, 2006 at 8:37 pm
Nov 27, 2006 at 10:12 pm -
When running the command bin/hadoop namenode -format, the config file is parsed, and then I am dropped back to the shell. Does anyone have experience with such an issue? Thank you. Brendan
Brendan Melville
Nov 27, 2006 at 2:43 am
Nov 27, 2006 at 7:59 am -
Hi All, Is there anyway I can append to an existing file in HDFS? Thanks Jugs
Jagadeesh
Nov 24, 2006 at 1:00 pm
Nov 25, 2006 at 8:14 am -
Hi all: I have encountered one problem about displaying log info on Console. This is the detailed sentence, in order to show it more clearly, I will use the code of wordcount: public class WordCount ...
张茂森
Nov 1, 2006 at 10:52 am
Nov 1, 2006 at 3:13 pm -
Is there a shell someone has written or writing to hadoop? e.g. a simple unix shell that executes file commands to a HDFS such as, ls, rm, cp ...? Thanks -John
John Wang
Nov 18, 2006 at 11:39 pm
Nov 19, 2006 at 5:20 am -
Have anyone experienced this? When the cluster is busy sometimes one map task of a job gets stuck. An attempt is then made to kill the task, but this fails. This shows up in the web interface: ...
Johan Oskarsson
Nov 17, 2006 at 5:21 pm
Nov 17, 2006 at 7:58 pm -
Hello all, I have been searching through the Hadoop mail archives, but I could not find a relevant answer to my question. Before starting, let me say that I am a newbie, just beginning to explore the ...
Grad0584
Nov 16, 2006 at 3:07 pm
Nov 16, 2006 at 5:30 pm -
Hi, I am installing Hadoop for the first time. I am running the name node on the master (node0). In the worker I set the fs.default.name property to node0:40010. After I format the namenode and ...
Anurup Pavuluri
Nov 15, 2006 at 1:24 am
Nov 15, 2006 at 2:36 am -
Hi list, How can I start webapp under hadoop, it seems build.xml has nothing to do with it. -- scott
Scott green
Nov 12, 2006 at 6:37 pm
Nov 12, 2006 at 11:48 pm -
Hello, I have been following the Getting Started guide to get Hadoop up and running in fully distributed operation but have encountered some problems. The version I'm using is hadoop-0.5.0. I have 2 ...
AaRon
Nov 27, 2006 at 8:37 am
Nov 27, 2006 at 8:37 am -
Is this possible if i will use the Hadoop to replace the index directory in PHP? <?php require_once('Zend/Search/Lucene.php'); $index=newZend_Search_Lucene('/data/my_index'); $index- find($query); ? ...
James Zheng
Nov 15, 2006 at 9:50 am
Nov 15, 2006 at 9:50 am -
Hi, Currently, I have a web front end for user to do full text index with Lucene on a single server, but is it possible to span the search on several servers, with the help of Hadop, so query time ...
Howard chen
Nov 2, 2006 at 7:04 am
Nov 2, 2006 at 7:04 am -
On each of my nodes that I have deployed Hadoop to I also deployed another large java project. The deployment is in the same place at each node. Is there a way I can set the classpath of each task to ...
Lee
Nov 2, 2006 at 4:16 am
Nov 2, 2006 at 4:16 am
Group Overview
group | common-user |
categories | hadoop |
discussions | 25 |
posts | 115 |
users | 34 |
website | hadoop.apache.org... |
irc | #hadoop |
34 users for November 2006
Archives
- February 2013 (260)
- January 2013 (843)
- December 2012 (621)
- November 2012 (729)
- October 2012 (955)
- September 2012 (794)
- August 2012 (1,201)
- July 2012 (362)
- June 2012 (408)
- May 2012 (560)
- April 2012 (462)
- March 2012 (579)
- February 2012 (634)
- January 2012 (468)
- December 2011 (492)
- November 2011 (406)
- October 2011 (567)
- September 2011 (590)
- August 2011 (474)
- July 2011 (433)
- June 2011 (542)
- May 2011 (595)
- April 2011 (558)
- March 2011 (681)
- February 2011 (577)
- January 2011 (514)
- December 2010 (443)
- November 2010 (389)
- October 2010 (499)
- September 2010 (444)
- August 2010 (495)
- July 2010 (487)
- June 2010 (474)
- May 2010 (420)
- April 2010 (430)
- March 2010 (630)
- February 2010 (492)
- January 2010 (471)
- December 2009 (543)
- November 2009 (691)
- October 2009 (558)
- September 2009 (614)
- August 2009 (677)
- July 2009 (885)
- June 2009 (847)
- May 2009 (812)
- April 2009 (881)
- March 2009 (728)
- February 2009 (726)
- January 2009 (517)
- December 2008 (457)
- November 2008 (566)
- October 2008 (658)
- September 2008 (708)
- August 2008 (539)
- July 2008 (706)
- June 2008 (542)
- May 2008 (560)
- April 2008 (718)
- March 2008 (657)
- February 2008 (611)
- January 2008 (546)
- December 2007 (446)
- November 2007 (445)
- October 2007 (448)
- September 2007 (406)
- August 2007 (306)
- July 2007 (241)
- June 2007 (216)
- May 2007 (150)
- April 2007 (100)
- March 2007 (138)
- February 2007 (70)
- January 2007 (105)
- December 2006 (62)
- November 2006 (115)
- October 2006 (87)
- September 2006 (56)
- August 2006 (73)
- July 2006 (57)
- June 2006 (35)
- May 2006 (42)
- April 2006 (43)
- March 2006 (74)
- February 2006 (17)