How To Install Apache Spark On Ubuntu 20.04 LTS

Apache Spark is a free & open-source framework. It is used for distributed cluster-computing system & big data workloads. It is a engine for large-scale data processing & provides high-level APIs compatible in Java, Scala & Python  Install Apache Spark On Ubuntu Update the system. apt-get update Install Java. apt-get install openjdk-11-jdk Check Java version. …

How To Install & configure JFrog Artifactory on Ubuntu 20.04

JFrog Artifactory is a free & open-source artifact repository manager. It is used for providing end-to-end automation, binaries management (binary resources) & it can be stored and modified in remote repositories according to configuration values that control caching and proxy. It artifact repository manager which integrates seamlessly with CI/CD tools. JFrog Artifactory is used for managing …

How to Install & Configure Apache Cassandra on Ubuntu 20.04

Apache Cassandra is a free & open-source NoSQL management system database engine.It is used for storing large amounts of data.It helps to manage large amounts of data with dynamic replication.Apache Cassandra provides high availability with no single point of failure. Install Apache Cassandra on Ubuntu Update the System. apt-get update Install Java. apt-get install openjdk-11-jdk …

How to Install PostgreSQL and pgAdmin4 on ubuntu 20.04.

PostgreSQL is a open-source relational database management system.We can store structured and unstructured data.It is used for data store and analytics applications.It provides an implementation of the SQL querying language. How to Install PostgreSQL & pgAdmin on ubuntu Update the System. apt-get update Install the packages. apt-get install wget curl ca-certificates Add repository & key. …

How to Setup Hadoop on ubuntu 20.04

Hadoop is a free & open-source software framework.It is based on Java.Hadoop is used for the storage processing of large set of data on clusters of machines.Using Hadoop,we can manage multiple number of dedicated server. Install and Configure Hadoop on ubuntu Update the System. apt-get update Install Java. apt-get install openjdk-11-jdk Check Java Version. java …