Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-07 Thread Ramya Sunil
+1 Deployed on secure and nonsecure clusters. Ran some hdfs, MR and yarn tests. Seems good to me. On Mon, Oct 7, 2013 at 12:21 PM, Alejandro Abdelnur wrote: > +1 > > * downloaded source tarball > * verified MD5 > * verified signature > * verified CHANGES.txt files, release # and date > * run 'mv

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-07-02 Thread Ramya Sunil
-1. Some of the cli and distcp system tests which use hftp:// and webhdfs:// are failing on secure cluster (HDFS-4841 and HDFS-4952/HDFS-4896). This is a regression and we need to make sure they work before we call a release. On Wed, Jun 26, 2013 at 1:17 AM, Arun C Murthy wrote: > Folks, > > I'

Re: Heads up: branch-2.1-beta

2013-06-10 Thread Ramya Sunil
We have started testing branch-2.1-beta and for most parts the code looks very stable. We have deployed both secure and non-secure multinode clusters. We had some minor hiccups with some of our e2e tests breaking due to additional setsid info being logged by the bin scripts and errors while buildi

Re: [Vote] Merge branch-trunk-win to trunk

2013-02-28 Thread Ramya Sunil
+1 for the merge. As someone who has been testing the code for many months now, both on singlenode and multinode clusters, I am very confident about the stability and the quality of the code. I have run several regression tests to verify distributed cache, streaming, compression, capacity schedule

[jira] [Created] (HADOOP-8583) Globbing is not correctly handled in a few cases on Windows

2012-07-10 Thread Ramya Sunil (JIRA)
Ramya Sunil created HADOOP-8583: --- Summary: Globbing is not correctly handled in a few cases on Windows Key: HADOOP-8583 URL: https://issues.apache.org/jira/browse/HADOOP-8583 Project: Hadoop Common

[jira] [Created] (HADOOP-7941) NoClassDefFoundError while running distcp/archive

2011-12-28 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 bin/hadoop distcp {noformat} Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/tools/DistCp Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.tools.DistCp

[jira] [Created] (HADOOP-7815) Map memory mb is being incorrectly set by hadoop-setup-conf.sh

2011-11-10 Thread Ramya Sunil (Created) (JIRA)
Components: conf Affects Versions: 0.20.205.1, 0.24.0 Reporter: Ramya Sunil Assignee: Ramya Sunil Priority: Minor Fix For: 0.20.205.1, 0.23.0, 0.24.0 HADOOP-7728 enabled task memory management to be configurable in the hadoop-setup

[jira] [Created] (HADOOP-7779) bin/hadoop classpath CLI does not display the complete classpath

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 bin/hadoop classpath does not display the complete classpath. The classpath looks like: {noformat} $HADOOP_CONF_DIR:$HADOOP_COMMON_HOME/libexec/../share/hadoop/common/lib/*:$HADOOP_COMMON_HOME/libexec

Re: [VOTE] 0.20.205.0 Release Candidate 2

2011-10-13 Thread Ramya Sunil
+1 (non binding) Deployed on a single node and a 20node cluster with security turned on and off. Ran Hadoop benchmarks, a few end-end tests and functional tests covering distributed cache, capacity scheduler, decommissioning etc Also ran end-end tests on Pig 0.9.x and a few system tests on Hbase 0

[jira] [Created] (HADOOP-7728) hadoop-setup-conf.sh should be modified to enable task memory manager

2011-10-07 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: conf Affects Versions: 0.20.205.1 Reporter: Ramya Sunil Assignee: Ramya Sunil The hadoop-setup-conf.sh should be modified such that task memory management is enabled. -- This message is automatically generated by JIRA. If you think it

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

2011-09-23 Thread Ramya Sunil (JIRA)
Type: Bug Components: conf Affects Versions: 0.20.205.0 Reporter: Ramya Sunil Assignee: Ramya Sunil Fix For: 0.20.205.0 In templates/conf/hadoop-env.sh, HADOOP_JOBTRACKER_OPTS is defined as -Dsecurity.audit.logger=INFO,DRFAS -Dmapred.audit.logger

[jira] [Created] (HADOOP-7631) In mapred-site.xml, stream.tmpdir is mapped to ${mapred.temp.dir} which is undeclared.

2011-09-13 Thread Ramya Sunil (JIRA)
Project: Hadoop Common Issue Type: Bug Components: conf Affects Versions: 0.20.205.0 Reporter: Ramya Sunil Streaming jobs seem to fail with the following exception: {noformat} Exception in thread "main" java.io.IOException: No such file or directory