[jira] [Created] (HADOOP-7681) log4j.properties is missing properties for security audit and hdfs audit should be changed to info

2011-09-23 Thread Arpit Gupta (JIRA)
log4j.properties is missing properties for security audit and hdfs audit should be changed to info -- Key: HADOOP-7681 URL: https://issues.apache.org/jira/browse/HADOO

[jira] [Created] (HADOOP-7680) TestHardLink fails on Mac OS X, when gnu stat is in path

2011-09-23 Thread Milind Bhandarkar (JIRA)
TestHardLink fails on Mac OS X, when gnu stat is in path Key: HADOOP-7680 URL: https://issues.apache.org/jira/browse/HADOOP-7680 Project: Hadoop Common Issue Type: Bug Affects Vers

Getting the cpu, memory usage of map/reduce tasks

2011-09-23 Thread bikash sharma
Hi -- Is it possible to get the cpu and memory usage of individual map/reduces tasks when any mapreduce job is run. I came across this jira issue, but was not sure about the exact ways to access in the current hadoop distriubtion https://issues.apache.org/jira/browse/MAPREDUCE-220 Any help is high

[jira] [Created] (HADOOP-7679) log4j.properties templates does not define mapred.jobsummary.logger

2011-09-23 Thread Ramya Sunil (JIRA)
log4j.properties templates does not define mapred.jobsummary.logger --- Key: HADOOP-7679 URL: https://issues.apache.org/jira/browse/HADOOP-7679 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-7678) Nightly build+test should run with "continue on error" for automated testing after successful build

2011-09-23 Thread Matt Foley (JIRA)
Nightly build+test should run with "continue on error" for automated testing after successful build --- Key: HADOOP-7678 URL: https://issues.apache.org/jira/browse/HAD

[jira] [Created] (HADOOP-7677) ant eclipse fails with stock release

2011-09-23 Thread Feiyi Wang (JIRA)
ant eclipse fails with stock release - Key: HADOOP-7677 URL: https://issues.apache.org/jira/browse/HADOOP-7677 Project: Hadoop Common Issue Type: Bug Components: conf Affects Versions: 0.20.

[jira] [Created] (HADOOP-7676) add rules to the core-site.xml template

2011-09-23 Thread Giridharan Kesavan (JIRA)
add rules to the core-site.xml template --- Key: HADOOP-7676 URL: https://issues.apache.org/jira/browse/HADOOP-7676 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.20.205.0 Repor

Re: new Configuration() exception

2011-09-23 Thread Ruby Stevenson
hi, Harsh Sorry, I should have done that in the first place. This is all I have on console output DEBUG Configuration - java.io.IOException: config() at org.apache.hadoop.conf.Configuration.(Configuration.java:226) at org.apache.hadoop.conf.Configuration.(Configuration.java:213)

Re: new Configuration() exception

2011-09-23 Thread Harsh J
Hi Ruby, Can you share the exact error message / stacktrace? On Fri, Sep 23, 2011 at 1:36 PM, Ruby Stevenson wrote: > hi all > > I am trying to leverage Hadoop's abstract filesystem API and > experiment something new. This is built against hadoop-core-0.20.204 > jar > > I have a customized core-

new Configuration() exception

2011-09-23 Thread Ruby Stevenson
hi all I am trying to leverage Hadoop's abstract filesystem API and experiment something new. This is built against hadoop-core-0.20.204 jar I have a customized core-site.xml in my classpath However when I do c = new Configuration() I ran into IOException in debug mode, I can't get passed even