[jira] [Created] (HADOOP-8396) DataStreamer, OutOfMemoryError, unable to create new native thread

2012-05-11 Thread Catalin Alexandru Zamfir (JIRA)
Catalin Alexandru Zamfir created HADOOP-8396: Summary: DataStreamer, OutOfMemoryError, unable to create new native thread Key: HADOOP-8396 URL: https://issues.apache.org/jira/browse/HADOOP-8396

[jira] [Created] (HADOOP-8395) Text shell command unnecessarily demands that a SequenceFile's key class be WritableComparable

2012-05-11 Thread Harsh J (JIRA)
Harsh J created HADOOP-8395: --- Summary: Text shell command unnecessarily demands that a SequenceFile's key class be WritableComparable Key: HADOOP-8395 URL: https://issues.apache.org/jira/browse/HADOOP-8395

[jira] [Resolved] (HADOOP-8224) Don't hardcode hdfs.audit.logger in the scripts

2012-05-11 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8224. - Resolution: Fixed Fix Version/s: 2.0.0 Hadoop Flags: Reviewed I've committed this an

[jira] [Created] (HADOOP-8394) Add flag in RPC requests indicating when a call is a retry

2012-05-11 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-8394: --- Summary: Add flag in RPC requests indicating when a call is a retry Key: HADOOP-8394 URL: https://issues.apache.org/jira/browse/HADOOP-8394 Project: Hadoop Common

[jira] [Created] (HADOOP-8393) hadoop-config.sh missing variable exports, causes Yarn jobs to fail with ClassNotFoundException MRAppMaster

2012-05-11 Thread Patrick Hunt (JIRA)
Patrick Hunt created HADOOP-8393: Summary: hadoop-config.sh missing variable exports, causes Yarn jobs to fail with ClassNotFoundException MRAppMaster Key: HADOOP-8393 URL: https://issues.apache.org/jira/browse/HA

[jira] [Created] (HADOOP-8392) Add YARN audit logging to log4j.properties

2012-05-11 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8392: --- Summary: Add YARN audit logging to log4j.properties Key: HADOOP-8392 URL: https://issues.apache.org/jira/browse/HADOOP-8392 Project: Hadoop Common Issue Type:

[jira] [Created] (HADOOP-8391) Hadoop-auth should use log4j

2012-05-11 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8391: --- Summary: Hadoop-auth should use log4j Key: HADOOP-8391 URL: https://issues.apache.org/jira/browse/HADOOP-8391 Project: Hadoop Common Issue Type: Improvement

Re: Sailfish

2012-05-11 Thread Robert Evans
That makes perfect sense to me. Especially because it really is a new implementation of shuffle that is optimized for very large jobs. I am happy to see anything go in that is going to improve the performance of hadoop, and I look forward to running some benchmarks on the changes. I am not su

Is it possible to execute Hive queries parallelly by writing mapper and reducer

2012-05-11 Thread Bhavesh Shah
Hello all, I am asking you about the increasing the performance of Hive. I tried with mappers and reducers but I didn't see difference in execution. Don't know why, may be I did in some other way which may be not correct or due to some other reason. I am thinking that Is it possible to execute Hiv

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

2012-05-11 Thread Apache Jenkins Server
See Changes: [bobby] svn merge -c 1336399. FIXES: MAPREDUCE-4237. TestNodeStatusUpdater can fail if localhost has a domain associated with it (bobby) [bobby] MAPREDUCE-4162. Correctly set token service (Daryn Sharp via bobby)

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

2012-05-11 Thread Apache Jenkins Server
See Changes: [atm] HDFS-3026. HA: Handle failure during HA state transition. Contributed by Aaron T. Myers. [eli] HDFS-3400. DNs should be able start with jsvc even if security is disabled. Contributed by Aaron T. Myers [szetszwo