Re: MiniDFSCluster on Windows unfortunatelly requires native toolchain for automated tests

2014-06-23 Thread Bernd Eckenfels
Hello Chris, thanks for answering. I am not happy about the fact, that it might be not possible to have generic fallbacks in all cases. For the actual method in question I think File#isWriteable is a perfectly fine fallback especially as it is used in Posix systems anyway (and is never really rel

Re: MiniDFSCluster on Windows unfortunatelly requires native toolchain for automated tests

2014-06-20 Thread Chris Nauroth
Hello Bernd, This is my first time looking at Commons VFS. It looks like a very useful project, and I'm sorry to hear that we've caused some grief for your tests. I can provide some background on these changes. Traditionally, 1.2 and earlier versions didn't officially support Windows beyond a b

Re: MiniDFSCluster

2012-09-07 Thread Vladimir Rozov
r at minimum fail the second instance if the first instance is up and running using the same base directory. I'll file new JIRA for voting once I fix HDFS-3892. Vlad -Original Message- From: Steve Loughran Sent: Friday, September 07, 2012 6:15 AM To: hdfs-dev@hadoop.apache.org Su

Re: MiniDFSCluster

2012-09-07 Thread Steve Loughran
On 5 September 2012 18:42, Vladimir Rozov wrote: > There are few methods on MiniDFSCluster class that are declared as static > (getBlockFile, getStorageDirPath), though as long as MiniDFSCluster is not > a singleton they should be instance methods not class methods. These aren't in 1.x, but new

Re: MiniDFSCluster

2012-09-05 Thread v . rozov
Thanks Colin. I filed https://issues.apache.org/jira/browse/HDFS-3892 . I'll look into it. Thank you, Vlad - Original Message - From: "Colin McCabe" To: hdfs-dev@hadoop.apache.org Sent: Wednesday, September 5, 2012 1:19:37 PM Subject: Re: MiniDFSCluster

Re: MiniDFSCluster

2012-09-05 Thread Colin McCabe
Hi Vlad, I think you might be on to something. File a JIRA? It should be a simple improvement, I think. cheers, Colin On Wed, Sep 5, 2012 at 10:42 AM, Vladimir Rozov wrote: > There are few methods on MiniDFSCluster class that are declared as static > (getBlockFile, getStorageDirPath), thoug