HDFS Cheat Sheet

HDFS Cheat Sheet

List of commands which I use day to day basis to perform my task in HDFS. Checkout below hdfs cheat sheet for reference. In below list I have covered Copy, Move, Check file/directory size, Change ownership of file/group, delete the files and directories etc. HDFS Cheat Sheet hdfs dfs -ls / list of all files…

Read More
Install Elasticsearch on Centos 7

Install Elasticsearch on Centos 7

Steps to Install Elasticsearch on centos 7 Prerequisites: Install OpenJDK 8 version sudo yum install java-1.8.0-openjdk.x86_64 Validate the installation java -version If you are installing jdk manually from tar file then make sure if you have configure the JAVA_HOME path correctly. Install Elasticsearch Latest version using Yum. Import the Elasticsearch GPG Key rpm –import https://artifacts.elastic.co/GPG-KEY-elasticsearch…

Read More
popular use cases of Jenkins

Popular Use Cases of Jenkins

Jenkins is one of the most popular Continuous Integration (CI) and Continuous Delivery (CD) tool. Jenkins is an Open Source build written in Java. Jenkins can be used in automation of any task related to build, test and deployment of an application. Please find some of popular use cases in Jenkins. Some Popular Use Cases…

Read More
why we need jenkins

Why we need Jenkins?

Jenkins is one of the most popular Continuous Integration (CI) and Continuous Delivery (CD) tool. Jenkins is an Open Source build written in Java. Jenkins can be used in automation of any task related to build, test and deployment of an application. Why we need Jenkins ? Use Case 1: Continuous Integration If you are…

Read More
Verified by MonsterInsights