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

MiniDFSCluster

2012-09-05 Thread Vladimir Rozov
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. In my tests I see that starting second instance of MiniDFSCluster invalidates the fi