Search Discussions
-
4
Error: INFO ipc.Client: Retrying connect to server: /192.168.100.11:8020. Already tried 0 time(s).
Hi, I am new to Hadoop. I just configured it based on the documentation. While I was running example program wordcount.java, I am getting errors. When I gave command $ /bin/hadoop dfs -mkdir santhosh ...Santosh gandham
Oct 8, 2009 at 9:24 am
Nov 2, 2012 at 2:56 pm -
hello everyone, i have a problem in hadoop startup ,every time i try to start hadoop name node doesnot start and when i tried to stop name node ,it gives an error :no name node to start. i tried to ...
Asmaa.atef
Oct 8, 2009 at 9:02 am
Aug 11, 2011 at 10:28 am -
1. When I build hive-0.4.0, ivy would try to download hadoop 0.17.2.1, 0.18.3, 0.19.0 and 0.20.0. But always fail for 0.17.2.1. 2. Then I modified shims/ivy.xml and shims/build.xml to remove ...
Schubert Zhang
Oct 19, 2009 at 5:03 pm
Feb 15, 2010 at 10:15 pm -
Hi. I'm want to keep a checkpoint data on several separate machines for backup, and deliberating between exporting these machines disks via NFS, or actually running Secondary Name Nodes there. Can ...
Stas Oskin
Oct 21, 2009 at 2:45 pm
Dec 24, 2009 at 7:16 pm -
Hi, I am writing an M-R code using MapRunnable interface. The input format is SequenceFileInputFormat. Each Sequence-record contains a key-value pair of type <Text key,Text value (Text: ...
Bhushan_mahale
Oct 29, 2009 at 12:19 pm
Dec 22, 2009 at 3:29 pm -
As this topic comes up reasonably often on the list, I thought others might be interested in this: ...
Todd Lipcon
Oct 9, 2009 at 5:44 pm
Dec 5, 2009 at 1:09 am -
Hi, I have input files, that contain NO carriage returns/line feeds. Each record is a fixed length (i.e. 202 bytes). Which FileInputFormat should I be using? so that each call to my Mapper receives ...
Yz5od2
Oct 20, 2009 at 8:53 pm
Nov 1, 2009 at 6:44 pm -
Hi, I use the org.apache.hadoop.io.Text object to set its value "測試" in chinese text(six bytes in UTF-8 encoding), and when I invoke its "getBytes()" method that return the raw bytes (11 bytes), but ...
ChingShen
Oct 31, 2009 at 3:03 pm
Oct 31, 2009 at 5:25 pm -
Hi, Sorry for starting a new thread. I'm facing the same problem as Ian, see the quoted mail below. We used 0.15.0 on our lab cluster before. Recently we are considering upgrading to 0.20.x, and ...
Xiance SI(司宪策)
Oct 31, 2009 at 5:57 am
Oct 31, 2009 at 5:57 am -
I've run into a situation where it would be helpful to set specific configuration variables local to a data/task node. I've got a solution, but I'm curious if there is a best practice around this and ...
Andy Sautins
Oct 30, 2009 at 7:21 pm
Oct 30, 2009 at 7:21 pm -
Hi all, I found the the default value of HADOOP_VERSION is 0.17.0 in hadoop-ec2-env.sh of hadoop 0.18.3, and I can create hadoop 0.17.0 cluster in ec2 succesully, but I can not create hadoop 0.18.3 ...
Jeff Zhang
Oct 30, 2009 at 1:07 pm
Oct 30, 2009 at 2:31 pm -
Hi all, I have installed hadoop 0.18.3 on my own cluster with 5 machines, now I want to install hadoop 0.20, but I do not run to uninstall the hadoop 0.18.3. So what things should I modify to ...
Jeff Zhang
Oct 30, 2009 at 5:44 am
Oct 30, 2009 at 6:02 am -
Hi There is 1 GB of rdf/owl files that I am executing on EC2. Execution throws the following exception ------------------- 08/11/19 16:08:27 WARN mapred.JobClient: Use GenericOptionsParser for ...
Harshit Kumar
Oct 29, 2009 at 4:30 am
Oct 30, 2009 at 5:15 am -
Hi Everyone, I'm experimenting with Hadoop and trying to get it running in pseudo-distributed mode as described in Appendix A of Tom White's book Hadoop The Definitive Guide. I've got the ...
David Greer
Oct 28, 2009 at 10:46 pm
Oct 29, 2009 at 8:50 pm -
Hey there, Thought you guys would be interested in a new blog article I've posted entitled "HBase vs. Cassandra: NoSQL Battle!". I hope you all enjoy it -- I can always use some feedback! ...
Bradford Stephens
Oct 29, 2009 at 8:49 pm
Oct 29, 2009 at 8:49 pm -
I am using hadoop 0.19.2, Fedora Eclipse latest version and hadoop plugin available in contrib of Hadoop 0.19.2. I can view DFS fine. Mapred perspective works ok. But program "Run as" Run on Hadoop ...
Rajiv M
Oct 29, 2009 at 3:12 pm
Oct 29, 2009 at 3:12 pm -
Hi, according to the API-Dokumentation of 0.20.1 JobConf is deprecated and we should use Configuration instead. However all examples on the webpage still referece JobConf. Is there a good example for ...
Oliver B. Fischer
Oct 21, 2009 at 12:49 pm
Oct 29, 2009 at 4:26 am -
In Streaming tasks, how can I output a separate file with the key as the filename, for each line of output, instead of collecting it in a big file? Thanks, Ryan
Ryan Rosario
Oct 28, 2009 at 8:43 pm
Oct 28, 2009 at 8:43 pm -
Going back to the issue: http://markmail.org/search/?q=Multinode+cluster+setup+issues#query:Multinode%20cluster%20setup%20issues+page:1+mid:qi45trv4fdfwugwf+state:results And having gone over the ...
Hassaan Khan
Oct 28, 2009 at 8:06 pm
Oct 28, 2009 at 8:06 pm -
Hi, Using Hadoop 0.20 (CDH2) I'm trying to pass some JVM options to my child tasks on the command-line, like this: $ hadoop jar streaming.jar -D mapred.reduce.tasks=0 -D ...
Brian Vargas
Oct 28, 2009 at 7:11 pm
Oct 28, 2009 at 8:00 pm -
Hi, I need to number all output records consecutively, like, 1,2,3... This is no problem with one reducer, making recordId an instance variable in the Reducer class, and setting ...
Mark Kerzner
Oct 28, 2009 at 3:55 am
Oct 28, 2009 at 7:30 pm -
I'm running Hadoop 0.20.1+133 (Cloudera distro) I tried setting up a multi-node Hadoop cluster and on executing the command: hadoop jar /usr/lib/hadoop/hadoop-0.20.1+133-examples.jar grep input ...
Hassaan Khan
Oct 28, 2009 at 3:42 pm
Oct 28, 2009 at 3:48 pm -
Hi All, We are facing the issue with distribution of data in a cluster where nodes have differnt storage capacity. We have 4 nodes with 100G capacity and 1 node with 2TB capacity. The storage of the ...
Vibhooti Verma
Oct 28, 2009 at 9:25 am
Oct 28, 2009 at 9:42 am -
Dear Huy Phan and others, Thanks a lot for your efforts in customizing the WebDav server<http://github.com/huyphan/HDFS-over-Webdav and make it work for Hadoop-0.20.1. After setting up the WebDav ...
Zhang Bingjun (Eddy)
Oct 27, 2009 at 10:28 am
Oct 28, 2009 at 7:40 am -
Greetings, (You're receiving this e-mail because you're on a DL or I think you'd be interested) It's time for another Hadoop/Lucene/Apache "Cloud" stack meetup! This month it'll be on Wednesday, the ...
Bradford Stephens
Oct 19, 2009 at 12:11 am
Oct 27, 2009 at 11:08 pm -
Hi, I have written a code to create sequence files for given text files. The program takes following input parameters: 1. Local source directory - contains all the input text files 2. Destination ...
Bhushan_mahale
Oct 27, 2009 at 8:44 am
Oct 27, 2009 at 3:19 pm -
I am using a Python script as a mapper for a Hadoop Streaming (hadoop 0.20.0) job, with reducer NONE. My jobs keep getting killed with "task failed to respond after 600 seconds." I tried sending a ...
Ryan Rosario
Oct 25, 2009 at 7:01 pm
Oct 27, 2009 at 2:48 pm -
Hi all, I'd like to know does the map task push map output to reduce task or reduce task pull it from map task ? Which way is real in hadoop ? Thank you very much. Jeff zhang
Jeff Zhang
Oct 27, 2009 at 1:05 am
Oct 27, 2009 at 5:17 am -
I was testing a job on a single node hadoop cluster running Hadoo9 0.19. The single tasktracker has 2 reduce slots. After finishing 8 reduce tasks out of 17 total reduce tasks, the tasktracker ...
Runping Qi
Oct 26, 2009 at 5:29 am
Oct 26, 2009 at 11:04 pm -
Dear All, I am implementing a clustering algorithm in which I need to compare each line to two specific lines (they all have the same format ) and output two scores denoting the similarity between ...
Boyu Zhang
Oct 26, 2009 at 12:47 am
Oct 26, 2009 at 7:40 pm -
Hi, I am new to Hadoop. I am following the tutorial on http://hadoop.apache.org/common/docs/current/quickstart.html I have downloaded the hadoop-0.20.1.tar.gz package and unpackaged it. First, I ...
Dong Zhang
Oct 26, 2009 at 5:48 am
Oct 26, 2009 at 6:09 am -
Hi all, I m trying to get hadoop running on ubuntu and I get this error while trying to format, infact its only a warning and the format is successful according to the trace. But could anybody tell ...
Prabhu Hari Dhanapal
Oct 25, 2009 at 12:05 am
Oct 25, 2009 at 12:05 am -
How can I make a datanode read-only ? My guess would be hack the config to set reserved disk space = current free disk space Is there any other way ? Vesion : 0.18.1 -Sagar
Sagar
Oct 24, 2009 at 11:41 pm
Oct 24, 2009 at 11:41 pm -
Hi all, I'd like to contribute the hadoop, and I'd like to get started with fixing bugs. But I found in the jira, it says that I have no permission to work on the jira item. So how can I get the ...
Jeff Zhang
Oct 24, 2009 at 11:37 am
Oct 24, 2009 at 11:44 am -
Hello, In my application I need to reduce the original reducer output keys further. I was reading about Chainreducer and Chainmappers but looks like it is for : one or more mapper - reducer - 0 or ...
Forhadoop
Oct 22, 2009 at 11:17 pm
Oct 23, 2009 at 5:20 pm -
Hi all, Using hadoop 0.20.1 I am seeing the following on my namenode startup. 2009-10-14 11:09:54,232 INFO org.apache.hadoop.ipc.Server: Error register getProtocolVersion ...
Tim robertson
Oct 14, 2009 at 9:33 am
Oct 23, 2009 at 12:03 pm -
hi here I choose a machine as a namenode,and a machine as a secondary namenode, a machine as a datanode. when i start up hadoop(bin/start-all.sh), there are some errors in secondary namenode,like ...
Yibo820217
Oct 21, 2009 at 9:09 am
Oct 23, 2009 at 8:57 am -
Hi, I currently have an app written to use 0.18.3 (cloudera ec2 dist) and it is working fine. Are there any significant advantages to move to the new stable 0.20.1? The app uses a custom MapRunnable ...
John Clarke
Oct 20, 2009 at 8:44 am
Oct 23, 2009 at 8:35 am -
Hi! I have quite odd Hadoop behavior. I wrote a client to my app that simply is trying to talk to HDFS and do stuff. Version of Hadoop is 20.0. I still suspect CLASSPATH, but would be nice to know ...
Bogdan M. Maryniuk
Oct 22, 2009 at 4:24 am
Oct 23, 2009 at 12:09 am -
I just downloaded and installed hadoop ver 0.200.1 and cygwin 1.5.25-15 and installed them (Windows XP.) I'm having trouble with ssh. When I enter "ssh localhost" I'm prompted for a password. I can ...
Dennis DiMaria
Oct 21, 2009 at 9:40 pm
Oct 22, 2009 at 3:03 pm -
1
Re::!
Hello! We have a cluster of 5 nodes and we are concentrating on the development of a DFS(Distributed File System). with the incorporation of Hadoop. Now, Can I get some ideas on how can I design ...Sugandha Naolekar
Oct 20, 2009 at 11:39 am
Oct 22, 2009 at 3:56 am -
Hi all, These days, I begin look into source code hadoop. And I want to know whether I need some distributed computing algorithm if I want to deep into source code of hadoop ? Thank you. Jeff zhang
Jeff Zhang
Oct 21, 2009 at 3:17 pm
Oct 22, 2009 at 3:39 am -
hi, I use hadoop0.20 and 8 nodes, there is a job that has 130 map to run ,and completed 128 map, but only 2 map fail ,and its fail in my case is accepted ,but the job fail ,the last 128 map also ...
梁景明
Oct 21, 2009 at 3:28 am
Oct 22, 2009 at 2:07 am -
We have a 6 node cluster where two of the nodes (NN, 2NN) have half the disk space available as the remaining four. As a result these two always have more space used. We run rebalancer occasionally ...
Mayuran Yogarajah
Oct 21, 2009 at 11:47 pm
Oct 21, 2009 at 11:47 pm -
I need some help with setting up a Hadoop cluster. The datanode on the slave is not coming up throwing java.net.NoRouteToHostException: No route to host. Please see the details below. I have a centos ...
Lazikid
Oct 18, 2009 at 1:44 pm
Oct 21, 2009 at 3:46 pm -
Hi, I have a cluster setup with 3 nodes, and I'm adding hostname details (in /etc/hosts) manually in each node. Seems it is not an effective approach. How this scenario is handled in big clusters? Is ...
Ramesh.Ramasamy
Oct 19, 2009 at 1:40 pm
Oct 21, 2009 at 9:51 am -
2009-10-19 17:54:16,221 INFO org.apache.hadoop.metrics.jvm.JvmMetrics: Initializing JVM Metrics with processName=SHUFFLE, sessionId= 2009-10-19 17:54:17,632 INFO org.apache.hadoop.mapred.ReduceTask: ...
Nikjosh
Oct 21, 2009 at 8:56 am
Oct 21, 2009 at 8:56 am -
I am trying to stream data from HDFS on a workstation outside of hadoop. I have a small method to initialize the DistributedFileSystem and i pass the IP and port of the namenode, but that fails with ...
Stephane Brossier
Oct 21, 2009 at 12:56 am
Oct 21, 2009 at 5:03 am -
Hi! Well, I have a kinda simple question, but I can not spot a proper doc for it: how you, guys, restricting access to the web interfaces? :-) It is somewhere in jetty or there is no feature like ...
Bogdan M. Maryniuk
Oct 18, 2009 at 3:50 pm
Oct 21, 2009 at 1:32 am
Group Overview
group | common-user |
categories | hadoop |
discussions | 134 |
posts | 558 |
users | 177 |
website | hadoop.apache.org... |
irc | #hadoop |
177 users for October 2009
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)