Ipv6?

2010-04-28 Thread Steve Loughran
Just noticed looking at the hudson console output on an IPv6 enabled machine that IPv6 addresses show up: Stopping IPC Server Responder [exec] [junit] 2010-04-27 22:55:55,069 INFO ipc.Server (Server.java:run(453)) - Stopping IPC Server listener on 52991 [exec] [junit] 2010-

Re: Regarding Job tracker

2010-04-28 Thread Steve Loughran
prajyot bankade wrote: Hello Everyone, I have just started reading about hadoop job tracker. In one book I read that there is only one job tracker who is responsible to distribute task to worker system. Please make me right if i say some thing wrong. I have few questions, why there is only one

Re: Ipv6?

2010-04-28 Thread Steve Loughran
Steve Loughran wrote: Just noticed looking at the hudson console output on an IPv6 enabled machine that IPv6 addresses show up: Oh, and this complicates your topology scripts too

Re: Regarding Job tracker

2010-04-28 Thread Brian Bockelman
On Apr 28, 2010, at 5:04 AM, Steve Loughran wrote: > prajyot bankade wrote: >> Hello Everyone, >> I have just started reading about hadoop job tracker. In one book I read >> that there is only one job tracker who is responsible to distribute task to >> worker system. Please make me right if i say

[jira] Resolved: (HADOOP-6721) Create a new logo for Hadoop security related uses

2010-04-28 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HADOOP-6721. --- Fix Version/s: site Resolution: Fixed I just committed this to hadoop/logos. > Creat

Re: Hadoop on Solaris 10 and in OSGi bundles

2010-04-28 Thread kovachev
Hi, we are trying to set up Hadoop to run on Solaris 10 within Containers. However, we encounter many problems. Could you please write here down all the extra settings needed for running Hadoop on Solaris? Tnx, Dejan Jon Brisbin-2 wrote: > > Has anyone got Hadoop and/or HBase to OSGify? I Go

Re: Regarding Job tracker

2010-04-28 Thread Arun C Murthy
They have gotten lots of mileage out of breaking the scheduling and the resource provision into two different components. Having multiple jobtrackers would be very advantageous if it didn't require you to partition your pool. https://issues.apache.org/jira/browse/MAPREDUCE-279 Arun

Re: Regarding Job tracker

2010-04-28 Thread Brian Bockelman
Interesting! Here's what the Condor folks have been doing with MapReduce: http://www.cs.wisc.edu/condor/CondorWeek2010/condor-presentations/thain-condor-hadoop.pdf Dunno why we don't see more of them (maybe it's just because I'm not subscribed to the MAPREDUCE mailing list? I have too many ema

[jira] Created: (HADOOP-6730) FileContext#copy needs unit tests

2010-04-28 Thread Eli Collins (JIRA)
FileContext#copy needs unit tests - Key: HADOOP-6730 URL: https://issues.apache.org/jira/browse/HADOOP-6730 Project: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 0.22.0

Re: Hadoop on Solaris 10 and in OSGi bundles

2010-04-28 Thread Allen Wittenauer
On Apr 28, 2010, at 9:30 AM, kovachev wrote: > we are trying to set up Hadoop to run on Solaris 10 within Containers. > However, we encounter many problems. > Could you please write here down all the extra settings needed for running > Hadoop on Solaris? The two big ones: - whoami needs

[jira] Created: (HADOOP-6731) Octal umask with less than 3 digits is not interpreted correctly

2010-04-28 Thread Suresh Srinivas (JIRA)
Octal umask with less than 3 digits is not interpreted correctly Key: HADOOP-6731 URL: https://issues.apache.org/jira/browse/HADOOP-6731 Project: Hadoop Common Issue Type: Bug

[jira] Created: (HADOOP-6732) Improve FsShell's heap consumption by switching to listStatus that returns an iterator

2010-04-28 Thread Hairong Kuang (JIRA)
Improve FsShell's heap consumption by switching to listStatus that returns an iterator -- Key: HADOOP-6732 URL: https://issues.apache.org/jira/browse/HADOOP-6732 Proj

[jira] Created: (HADOOP-6733) Create a test for FileSystem API compatibility between releases

2010-04-28 Thread Tom White (JIRA)
Create a test for FileSystem API compatibility between releases --- Key: HADOOP-6733 URL: https://issues.apache.org/jira/browse/HADOOP-6733 Project: Hadoop Common Issue Type: Sub-ta