Sample Hadoop test using HDFS and MiniKDC

2016-01-05 Thread Kevin Minder
Hey Everyone, I ran across this test in Hadoop the other day. https://github.com/apache/hadoop/blob/2f623fb8cc3dc49221216c3b46b6f51144811904/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/TestSecureNNWithQJM.java I was thinking it could be the bases for a secure funct

Re: Sample Hadoop test using HDFS and MiniKDC

2016-01-05 Thread larry mccay
+1 on adding secure tests! What functionality do we want to test as part of this suite initially? On Tue, Jan 5, 2016 at 2:59 PM, Kevin Minder wrote: > Hey Everyone, > I ran across this test in Hadoop the other day. > > https://github.com/apache/hadoop/blob/2f623fb8cc3dc49221216c3b46b6f5114481

Re: Sample Hadoop test using HDFS and MiniKDC

2016-01-18 Thread Sumit Gupta
Hi everyone, I took a stab at getting the pieces together for a very basic knox test. I put it up here for a preview https://github.com/sumitg/knox-minikdc-test. Please note that it will be cleaned up if we decide we want to put something like this in knox project. The way I understand Kevin¹s th

Re: Sample Hadoop test using HDFS and MiniKDC

2016-01-18 Thread Kevin Minder
This is awesome. As far as project structure I was wondering if a bit of a deeper tree might be in order. I was thinking about this in particular because we might want to have separate suites for individual components and our top level module list is already to long. We might need individual

Re: Sample Hadoop test using HDFS and MiniKDC

2016-01-21 Thread Sumit Gupta
Thanks Kevin, Just to wrap up this thread here, the work for this is being done in KNOX-651. There is some further discussion to be had in terms of potential dev process changes with respect to running of various test suite types. I’ll send a review request for this JIRA and we can discuss it the