Re: Building branch-1-win, Starting Datanode on Windows

2013-03-05 Thread Daniel Jones
Hi all, Thanks very much for your help. @Ramya: I created the directory before starting the datanode (I expect it would fail otherwise). Will the datanode create the directory if it doesn't exist? @Giridharan: I do indeed have the Microsoft Visual C++ x64 Runtime - 10.0.40219. I worked around

[jira] [Created] (HADOOP-9361) Write a set of tests to more strictly define the expected behavior of filesystems

2013-03-05 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-9361: -- Summary: Write a set of tests to more strictly define the expected behavior of filesystems Key: HADOOP-9361 URL: https://issues.apache.org/jira/browse/HADOOP-9361

testing

2013-03-05 Thread VENKAT KAUSHIK
Hi, I am following the instructions on HowToContribute wiki to get started with some of the tasks listed (test/research). Where is a good place to start contributing - test or research projects? I would like to choose something small and under represented. Please let me know. Thanks, Venkat --

Re: testing

2013-03-05 Thread Robert Evans
I personally would start off with a bug in an area that you are interested in. https://issues.apache.org/jira/issues/?jql=project%20in%20%28HADOOP%2C%20MA PREDUCE%2C%20HDFS%2C%20YARN%29%20AND%20status%20%3D%20Open%20AND%20type%20%

[jira] [Created] (HADOOP-9362) Consider using error codes and enums for errors over IPC

2013-03-05 Thread Siddharth Seth (JIRA)
Siddharth Seth created HADOOP-9362: -- Summary: Consider using error codes and enums for errors over IPC Key: HADOOP-9362 URL: https://issues.apache.org/jira/browse/HADOOP-9362 Project: Hadoop Common

[jira] [Created] (HADOOP-9363) AuthenticatedURL will NPE if server closes connection

2013-03-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9363: --- Summary: AuthenticatedURL will NPE if server closes connection Key: HADOOP-9363 URL: https://issues.apache.org/jira/browse/HADOOP-9363 Project: Hadoop Common

[jira] [Created] (HADOOP-9364) PathData#expandAsGlob does not return correct results for absolute paths on Windows

2013-03-05 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9364: -- Summary: PathData#expandAsGlob does not return correct results for absolute paths on Windows Key: HADOOP-9364 URL: https://issues.apache.org/jira/browse/HADOOP-9364

[jira] [Created] (HADOOP-9365) TestHAZKUtil fails on Windows

2013-03-05 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9365: -- Summary: TestHAZKUtil fails on Windows Key: HADOOP-9365 URL: https://issues.apache.org/jira/browse/HADOOP-9365 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-9366) AuthenticatedURL.Token has a mutable hashCode

2013-03-05 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9366: --- Summary: AuthenticatedURL.Token has a mutable hashCode Key: HADOOP-9366 URL: https://issues.apache.org/jira/browse/HADOOP-9366 Project: Hadoop Common Issue

RE: Building branch-1-win, Starting Datanode on Windows

2013-03-05 Thread Ramya Nimmagadda
Will the datanode create the directory if it doesn't exist? Yes, it does. Thanks, Ramya -Original Message- From: Daniel Jones [mailto:daniel.jo...@opencredo.com] Sent: Tuesday, March 05, 2013 12:50 AM To: common-dev Subject: Re: Building branch-1-win, Starting Datanode on Windows Hi

[jira] [Created] (HADOOP-9367) Consider combining the implementations of DiskChecker.checkDir for all supported platforms

2013-03-05 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HADOOP-9367: - Summary: Consider combining the implementations of DiskChecker.checkDir for all supported platforms Key: HADOOP-9367 URL: https://issues.apache.org/jira/browse/HADOOP-9367

[jira] [Created] (HADOOP-9369) DNS#reverseDns() can return hostname with . appended at the end

2013-03-05 Thread Karthik Kambatla (JIRA)
Karthik Kambatla created HADOOP-9369: Summary: DNS#reverseDns() can return hostname with . appended at the end Key: HADOOP-9369 URL: https://issues.apache.org/jira/browse/HADOOP-9369 Project:

Re: Technical question on Capacity Scheduler.

2013-03-05 Thread Jagmohan Chauhan
Hi All Can someone please reply to my queries? On Sun, Mar 3, 2013 at 5:47 PM, Jagmohan Chauhan simplefundumn...@gmail.com wrote: Thanks Harsh. I have a few more questions. Q1: I found it in my experiments using CS that for any user , its next job does not start until its current one is

[jira] [Resolved] (HADOOP-9368) Add timeouts to new tests in branch-trunk-win

2013-03-05 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HADOOP-9368. - Resolution: Fixed Hadoop Flags: Reviewed +1. I committed the patch. Thank you

Re: Technical question on Capacity Scheduler.

2013-03-05 Thread Harsh J
The CS does support running jobs in parallel. Are you observing just the UI or are also noticing a FIFO behavior in logs where assignments can be seen with timestamps? On Wed, Mar 6, 2013 at 9:03 AM, Jagmohan Chauhan simplefundumn...@gmail.com wrote: Hi All Can someone please reply to my

Re: Technical question on Capacity Scheduler.

2013-03-05 Thread Jagmohan Chauhan
I think i need to re-frame the question a bit. Yes CS supports multiple jobs in parallel but of different users. If i am submitting 3 different jobs for a same user at the same time, they are always executed in a FIFO manner. Am i correct? On Tue, Mar 5, 2013 at 8:55 PM, Harsh J

Re: Technical question on Capacity Scheduler.

2013-03-05 Thread Jagmohan Chauhan
I am observing the logs. On Tue, Mar 5, 2013 at 9:02 PM, Jagmohan Chauhan simplefundumn...@gmail.com wrote: I think i need to re-frame the question a bit. Yes CS supports multiple jobs in parallel but of different users. If i am submitting 3 different jobs for a same user at the same time,

[jira] [Reopened] (HADOOP-9368) Add timeouts to new tests in branch-trunk-win

2013-03-05 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-9368: --- The earlier checkin added some incorrect timeout values. Will add a separate patch to just fix