Search Discussions
-
Hi, Can someone please point to any good reference that tells clearly how to checkout Hadoop code base in eclipse, make any changes and re-compile. Actually, I wanted to change some part in Hadoop, ...
Bikash sharma
Mar 17, 2011 at 2:47 pm
Mar 18, 2011 at 12:52 am -
HADOOP-6949 introduced a very important optimization to the RPC layer. Based on the benchmarks presented in HDFS-1583 this provides an order of magnitude improvement of current RPC implementation. ...
Konstantin Shvachko
Mar 29, 2011 at 4:40 am
Mar 30, 2011 at 1:08 am -
I am browsing through the hadoop.io package and was wondering what other file formats are available in hadoop other than SequenceFile and TFile? Is all data written through hadoop including those ...
Weishung Chung
Mar 19, 2011 at 4:02 pm
Mar 24, 2011 at 12:16 am -
Hi, Is there a mechanism to get the list of files accessed on HDFS at the NameNode? Thanks! --- Gautam
Gautam Singaraju
Mar 6, 2011 at 10:31 pm
Mar 8, 2011 at 4:53 am -
Integrate Snappy compression ---------------------------- Key: HADOOP-7206 URL: https://issues.apache.org/jira/browse/HADOOP-7206 Project: Hadoop Common Issue Type: New Feature Reporter: Eli Collins ...
Eli Collins (JIRA)
Mar 22, 2011 at 11:46 pm
Jun 23, 2011 at 1:03 am -
Hi, When I am compiling MapReduce source code after checking-in Eclipse, I am getting the following error: The declared package "" does not match the expected package "testjar" ...
Bikash sharma
Mar 18, 2011 at 8:09 pm
May 18, 2011 at 8:13 pm -
Hi, I'm quite confused of the status and future of recent Hadoop versions. 0.21.0 has not been declared production ready. Is there plan to make it production ready? If not, what is the next release ...
Jane Chen
Mar 16, 2011 at 8:07 pm
Mar 17, 2011 at 9:00 pm -
Thanks in advance xyang
Xi yang
Mar 12, 2011 at 4:41 pm
Mar 12, 2011 at 5:56 pm -
See https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/518/ ################################################################################### ########################## LAST 60 LINES ...
Apache Hudson Server
Mar 7, 2011 at 3:22 am
Mar 8, 2011 at 1:42 am -
I'm about to push the broken apart hadoop-0.20-security into hadoop-0.20-security-patches. It is 863 patches for the main branch. There are two release branches off of it that have a few patches ...
Owen O'Malley
Mar 3, 2011 at 11:29 pm
Mar 8, 2011 at 1:01 am -
Hey my fellow hadoop/hbase developers, I just came across this google compression/decompression package yesterday, could we make a good use of this compression scheme in hadoop? It's written in C++ ...
Weishung Chung
Mar 23, 2011 at 7:46 pm
Mar 23, 2011 at 7:54 pm -
Hello my fellow Hadoop users/developers, I'm reading the SequenceFile source code, and there is a checkAndWriteSync() method that writes a sync marker every so many bytes. I was wondering what's the ...
Weishung Chung
Mar 21, 2011 at 2:41 pm
Mar 22, 2011 at 2:16 pm -
Hi All, I m newbie to hadoop and very much interested to learn and contibute.. Please guide/show me the path , from where should i start? Basically i m a java programmer. Thanks Shant -- Life is Just ...
Shant.....
Mar 21, 2011 at 6:59 pm
Mar 22, 2011 at 10:48 am -
Hi, Is there a way to disable the use of pipelining , i.e., the reduce phase is started only after the map phase is completed? -bikash
Bikash sharma
Mar 1, 2011 at 2:14 pm
Mar 12, 2011 at 6:05 pm -
Allow using a file to exclude certain tests from build ------------------------------------------------------ Key: HADOOP-7167 URL: https://issues.apache.org/jira/browse/HADOOP-7167 Project: Hadoop ...
Todd Lipcon (JIRA)
Mar 7, 2011 at 10:42 pm
Mar 12, 2011 at 12:25 am -
See https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/514/ ################################################################################### ########################## LAST 60 LINES ...
Apache Hudson Server
Mar 2, 2011 at 8:21 pm
Mar 4, 2011 at 9:53 pm -
Hi, Could someone throw some light as to how intuitively fixed-type slots in Hadoop have a negative impact of cluster utilization as mentioned in Arun's blog? ...
Bikash sharma
Mar 2, 2011 at 1:34 pm
Mar 3, 2011 at 12:20 am -
Redesign FsShell ---------------- Key: HADOOP-7176 URL: https://issues.apache.org/jira/browse/HADOOP-7176 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.22.0 Reporter: Daryn Sharp Fix ...
Daryn Sharp (JIRA)
Mar 9, 2011 at 7:44 pm
Apr 16, 2012 at 1:46 pm -
Security uses proprietary Sun APIs ---------------------------------- Key: HADOOP-7211 URL: https://issues.apache.org/jira/browse/HADOOP-7211 Project: Hadoop Common Issue Type: Improvement Reporter: ...
Eli Collins (JIRA)
Mar 28, 2011 at 9:54 pm
Apr 6, 2012 at 5:32 am -
1
[jira] Created: (HADOOP-7163) "java.net.SocketTimeoutException: 60000 millis timeout" happens a lot
"java.net.SocketTimeoutException: 60000 millis timeout" happens a lot --------------------------------------------------------------------- Key: HADOOP-7163 URL: ...Owen O'Malley (JIRA)
Mar 4, 2011 at 5:20 pm
Aug 25, 2011 at 8:16 pm -
Improve HDFS startup scripts ---------------------------- Key: HADOOP-7179 URL: https://issues.apache.org/jira/browse/HADOOP-7179 Project: Hadoop Common Issue Type: Improvement Components: scripts ...
Tanping Wang (JIRA)
Mar 10, 2011 at 8:11 pm
May 3, 2011 at 9:21 pm -
Support UGI in FileContext API ------------------------------ Key: HADOOP-7170 URL: https://issues.apache.org/jira/browse/HADOOP-7170 Project: Hadoop Common Issue Type: Bug Components: security ...
Owen O'Malley (JIRA)
Mar 8, 2011 at 12:51 am
May 2, 2011 at 10:47 pm -
Reuse connection ---------------- Key: HADOOP-7212 URL: https://issues.apache.org/jira/browse/HADOOP-7212 Project: Hadoop Common Issue Type: Bug Components: ipc Reporter: Hairong Kuang Assignee: ...
Hairong Kuang (JIRA)
Mar 30, 2011 at 12:04 am
Mar 30, 2011 at 6:51 am -
Hi, I would like to know if any one has used isolation runner for debugging? I have tried a lot but it is not at all working? My steps are as follows: 1. In the mapper function i have created an ...
Som_shekhar
Mar 29, 2011 at 1:33 pm
Mar 29, 2011 at 5:30 pm -
Improve Command base class -------------------------- Key: HADOOP-7202 URL: https://issues.apache.org/jira/browse/HADOOP-7202 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.22.0 ...
Daryn Sharp (JIRA)
Mar 21, 2011 at 6:31 pm
Mar 29, 2011 at 12:36 am -
Hello, I have a specific RecordReder, named XRR. I would like iterate on split and create records. Thus, need to position its start attribute. I dont have enough info from InputSplit. Interface for ...
Keren Ouaknine
Mar 23, 2011 at 8:55 pm
Mar 23, 2011 at 8:59 pm -
Hi all, When I use command "hadoop fs -text" I need to add extra jar to CLASSPATH, because there's custom type in my sequence file. One way is that copying jar to $HADOOP_HOME/lib But in my case, I ...
Jeff Zhang
Mar 23, 2011 at 1:19 am
Mar 23, 2011 at 1:35 am -
Hi, I am using a standalone linux machine. Namenode and Datanode are running. But when I try to access the UI in my browser its showing "unable to connect" error. I know its a basic question please ...
James Ram
Mar 18, 2011 at 5:01 am
Mar 22, 2011 at 8:03 pm -
Add Cassandra to list of Hadoop-related projects at Apache ---------------------------------------------------------- Key: HADOOP-7201 URL: https://issues.apache.org/jira/browse/HADOOP-7201 Project: ...
Jonathan Ellis (JIRA)
Mar 20, 2011 at 12:52 am
Mar 20, 2011 at 9:24 pm -
Hi, For my research project, I need to modify Hadoop JobTracker to collect some statistics of TaskTracker nodes. For example, I would like to piggy-back heartbeat messages sent from TaskTrackers to ...
Bikash sharma
Mar 18, 2011 at 5:59 pm
Mar 18, 2011 at 6:12 pm -
Dear Friends, I am Anandkumar, working as a test engineer in eBay and we use Hadoop extensively to store our log. I am in situation to validate or test our Data perfectly reaching the Hadoop ...
Anandkumar R
Mar 17, 2011 at 6:43 pm
Mar 18, 2011 at 4:59 am -
Despite plenty of available mapper slots (as inferred by "Map Task Capacity" minus "Maps" on the jobtracker) our jobs often linger with all or many of the map tasks stuck in a pending status for five ...
Keith Wiley
Mar 15, 2011 at 1:33 pm
Mar 15, 2011 at 4:43 pm -
See https://hudson.apache.org/hudson/job/Hadoop-Common-22-branch/30/ ################################################################################### ########################## LAST 60 LINES OF ...
Apache Hudson Server
Mar 5, 2011 at 9:34 am
Mar 9, 2011 at 9:34 am -
RPC clients must connect over a network interface corresponding to the host name in the client's kerberos principal key ...
Suresh Srinivas (JIRA)
Mar 31, 2011 at 1:13 am
Mar 31, 2011 at 1:13 am -
Hadoop /usr/bin/groups equivalent --------------------------------- Key: HADOOP-7214 URL: https://issues.apache.org/jira/browse/HADOOP-7214 Project: Hadoop Common Issue Type: New Feature Affects ...
Aaron T. Myers (JIRA)
Mar 30, 2011 at 4:20 pm
Mar 30, 2011 at 4:20 pm -
document multiple keys per reducer oddity in hadoop streaming FAQ ----------------------------------------------------------------- Key: HADOOP-7213 URL: ...
Dieter Plaetinck (JIRA)
Mar 30, 2011 at 7:54 am
Mar 30, 2011 at 7:54 am -
hi,guys: I want to monitor each tasks' io usage, do can I get each task's process id? I used jvmManager.getPid(tip.getTaskRunner()); but it didn't seem to be the task's process. Thanks zhutao
朱韬
Mar 29, 2011 at 2:53 pm
Mar 29, 2011 at 2:53 pm -
Hi list, I am having problems setting up Hadoop for Eclipse. I followed the instructions under: http://wiki.apache.org/hadoop/EclipseEnvironment Since I want to debug MapReduce jobs in distributed ...
David Saile
Mar 29, 2011 at 1:56 pm
Mar 29, 2011 at 1:56 pm -
See https://hudson.apache.org/hudson/job/Hadoop-Common-21-Build/118/ ################################################################################### ########################## LAST 60 LINES OF ...
Apache Hudson Server
Mar 28, 2011 at 9:34 pm
Mar 28, 2011 at 9:34 pm -
Chown command is not working from FSShell. ------------------------------------------ Key: HADOOP-7210 URL: https://issues.apache.org/jira/browse/HADOOP-7210 Project: Hadoop Common Issue Type: Bug ...
Uma Maheswara Rao G (JIRA)
Mar 28, 2011 at 4:35 pm
Mar 28, 2011 at 4:35 pm -
Hi, For my research project, I need to add a couple of functions in JobTracker.java source file to include additional information about TaskTrackers resource usage through heartbeat messages. I made ...
Bikash sharma
Mar 25, 2011 at 2:10 pm
Mar 25, 2011 at 2:10 pm -
See https://hudson.apache.org/hudson/job/Hadoop-Common-21-Build/116/ ################################################################################### ########################## LAST 60 LINES OF ...
Apache Hudson Server
Mar 24, 2011 at 9:33 pm
Mar 24, 2011 at 9:33 pm -
equals() and hashCode() implementation need to change in StandardSocketFactory ------------------------------------------------------------------------------ Key: HADOOP-7208 URL: ...
Uma Maheswara Rao G (JIRA)
Mar 23, 2011 at 2:50 pm
Mar 23, 2011 at 2:50 pm -
See https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/639/ ################################################################################### ########################## LAST 60 LINES OF THE ...
Apache Hudson Server
Mar 23, 2011 at 12:55 pm
Mar 23, 2011 at 12:55 pm -
fs member of FSShell is not really needed ----------------------------------------- Key: HADOOP-7207 URL: https://issues.apache.org/jira/browse/HADOOP-7207 Project: Hadoop Common Issue Type: Bug ...
Boris Shkolnik (JIRA)
Mar 23, 2011 at 12:32 am
Mar 23, 2011 at 12:32 am -
[ https://issues.apache.org/jira/browse/HADOOP-5983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-5983. --------------------------------- Resolution: ...
Daryn Sharp (JIRA)
Mar 22, 2011 at 6:56 pm
Mar 22, 2011 at 6:56 pm -
automatically determine JAVA_HOME on OS X ----------------------------------------- Key: HADOOP-7205 URL: https://issues.apache.org/jira/browse/HADOOP-7205 Project: Hadoop Common Issue Type: ...
Daryn Sharp (JIRA)
Mar 22, 2011 at 6:34 pm
Mar 22, 2011 at 6:34 pm -
remove local unused fs variable from CmdHandler and FsShellPermissions.changePermissions ---------------------------------------------------------------------------------------- Key: HADOOP-7204 URL: ...
Boris Shkolnik (JIRA)
Mar 21, 2011 at 10:27 pm
Mar 21, 2011 at 10:27 pm -
Folder Paths ------------ Key: HADOOP-7203 URL: https://issues.apache.org/jira/browse/HADOOP-7203 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 0.21.0 Environment: Mac OS ...
Anastasis Andronidis (JIRA)
Mar 21, 2011 at 8:03 pm
Mar 21, 2011 at 8:03 pm -
Hudson should cover fault inject compilation --------------------------------------------- Key: HADOOP-7200 URL: https://issues.apache.org/jira/browse/HADOOP-7200 Project: Hadoop Common Issue Type: ...
Eli Collins (JIRA)
Mar 18, 2011 at 9:49 pm
Mar 18, 2011 at 9:49 pm
Group Overview
group | common-dev |
categories | hadoop |
discussions | 89 |
posts | 157 |
users | 46 |
website | hadoop.apache.org... |
irc | #hadoop |
46 users for March 2011
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)