[jira] [Created] (HADOOP-8401) Investigate use of JobObject to spawn tasks on Windows

2012-05-15 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8401: -- Summary: Investigate use of JobObject to spawn tasks on Windows Key: HADOOP-8401 URL: https://issues.apache.org/jira/browse/HADOOP-8401 Project: Hadoop Common Is

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Devaraj Das
Hey Luke, as you know, the security stuff hasn't been tested with IBM's JDK. I'll submit a patch for 8251 but I wouldn't block 1.0.3 for this. Thanks Devaraj On May 15, 2012, at 2:20 PM, Luke Lu wrote: > Hey Devaraj, > > Thanks for testing IBM JDK. Can you do the one line fix for IBM JDK as > w

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Luke Lu
Sorry, meant for Devaraj only :) On Tue, May 15, 2012 at 2:20 PM, Luke Lu wrote: > Hey Devaraj, > > Thanks for testing IBM JDK. Can you do the one line fix for IBM JDK as > well for HADOOP-8251, as Todd only fixed Sun JDK. It's not blocker for > 1.0.3. But much easier for you to submit a patch. I

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Luke Lu
Hey Devaraj, Thanks for testing IBM JDK. Can you do the one line fix for IBM JDK as well for HADOOP-8251, as Todd only fixed Sun JDK. It's not blocker for 1.0.3. But much easier for you to submit a patch. I already have 14 patches in the queue waiting for our legal approval. Doing a code scan for

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Suresh Srinivas
I download all the artifacts and verified checksums for all the tar bundle, rpms, debs. Ran on my machine, using tar bundle, TestDFSIO tests, TestMapRed, mrbench and nnbench. +1 for the 1.0.3-rc1 release. On Tue, May 8, 2012 at 6:25 PM, Matt Foley wrote: > > > > Hi all, > release Candidate for

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Matt Foley
[Sorry I accidentally hit "Reply" instead of "Reply All" on thread below. Adding back common-dev@ ] I'm planning to do a first turn on 1.1 next week. Because so much new stuff went into it, I'm anticipating that there will need to be some stabilization before I can call a vote on an RC. --Matt

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Devaraj Das
+1 (binding) I downloaded the release, built (non-secure) with IBM's JDK [IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr10-20111207_96808 (JIT enabled, AOT enabled)]. Ran the sleep job successfully on a single node cluster. On May 8, 2012, at 6:25 PM, Matt Foley wrote:

Re: Hadoop - Distributed sorting

2012-05-15 Thread samir das mohapatra
Hi Steps to do this: 1) Map: It will only define the key value for each number 2) Combiner : To sort locally over chunk of dataset . 3) Reducer: It will sort after over whole chunk globally--> OUT PUT as sorted Note: set combiner and reducer as Same class. Example: Let us assum

Re: Hadoop - Distributed sorting

2012-05-15 Thread @dataElGrande
Check out Pentaho's howto's when dealing with Hadoop or NoSQL or anything big data related. http://wiki.pentaho.com/display/BAD/How+To%27s madhu_sushmi wrote: > > Hi, > I need to implement distributed sorting using Hadoop. I am quite new to > Hadoop and I am getting confused. If I want to imple

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Arpit Gupta
+1 (non binding) ran system tests on secure and non secure deploys and found no regression issues. -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ On May 8, 2012, at 6:25 PM, Matt Foley wrote: >> >> Hi all, > release Candidate for Hadoop-1.0.3 is now available for vote, at >http:/

[jira] [Created] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

2012-05-15 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8400: --- Summary: All commands warn "Kerberos krb5 configuration not found" when security is not enabled Key: HADOOP-8400 URL: https://issues.apache.org/jira/browse/HADOOP-8400

Build failed in Jenkins: Hadoop-Common-0.23-Build #253

2012-05-15 Thread Apache Jenkins Server
See -- [...truncated 12313 lines...] [javadoc] Loading source files for package org.apache.hadoop.fs.ftp... [javadoc] Loading source files for package org.apache.hadoop.fs.kfs... [javadoc] L

Build failed in Jenkins: Hadoop-Common-trunk #407

2012-05-15 Thread Apache Jenkins Server
See Changes: [harsh] HADOOP-8297. Writable javadocs don't carry default constructor (harsh) [todd] HDFS-3335. check for edit log corruption at the end of the log. Contributed by Colin Patrick McCabe. [todd] Move HDFS-2759 to branc