Search Discussions
-
Hi All, How can i configure hadoop on eclipse for development purpose. I dont want to download hadoop from trunk and use svn. I have a stable hadoop 0.20.2 release tar file. I want to use this tar ...
Ahmad Shahzad
Aug 11, 2010 at 12:46 pm
Sep 5, 2011 at 10:42 am -
Hi folks, i'm stumbled into a situation with hadoop-0.20.2 where sorting with a BooleanWritable doesn't work. I wrote some test and it seems to me that the raw-comparator version is the problem... ...
Johannes Zillmann
Aug 26, 2010 at 11:58 am
Aug 29, 2010 at 11:58 am -
Hi all, I go through the code, but couldn't find the place where distributed cache start working. I want to know between DistriubtedCache.addCacheFile at the master node and ...
Gang Luo
Aug 20, 2010 at 3:08 pm
Aug 27, 2010 at 2:05 pm -
Hi ALL, Can anyone tell me the purpose for RPC server and RPC client that is used in hadoop. As far as logs tell, they are used by JobTracker and TaskTracker, as well as namenode and datanode. Can ...
Ahmad Shahzad
Aug 12, 2010 at 11:39 pm
Aug 13, 2010 at 6:04 pm -
I have created a new candidate build for Hadoop 0.21.0. This fixes MAPREDUCE-2012 and MAPREDUCE-2014 which were found for the previous release candidate (1). This release is being classified as a ...
Tom White
Aug 17, 2010 at 5:29 am
Aug 20, 2010 at 7:09 pm -
Hi All, Can anyone guide me regarding this error, i get this error when i compile the hadoop with ant. one more thing, i just un tar the hadoop folder, so, i have changed nothing no code in hadoop ...
Ahmad Shahzad
Aug 3, 2010 at 11:27 am
Sep 16, 2010 at 5:40 am -
Hi everyone, I am pleased to announce that Apache Hadoop 0.21.0 is available for download from http://hadoop.apache.org/common/releases.html. Over 1300 issues have been addressed since 0.20.2; you ...
Tom White
Aug 24, 2010 at 7:19 pm
Sep 15, 2010 at 3:58 pm -
Herriot NN and DN clients should vend statistics ------------------------------------------------ Key: HADOOP-6927 URL: https://issues.apache.org/jira/browse/HADOOP-6927 Project: Hadoop Common Issue ...
Al Thompson (JIRA)
Aug 26, 2010 at 4:49 pm
Sep 3, 2010 at 3:09 am -
I have created a new candidate build for Hadoop 0.21.0. This fixes MAPREDUCE-1920 and MAPREDUCE-1926 which were found for the previous release candidate (0). This release is being classified as a ...
Tom White
Aug 13, 2010 at 9:05 pm
Aug 15, 2010 at 4:33 am -
Sent from my iPad
Hotmail Email Address
Aug 13, 2010 at 2:50 am
Aug 13, 2010 at 5:01 am -
Hi Folks,I am nearing completion for JIRA 6891 and had a question. I have written a Junit test suite using junit 4 that drives all the examples. This is currently working inside Eclipse and I will be ...
Saikat Kanjilal
Aug 11, 2010 at 4:30 am
Aug 11, 2010 at 1:26 pm -
Hello all, (http://hadoop.apache.org/common/docs/current/hdfs_design.html): "When a client creates an HDFS file, it computes a checksum of each block of the file and stores these checksums in a ...
Gautam Singaraju
Aug 1, 2010 at 5:11 am
Aug 3, 2010 at 3:59 pm -
Remove empty FTPFileSystemConfigKeys.java file ---------------------------------------------- Key: HADOOP-6917 URL: https://issues.apache.org/jira/browse/HADOOP-6917 Project: Hadoop Common Issue ...
Tom White (JIRA)
Aug 20, 2010 at 6:29 pm
Nov 3, 2010 at 10:23 pm -
Hi All, I want to replace the code in Server.java class of hadoop/ipc with my own socket factory code. The point is that right now what i see in server.java is that it uses NIO package and ...
Ahmad Shahzad
Aug 25, 2010 at 9:46 am
Aug 25, 2010 at 1:48 pm -
Native Libraries do not load if a different platform signature is returned from org.apache.hadoop.util.PlatformName ...
Stephen Watt (JIRA)
Aug 24, 2010 at 7:50 pm
Aug 25, 2010 at 1:46 pm -
Hi list, I'd like to start contributing to hadoop. I've spend the last couple of days reading through documentation / guidelines, setting up my development environment etc. Now I was thinking the ...
Bern Hassmo
Aug 12, 2010 at 12:59 pm
Aug 12, 2010 at 11:48 pm -
FileSystem#listLocatedStatus API needs changes to indicate complete set of error conditions ------------------------------------------------------------------------------------------- Key: ...
Suresh Srinivas (JIRA)
Aug 4, 2010 at 11:31 pm
Aug 11, 2010 at 4:46 am -
doc update for DelegationTokenFetcher (part of HDFS-1036) --------------------------------------------------------- Key: HADOOP-6911 URL: https://issues.apache.org/jira/browse/HADOOP-6911 Project: ...
Boris Shkolnik (JIRA)
Aug 10, 2010 at 5:41 pm
Aug 10, 2010 at 10:43 pm -
Hi, New to Hadoop. Learning the architecture, code, ecosystem and everything else... love what I've seen so far. Some parts are brilliant. I've been wondering. If the NameNode is a single point of ...
Maxim Veksler
Aug 3, 2010 at 8:35 am
Aug 7, 2010 at 3:18 am -
Hi ALL, I am getting this error in JobTracker's log file. But when i format my namenode the error doesnt comes. But i can run hadoop only once. If i run it the second time the same error comes. Any ...
Ahmad Shahzad
Aug 4, 2010 at 6:33 pm
Aug 7, 2010 at 3:10 am -
Hi ALL, Can anyone tell me the purpose of sockets used in hadoop. I mean for which purpose hadoop uses sockets? are they used by tasktracker and jobtrackers ? or used by namenode and datanode ? ...
Ahmad Shahzad
Aug 2, 2010 at 11:51 am
Aug 3, 2010 at 4:25 am -
Hi, Can you please provide pointers (your experience plus location in the code) to look for: a) For a given job: how the data is provided to a specific task-tracker for the mr computation. (consider ...
Himanshu Vashishtha
Aug 29, 2010 at 6:03 am
Aug 29, 2010 at 6:03 am -
test for ByteWritable comparator -------------------------------- Key: HADOOP-6934 URL: https://issues.apache.org/jira/browse/HADOOP-6934 Project: Hadoop Common Issue Type: Test Components: record ...
Johannes Zillmann (JIRA)
Aug 28, 2010 at 5:50 pm
Aug 28, 2010 at 5:50 pm -
TestListFiles is flaky ---------------------- Key: HADOOP-6933 URL: https://issues.apache.org/jira/browse/HADOOP-6933 Project: Hadoop Common Issue Type: Bug Components: test Affects Versions: 0.22.0 ...
Todd Lipcon (JIRA)
Aug 27, 2010 at 10:04 pm
Aug 27, 2010 at 10:04 pm -
Namenode start (init) fails because of invalid kerberos key, even when security set to "simple" ----------------------------------------------------------------------------------------------- Key: ...
Boris Shkolnik (JIRA)
Aug 26, 2010 at 9:13 pm
Aug 26, 2010 at 9:13 pm -
AvroRpcEngine doesn't work with generated Avro code --------------------------------------------------- Key: HADOOP-6930 URL: https://issues.apache.org/jira/browse/HADOOP-6930 Project: Hadoop Common ...
Sharad Agarwal (JIRA)
Aug 26, 2010 at 9:04 pm
Aug 26, 2010 at 9:04 pm -
RPC should have a way to pass Security information other than protocol annotations ---------------------------------------------------------------------------------- Key: HADOOP-6929 URL: ...
Sharad Agarwal (JIRA)
Aug 26, 2010 at 8:49 pm
Aug 26, 2010 at 8:49 pm -
Fix BooleanWritable comparator in 0.20 -------------------------------------- Key: HADOOP-6928 URL: https://issues.apache.org/jira/browse/HADOOP-6928 Project: Hadoop Common Issue Type: Bug ...
Owen O'Malley (JIRA)
Aug 26, 2010 at 4:53 pm
Aug 26, 2010 at 4:53 pm -
SocketInputStream incorrectly implements read() ----------------------------------------------- Key: HADOOP-6926 URL: https://issues.apache.org/jira/browse/HADOOP-6926 Project: Hadoop Common Issue ...
Todd Lipcon (JIRA)
Aug 24, 2010 at 10:41 pm
Aug 24, 2010 at 10:41 pm -
BZip2Codec incorrectly implements read() ---------------------------------------- Key: HADOOP-6925 URL: https://issues.apache.org/jira/browse/HADOOP-6925 Project: Hadoop Common Issue Type: Bug ...
Todd Lipcon (JIRA)
Aug 24, 2010 at 10:11 pm
Aug 24, 2010 at 10:11 pm -
Build fails with non-Sun JREs due to different pathing to the operating system architecture shared libraries ...
Stephen Watt (JIRA)
Aug 24, 2010 at 8:48 pm
Aug 24, 2010 at 8:48 pm -
COMMON part of MAPREDUCE-1664 ----------------------------- Key: HADOOP-6922 URL: https://issues.apache.org/jira/browse/HADOOP-6922 Project: Hadoop Common Issue Type: Bug Reporter: Ravi Gummadi ...
Ravi Gummadi (JIRA)
Aug 24, 2010 at 9:17 am
Aug 24, 2010 at 9:17 am -
metrics2: metrics plugins ------------------------- Key: HADOOP-6921 URL: https://issues.apache.org/jira/browse/HADOOP-6921 Project: Hadoop Common Issue Type: Sub-task Affects Versions: 0.20.2 ...
Luke Lu (JIRA)
Aug 23, 2010 at 9:06 pm
Aug 23, 2010 at 9:06 pm -
Metrics2: metrics instrumentation --------------------------------- Key: HADOOP-6920 URL: https://issues.apache.org/jira/browse/HADOOP-6920 Project: Hadoop Common Issue Type: Sub-task Affects ...
Luke Lu (JIRA)
Aug 23, 2010 at 9:01 pm
Aug 23, 2010 at 9:01 pm -
Metrics2: metrics framework --------------------------- Key: HADOOP-6919 URL: https://issues.apache.org/jira/browse/HADOOP-6919 Project: Hadoop Common Issue Type: Sub-task Components: metrics Affects ...
Luke Lu (JIRA)
Aug 23, 2010 at 8:53 pm
Aug 23, 2010 at 8:53 pm -
jjjjjjjjj --------- Key: HADOOP-6918 URL: https://issues.apache.org/jira/browse/HADOOP-6918 Project: Hadoop Common Issue Type: Improvement Reporter: Luke Lu -- This message is automatically generated ...
Luke Lu (JIRA)
Aug 23, 2010 at 5:00 pm
Aug 23, 2010 at 5:00 pm -
Hi guys how is it going ? So, i have a doubt. I' d like connect to hadoop hdfs using java and read all files from a directory, but i just was able to connect to hadoop hdfs and read only a file. ...
Thiago Veiga
Aug 23, 2010 at 4:47 pm
Aug 23, 2010 at 4:47 pm -
Implement append operation for S3FileSystem ------------------------------------------- Key: HADOOP-6916 URL: https://issues.apache.org/jira/browse/HADOOP-6916 Project: Hadoop Common Issue Type: Bug ...
Oleg Aleshko (JIRA)
Aug 16, 2010 at 2:34 pm
Aug 16, 2010 at 2:34 pm -
[ https://issues.apache.org/jira/browse/HADOOP-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur resolved HADOOP-5303. ...
Alejandro Abdelnur (JIRA)
Aug 13, 2010 at 7:38 am
Aug 13, 2010 at 7:38 am -
Hi ALL, Does hadoop uses socket factories given in org/apache/hadoop/net folder for creating every socket it uses??? I was looking at the code of RPC Server in ipc directory. It creates a ...
Ahmad Shahzad
Aug 12, 2010 at 11:51 pm
Aug 12, 2010 at 11:51 pm -
Add daemon restart option ------------------------- Key: HADOOP-6915 URL: https://issues.apache.org/jira/browse/HADOOP-6915 Project: Hadoop Common Issue Type: Improvement Components: scripts ...
Nicolas Spiegelberg (JIRA)
Aug 12, 2010 at 10:00 pm
Aug 12, 2010 at 10:00 pm -
IPC Client Connection close does not protect against partially Connection objects --------------------------------------------------------------------------------- Key: HADOOP-6914 URL: ...
Richard Lackey (JIRA)
Aug 12, 2010 at 8:52 pm
Aug 12, 2010 at 8:52 pm -
Jothi Padmanabhan
Aug 12, 2010 at 10:45 am
Aug 12, 2010 at 10:45 am -
0
[jira] Created: (HADOOP-6913) Circular initialization between UserGroupInformation and KerberosName
Circular initialization between UserGroupInformation and KerberosName --------------------------------------------------------------------- Key: HADOOP-6913 URL: ...Kan Zhang (JIRA)
Aug 11, 2010 at 6:16 pm
Aug 11, 2010 at 6:16 pm -
0
Response
Saikat Kanjilal
Aug 11, 2010 at 2:41 pm
Aug 11, 2010 at 2:41 pm -
Guard against NPE when calling UGI.isLoginKeytabBased() ------------------------------------------------------- Key: HADOOP-6912 URL: https://issues.apache.org/jira/browse/HADOOP-6912 Project: Hadoop ...
Kan Zhang (JIRA)
Aug 10, 2010 at 9:50 pm
Aug 10, 2010 at 9:50 pm -
Replace or merge Configuration with Jakarta Commons Configuration ----------------------------------------------------------------- Key: HADOOP-6910 URL: ...
Jeff Hammerbacher (JIRA)
Aug 10, 2010 at 4:43 pm
Aug 10, 2010 at 4:43 pm -
Umbrella ticket for reducing the number of libraries in Common -------------------------------------------------------------- Key: HADOOP-6909 URL: https://issues.apache.org/jira/browse/HADOOP-6909 ...
Jeff Hammerbacher (JIRA)
Aug 10, 2010 at 4:41 pm
Aug 10, 2010 at 4:41 pm -
Provide a "-y" option that skips the confirmation question of the namenode for use in scripts. ---------------------------------------------------------------------------------------------- Key: ...
Mathias Gug (JIRA)
Aug 9, 2010 at 10:16 pm
Aug 9, 2010 at 10:16 pm -
Rpc client doesn't use the per-connection conf to figure out server's Kerberos principal ---------------------------------------------------------------------------------------- Key: HADOOP-6907 URL: ...
Kan Zhang (JIRA)
Aug 9, 2010 at 9:37 pm
Aug 9, 2010 at 9:37 pm
Group Overview
group | common-dev |
categories | hadoop |
discussions | 65 |
posts | 124 |
users | 32 |
website | hadoop.apache.org... |
irc | #hadoop |
32 users for August 2010
Archives
- February 2013 (95)
- January 2013 (251)
- December 2012 (176)
- November 2012 (275)
- October 2012 (293)
- September 2012 (244)
- August 2012 (224)
- July 2012 (252)
- June 2012 (240)
- May 2012 (293)
- April 2012 (327)
- March 2012 (340)
- February 2012 (295)
- January 2012 (173)
- December 2011 (274)
- November 2011 (318)
- October 2011 (277)
- September 2011 (338)
- August 2011 (342)
- July 2011 (246)
- June 2011 (202)
- May 2011 (226)
- April 2011 (99)
- March 2011 (157)
- February 2011 (83)
- January 2011 (172)
- December 2010 (76)
- November 2010 (140)
- October 2010 (111)
- September 2010 (95)
- August 2010 (124)
- July 2010 (121)
- June 2010 (105)
- May 2010 (109)
- April 2010 (175)
- March 2010 (177)
- February 2010 (134)
- January 2010 (150)
- December 2009 (152)
- November 2009 (154)
- October 2009 (111)
- September 2009 (167)
- August 2009 (154)
- July 2009 (185)
- June 2009 (1,988)
- May 2009 (2,428)
- April 2009 (1,849)
- March 2009 (2,667)
- February 2009 (2,532)
- January 2009 (2,025)
- December 2008 (2,250)
- November 2008 (2,157)
- October 2008 (3,034)
- September 2008 (3,666)
- August 2008 (2,380)
- July 2008 (2,688)
- June 2008 (2,626)
- May 2008 (2,096)
- April 2008 (2,977)
- March 2008 (2,869)
- February 2008 (2,001)
- January 2008 (3,464)
- December 2007 (2,458)
- November 2007 (2,240)
- October 2007 (2,222)
- September 2007 (1,934)
- August 2007 (1,791)
- July 2007 (1,697)
- June 2007 (1,522)
- May 2007 (1,478)
- April 2007 (1,442)
- March 2007 (1,227)
- February 2007 (1,086)
- January 2007 (1,114)
- December 2006 (784)
- November 2006 (816)
- October 2006 (597)
- September 2006 (538)
- August 2006 (660)
- July 2006 (502)
- June 2006 (552)
- May 2006 (681)
- April 2006 (466)
- March 2006 (371)
- February 2006 (277)
- January 2006 (1)