Mar 21, 2021Hadoop set up using AnsibleHere you are going to see how well we can automate the Hadoop setup This is the code for master node in ansible - hosts: Name gather_facts: false vars_files: - vars.yml vars: - node: "name" - directory: "namenode" tasks: - file: path: "/{{ directory…4 min read4 min read
Mar 21, 2021Configure Docker Using Ansible Playbook1. Configure Docker. 2. Start and enable Docker services. 3. Pull the httpd server image from the Docker Hub. 4. Run the docker container and expose it to the public. 5. Copy the html code in /var/www/html directory and start the web server. Just follow the steps in the Images - Now this is my ansible code in yaml format -2 min read2 min read
Mar 18, 2021Companies using AI(Artificial Intelligence) are ThrivingHow AI is used to get more benefits from others. As we all know AI is future, AI is already in mind of leaders of teams of the firms around the world to design or manage some of their base. New technologies are evolving and taking shapes in today’s worlds…3 min read3 min read
Mar 14, 2021Configuring HTTPD Server on Docker Container and Setting up Python Interpreter and running Python Code on Docker ContainerAutomation Press one to start Docker this will start and gives more options8 min read8 min read
Mar 14, 2021How big MNC’s like Google ,Facebook etc stores, manages and manipulate Thousands of terabytes of data with High speed and High efficiency.Big data is a field that have many ways to analyze, systematically extract information from, or otherwise deal with data-sets that are too large and time consuming or complex to be dealt with by traditional data processing traditional software. …Big Data Analytics7 min readBig Data Analytics7 min read
Mar 14, 2021How to create a Setup so that we can ping google but will not able to ping Facebook from the same systemWe will be using some basic networking and Routing Table concepts, it will be easy for you to understand too. Starting VM and Setup…2 min read2 min read