Example usage for org.apache.hadoop.hdfs.protocol.datatransfer.sasl DataEncryptionKeyFactory interface-usage

List of usage examples for org.apache.hadoop.hdfs.protocol.datatransfer.sasl DataEncryptionKeyFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.protocol.datatransfer.sasl DataEncryptionKeyFactory interface-usage.

Usage

From source file com.mellanox.r4h.DFSClient.java

/********************************************************
 * DFSClient can connect to a Hadoop Filesystem and
 * perform basic file tasks. It uses the ClientProtocol
 * to communicate with a NameNode daemon, and connects
 * directly to DataNodes to read/write block data.
 *