Hi Vinod!

Could you please describe the "Hadoop Security Framework"? I am not sure
what you mean by it. What kind of tests do you want to run? You could try
Amazon / Azure / GCE instances fairly cheaply. Or you could use virtual
machines. In the past I have run 2 worker nodes isolated only by Docker
containers (of which you can run many more than virtual machines). If you
configure correctly, you might not even need any isolation mechanism and
run several worker nodes on the same computer.

What are you trying to simulate? There are lots of tools to simulate
several parts of the Hadoop eco-system. Which one are you interested in?
Here are a few:
* SLS : https://github.com/apache/hadoop/tree/trunk/hadoop-tools/hadoop-sls
* NNBench :
https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/hdfs/NNBench.java
* MiniDFSCluster :
https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java
* MiniYarnCluster :
https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/MiniYARNCluster.java

What part of Hadoop security interests you?

Hope this helps,
Ravi

On Mon, Jul 24, 2017 at 4:10 AM, vinod Saraswat <vndsr...@gmail.com> wrote:

> ​​
> Dear Ravi,
>
> I am working on Hadoop Security Framework and i want to test on multi node
> cluster. But due to lack of resources i want to know that can i simulate
> hadoop platform.
>
> My final conclusion is that hadoop require a high processing resources so
> simulation is not possible so please tell me i m going to right direction
> or not.
>
> If simulation possible then please share resources.
>
> There *Simulation, i am considering virtual/mathematical environment for
> multi node hadoop clusters.*
>
>
>
>
>
> *Vinod Sharma(Saraswat)*
> *Research Scholar*
> *Department of Computer Science,*
> *Career Point University of Kota, Rajasthan*
>
> On 17 July 2017 at 23:22, Ravi Prakash <ravihad...@gmail.com> wrote:
>
>> Hi Vinod!
>>
>> You can look at static code analysis tools. I'm sure there are ones
>> specific for security. I'd suggest you to set up a Kerberized hadoop
>> cluster first.
>>
>> HTH
>> Ravi
>>
>> On Sat, Jul 15, 2017 at 2:08 AM, vinod Saraswat <vndsr...@gmail.com>
>> wrote:
>>
>>> Dear Sir/Mam,
>>>
>>>
>>>
>>> I am Vinod Sharma (Research Scholar). My research is based on Hadoop
>>> security and want to perform simulation for Hadoop. This simulation checks
>>> current security on Hadoop. Please tell me that it is possible or not and
>>> how can I perform it.
>>>
>>>
>>>
>>> *Thanks and Regards*
>>> *Vinod Sharma(Saraswat)*
>>> *Research Scholar*
>>> *Department of Computer Science,*
>>> *Career Point University of Kota, Rajasthan*
>>>
>>
>>
>

Reply via email to