The test cases weren't split - there's only testHDFS suite. However, the
drivers available for common and mapreduce, so all you need to do is to add
your tests cases a-la hdfs.
Cos
On Thu, Apr 11, 2013 at 09:14AM, Jay Vyas wrote:
> Thats great. Yes this is certainly something we could benefit fr
Thats great. Yes this is certainly something we could benefit from.
But the "trunk" github appears to only have
"./src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml" in the source tree.
Also, I don't see it in branch-0.22:
# git checkout branch-0.22
Branch branch-0.22 set up to track remote b
I have split CLI test infrastructure into hierarchical pieces that allow to
have different configurations for different components. E.g. you can have one
for YARN that would exist independently of HDFS, etc. The change has been in
since like 0.22 and committed to 0.203.x as well IIRC, hence should
On Wed, Apr 10, 2013 at 10:16 AM, Jay Vyas wrote:
> Hello HDFS brethren !
>
> I've noticed that the testHDFSConf.xml has alot of references to
> supergroup.
>
>
> https://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
>
> 1) I wond