[jira] [Created] (HADOOP-8512) AuthenticatedURL should reset the Token when the server returns other than OK on authentication

2012-06-15 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-8512: -- Summary: AuthenticatedURL should reset the Token when the server returns other than OK on authentication Key: HADOOP-8512 URL: https://issues.apache.org/jira/browse/HA

Re: r1.0.3 - Quick Start - Standalone Operation

2012-06-15 Thread Arun C Murthy
Good point Martin. Do you mind filing a jira to fix the docs? A patch would be awesome, of course! http://wiki.apache.org/hadoop/HowToContribute thanks, Arun On Jun 15, 2012, at 2:53 PM, Martin Lambert wrote: > This issue also affects the 1.0.3 build. > > > > Thanks. > > > > From: Martin

RE: r1.0.3 - Quick Start - Standalone Operation

2012-06-15 Thread Martin Lambert
This issue also affects the 1.0.3 build. Thanks. From: Martin Lambert [mailto:martin.lambe...@ntlworld.com] Sent: 15 June 2012 22:46 To: 'common-dev@hadoop.apache.org' Subject: r0.20.1 - Quick Start - Standalone Operation Hi, I was working through the Hadoop r0.20.1 quick start gui

r0.20.1 - Quick Start - Standalone Operation

2012-06-15 Thread Martin Lambert
Hi, I was working through the Hadoop r0.20.1 quick start guide and came across the error below in the standalone operation section, it should be hadoop-examples-*.jar: $ mkdir input $ cp conf/*.xml input $ bin/hadoop jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+' $ cat output/*

[jira] [Created] (HADOOP-8511) Broken links on hadoop website

2012-06-15 Thread Sean Zhang (JIRA)
Sean Zhang created HADOOP-8511: -- Summary: Broken links on hadoop website Key: HADOOP-8511 URL: https://issues.apache.org/jira/browse/HADOOP-8511 Project: Hadoop Common Issue Type: Bug

Re: Hadoop-Git-Eclipse

2012-06-15 Thread Harsh J
Hey, The presence of deprecated properties should not really hamper your submissions. The config for YARN (pseudo or fully distributed) I usually follow are all listed at the links I provided earlier. When running programs from within the IDE, I place the directory they are contained in onto my la

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

2012-06-15 Thread Apache Jenkins Server
See -- [...truncated 13277 lines...] Running org.apache.hadoop.fs.viewfs.TestViewFsWithAuthorityLocalFs Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 sec Running org.apach

Re: Hadoop-Git-Eclipse

2012-06-15 Thread Prajakta Kalmegh
Hi Harsh You were right - it was executed via the LocalJobRunner. What settings do I need to change to ensure it goes through RM/NM? I did specify to use the yarn framework in the mapred-site.xml. The eclipse console even shows to check http://localhost:8080 to track job progress. I will again cr