Getting Started with various Tools

28 / 44

HDFS

Purpose: Apache Hadoop is a collection of open-source software utilities that facilitates using a network of many computers to solve problems involving massive amounts of data and computation. It provides a software framework for distributed storage and processing of big data using the MapReduce programming model.

Home Page: https://hadoop.apache.org/

Documentation: https://hadoop.apache.org/docs/current/

Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/24/hdfs-hadoop-distributed-file-system?course_id=1&playlist_id=24

How to get started:

  1. In the web console tab on the right side of the screen, use the below command to check files on your Hadoop directory

    hadoop fs -ls
    
  2. For Hadoop version, try the below command

    hadoop version
    

No hints are availble for this assesment

Answer is not availble for this assesment

Please login to comment

Be the first one to comment!