Re: [VOTE] Hadoop-1.0.2-rc2

2012-04-02 Thread Mahadev Konar
+1 downloaded the release and installed it. Ran sleep job/random writer on a single node. thanks mahadev On Mon, Apr 2, 2012 at 7:03 PM, Devaraj Das wrote: > +1 > > Downloaded the tar ball hadoop-1.0.2.tar.gz. Built it, and then successfully > ran some simple jobs on my laptop. > > On Mar 27, 2

Re: [VOTE] Hadoop-1.0.2-rc2

2012-04-02 Thread Devaraj Das
+1 Downloaded the tar ball hadoop-1.0.2.tar.gz. Built it, and then successfully ran some simple jobs on my laptop. On Mar 27, 2012, at 11:52 AM, Matt Foley wrote: > Aaron, > Under current rules, I think we have to restart the vote. Later this > afternoon I'll post a proposal for a change in th

unit test failure in hadoop-common 0.23

2012-04-02 Thread Hennig, Ryan
Hello, I'm trying to run "mvn test" on hadoop 0.23 (freshly cloned) and I'm getting this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project hadoop-common: Failure or timeout -> [Help 1] org.apache.maven.lifecycle.LifecycleE

[jira] [Created] (HADOOP-8243) Security support broken in CLI (manual) failover controller

2012-04-02 Thread Todd Lipcon (Created) (JIRA)
Security support broken in CLI (manual) failover controller --- Key: HADOOP-8243 URL: https://issues.apache.org/jira/browse/HADOOP-8243 Project: Hadoop Common Issue Type: Bug

Re: Wiki write access

2012-04-02 Thread Wouter de Bie
Hi Marcos, We're not using HBase anymore, since it wasn't stable enough when we did. Maybe in the future.. --Wouter de Bie Team Lead Analytics Infrastructure, Spotify wou...@spotify.com (mailto:wou...@spotify.com) +46 72 018 0777 On Monday, April 2, 2012 at 10:40 PM, Marcos Ortiz wrote: > G

Re: Wiki write access

2012-04-02 Thread Marcos Ortiz
Good to know, Wouter, It would be nice that you add your personal experiences using HBase at Spotify, and to include it on the Powered by HBase's list What do you think? On 04/02/2012 03:29 PM, Wouter de Bie wrote: Hi guys, Thanks! I've added us to the list and hopefully we'll start contribut

Re: Wiki write access

2012-04-02 Thread Wouter de Bie
Hi guys, Thanks! I've added us to the list and hopefully we'll start contributing some code soon :) --Wouter de Bie Team Lead Analytics Infrastructure, Spotify wou...@spotify.com (mailto:wou...@spotify.com) +46 72 018 0777 On Monday, April 2, 2012 at 9:01 PM, Jean-Daniel Cryans wrote: > Look

Re: Wiki write access

2012-04-02 Thread Jean-Daniel Cryans
Looks like you figured it out :) J-D On Fri, Mar 30, 2012 at 11:59 PM, Wouter de Bie wrote: > Hi all, > > Since Spotify is using Hadoop and is doing development on it as well, I > would like to get write access to the wiki. > Is this possible? > > Thanks! > > --Wouter de Bie > Team Lead Analyti

[jira] [Created] (HADOOP-8242) AbstractDelegationTokenIdentifier: add getter methods for owner and realuser

2012-04-02 Thread Colin Patrick McCabe (Created) (JIRA)
AbstractDelegationTokenIdentifier: add getter methods for owner and realuser Key: HADOOP-8242 URL: https://issues.apache.org/jira/browse/HADOOP-8242 Project: Hadoop Common

[jira] [Created] (HADOOP-8241) Building package fails under Windows

2012-04-02 Thread Mostafa Elhemali (Created) (JIRA)
Building package fails under Windows Key: HADOOP-8241 URL: https://issues.apache.org/jira/browse/HADOOP-8241 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 0.23.1

[jira] [Created] (HADOOP-8240) Allow users to specify a checksum type on create()

2012-04-02 Thread Kihwal Lee (Created) (JIRA)
Allow users to specify a checksum type on create() -- Key: HADOOP-8240 URL: https://issues.apache.org/jira/browse/HADOOP-8240 Project: Hadoop Common Issue Type: Improvement Components

[jira] [Created] (HADOOP-8239) Extend MD5MD5CRC32FileChecksum to show the actual checksum type being used

2012-04-02 Thread Kihwal Lee (Created) (JIRA)
Extend MD5MD5CRC32FileChecksum to show the actual checksum type being used -- Key: HADOOP-8239 URL: https://issues.apache.org/jira/browse/HADOOP-8239 Project: Hadoop Common

Help needed regarding collection of statistics in map reduce tak phases

2012-04-02 Thread Ranjan Banerjee
Hello everyone,     I am interested in collecting statistics (mainly amount of time used) from Map Reduce task phases like split, read,spill,aggregate etc in both the map and reduce tasks. I was told to use hive or pig as they are good tools for statistical analysis. I installed hive and am able

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

2012-04-02 Thread Apache Jenkins Server
See -- [...truncated 12299 lines...] [javadoc] Loading source files for package org.apache.hadoop.fs.shell... [javadoc] Loading source files for package org.apache.hadoop.fs.viewfs... [javad

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

2012-04-02 Thread Apache Jenkins Server
See Changes: [todd] HADOOP-8236. haadmin should have configurable timeouts for failover commands. Contributed by Todd Lipcon. [eli] HDFS-3174. Fix assert in TestPendingDataNodeMessages. Contributed by Eli Collins [eli] Fixup CHAN