HDFS - Fs Shell

Yarn Hortonworks

About

Fs Shell is a client command line tool to manage HDFS.

Syntax

hadoop fs command uri

# hdfs dfs is a synonym
hdfs dfs command uri

where:

Management

Copy

For copy, you can also use HDFS - DistCp (distributed inter/intra-cluster copy)

Documentation / Reference





Discover More
Azure Storage Structure
Azure - Windows Azure Storage Blob (WASB) - HDFS

Windows Azure Storage Blob (WASB) is an file system implemented as an extension built on top of the HDFS APIs and is in many ways HDFS. The WASB variation uses: SSL certificates for improved security...
Yarn Hortonworks
HDFS - Client Connection

A client establishes a connection to a configurable TCP port on the NameNode machine. It talks the ClientProtocol with the NameNode. A Remote Procedure Call (RPC) abstraction wraps both the Client Protocol...
Yarn Hortonworks
HDFS - File

A typical file in HDFS is gigabytes to terabytes in size. A file is split into one or more blocks. Files in HDFS are write-once (except for appends and truncates) and have strictly one writer at any...
Yarn Hortonworks
HDFS - Hadoop Archive file (har)

in the Hadoop context. An archive: exposes itself as a hdfs file system layer. All the fs shell commands in the archives work then but with a different . is immutable. Rename’s, deletes and...
Yarn Hortonworks
HDFS - Snapshot

Snapshots support storing a copy of data at a particular instant of time. One usage of the snapshot feature may...
Yarn Hortonworks
HDFS - Trash

If trash configuration is enabled, files removed by FS Shell is not immediately removed from HDFS. Instead, HDFS moves it to a trash directory. The file can be restored quickly as long as it remains...
Yarn Hortonworks
HDFS - hdfs command line

hdfs client which is an alias for ??
Yarn Hortonworks
Hadoop - Winutils

Provide basic command line utilities for Hadoop on Windows. File System operation equivalent to Hdfs Task and service operation It works with hadoop.dll to get local access to the local file system...
Yarn Hortonworks
Hadoop - hadoop client utility

CLASSNAME - run the class named CLASSNAME COMMAND is one of: fs run a generic filesystem user client. version print the version jar run a jar file. See =====...
Card Puncher Data Processing
Mapr - xd file system (Hdfs)

distributed storage for all data. This is a clone of Fs Shell therefore you can use the hadoop fs command to operate on files and directories. ...



Share this page:
Follow us:
Task Runner