[jira] [Resolved] (HADOOP-7922) HA: Improve some logging for client IPC failovers and StandbyExceptions

2011-12-13 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-7922. - Resolution: Fixed Fix Version/s: HA Branch (HDFS-1623) Hadoop Flags: Reviewed Commit

Re: [ANNOUNCEMENT] Apache Hadoop 0.22.0 release

2011-12-13 Thread Konstantin Shvachko
Good question, Jie. In the voting thread for Hadoop 0.22.0 I provided some information on what was done for 0.22.0 and where it stands with respect to its stability. If you follow this thread http://s.apache.org/COC the one with the subject line "[VOTE] Release hadoop-0.22.0-rc0" you may find some

[jira] [Resolved] (HADOOP-7896) HA: if both NNs are in Standby mode, client needs to try failing back and forth several times with sleeps

2011-12-13 Thread Aaron T. Myers (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers resolved HADOOP-7896. Resolution: Fixed Fix Version/s: HA Branch (HDFS-1623) Hadoop Flags: Reviewed

[jira] [Created] (HADOOP-7922) HA: Improve some logging for client IPC failovers and StandbyExceptions

2011-12-13 Thread Todd Lipcon (Created) (JIRA)
HA: Improve some logging for client IPC failovers and StandbyExceptions --- Key: HADOOP-7922 URL: https://issues.apache.org/jira/browse/HADOOP-7922 Project: Hadoop Common Is

[jira] [Created] (HADOOP-7921) StandbyException should extend IOException

2011-12-13 Thread Todd Lipcon (Created) (JIRA)
StandbyException should extend IOException -- Key: HADOOP-7921 URL: https://issues.apache.org/jira/browse/HADOOP-7921 Project: Hadoop Common Issue Type: Sub-task Components: ha Affects Ve

Re: [VOTE] Hadoop-1.0.0 release candidate 2

2011-12-13 Thread Matt Foley
In various emails and jiras, I have been asked to incorporate the following additional patches in 1.0.0: - MAPREDUCE-3319 (Roman) - HADOOP-7903 (Arpit) - MAPREDUCE-3475 (Daryn) - HDFS-2589 (Daryn) - HADOOP jira about to be opened (Chris W.) for missing jackson dependency in hadoo

[jira] [Created] (HADOOP-7920) Remove Avro RPC

2011-12-13 Thread Suresh Srinivas (Created) (JIRA)
Remove Avro RPC --- Key: HADOOP-7920 URL: https://issues.apache.org/jira/browse/HADOOP-7920 Project: Hadoop Common Issue Type: Bug Components: ipc Reporter: Suresh Srinivas Assignee: Suresh Srini

Re: [VOTE] Hadoop-1.0.0 release candidate 2

2011-12-13 Thread Chris K Wensel
fwiw, looks like there is a dependency missing for jackson in the published pom file. Looks like JobClient imports some of its classes causing Hadoop local mode to fail if running directly from a mvn retrieve etc.. There seems to be a fair number of Cascading/Hadoop sub-projects that do this a

[jira] [Created] (HADOOP-7919) [Doc] Remove hadoop.logfile.* properties.

2011-12-13 Thread Harsh J (Created) (JIRA)
[Doc] Remove hadoop.logfile.* properties. - Key: HADOOP-7919 URL: https://issues.apache.org/jira/browse/HADOOP-7919 Project: Hadoop Common Issue Type: Improvement Components: documentation

[jira] [Resolved] (HADOOP-7810) move hadoop archive to core from tools

2011-12-13 Thread Alejandro Abdelnur (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur resolved HADOOP-7810. Resolution: Fixed Fix Version/s: 0.23.1 0.24.0

[jira] [Resolved] (HADOOP-7918) hadoop-config.sh doesn't add hadoop-common jars to classpath

2011-12-13 Thread Ivan Kelly (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Kelly resolved HADOOP-7918. Resolution: Won't Fix Issue is actually in HDFS, fixing there. > hadoop-config.sh

[jira] [Created] (HADOOP-7918) hadoop-config.sh doesn't add hadoop-common jars to classpath

2011-12-13 Thread Ivan Kelly (Created) (JIRA)
hadoop-config.sh doesn't add hadoop-common jars to classpath Key: HADOOP-7918 URL: https://issues.apache.org/jira/browse/HADOOP-7918 Project: Hadoop Common Issue Type: Bug

Compression configuration peculiarities

2011-12-13 Thread Tim Broberg
I'm running into some head-scratchers in the are of compression configuration, and I'm wondering if I can get a little input on why these are the way they are and perhaps suggestions on how to handle this. 1 - In a patch related to https://issues.apache.org/jira/browse/HADOOP-5879, strategy and

[jira] [Created] (HADOOP-7917) compilation of protobuf files fails in windows/cygwin

2011-12-13 Thread Alejandro Abdelnur (Created) (JIRA)
compilation of protobuf files fails in windows/cygwin - Key: HADOOP-7917 URL: https://issues.apache.org/jira/browse/HADOOP-7917 Project: Hadoop Common Issue Type: Bug Components:

Re: How Jobtracler stores tasktracker's information

2011-12-13 Thread Robert Evans
I am not completely sure what you mean by this. In Hadoop the TaskTracker will heartbeat into the JobTracker to report its status and get new tasks to launch. The Scheduler, which is pluggable, then matches up requests for tasks with the TaskTracker. If you want to see where the matching up o

[jira] [Created] (HADOOP-7916) IPC Listener thread dead when OutOfMemoryError occured.

2011-12-13 Thread Uma Maheswara Rao G (Created) (JIRA)
IPC Listener thread dead when OutOfMemoryError occured. --- Key: HADOOP-7916 URL: https://issues.apache.org/jira/browse/HADOOP-7916 Project: Hadoop Common Issue Type: Bug Report

[jira] [Created] (HADOOP-7915) possible Case for NullPointerException

2011-12-13 Thread kavita sharma (Created) (JIRA)
possible Case for NullPointerException -- Key: HADOOP-7915 URL: https://issues.apache.org/jira/browse/HADOOP-7915 Project: Hadoop Common Issue Type: Improvement Reporter: kavita sharma

How Jobtracler stores tasktracker's information

2011-12-13 Thread hadoop anis
Anyone please tell this, I want to know from where Jobtracker sends task(taskid) to tasktarcker for scheduling. i.e where it creates taskid & tasktracker pairs Thanks & Regards, Mohmmadanis Moulavi Student, MTech (Computer Sci. & Engg.) Walchand college of Engg. Sangli (M.S.)

[jira] [Created] (HADOOP-7914) duplicate declaration of hadoop-hdfs test-jar

2011-12-13 Thread Tsz Wo (Nicholas), SZE (Created) (JIRA)
duplicate declaration of hadoop-hdfs test-jar - Key: HADOOP-7914 URL: https://issues.apache.org/jira/browse/HADOOP-7914 Project: Hadoop Common Issue Type: Bug Components: build