Apache Hadoop 2.7.3
Apache Hadoop 2.7.3 is a minor release in the 2.x.y release line, building upon the previous stable release 2.7.2.
Here is a short overview of the major features and improvements.
Common
Authentication improvements when using an HTTP proxy server. This is useful when accessing WebHDFS via a proxy server.
A new Hadoop metrics sink that allows writing directly to Graphite.
Specification work related to the Hadoop Compatible Filesystem (HCFS) effort.
HDFS
Support for POSIX-style filesystem extended attributes. See the user documentation for more details.
Using the OfflineImageViewer, clients can now browse an fsimage via the WebHDFS API.
The NFS gateway received a number of supportability improvements and bug fixes. The Hadoop portmapper is no longer required to run the gateway, and the gateway is now able to reject connections from unprivileged ports.
The SecondaryNameNode, JournalNode, and DataNode web UIs have been modernized with HTML5 and Javascript.
YARN
YARN’s REST APIs now support write/modify operations. Users can submit and kill applications through REST APIs.
The timeline store in YARN, used for storing generic and application-specific information for applications, supports authentication through Kerberos.
The Fair Scheduler supports dynamic hierarchical user queues, user queues are created dynamically at runtime under any specified parent-queue.
Getting Started
The Hadoop documentation includes the information you need to get started using Hadoop. Begin with the Single Node Setup which shows you how to set up a single-node Hadoop installation. Then move on to the Cluster Setup to learn how to set up a multi-node Hadoop installation.
Hadoop 2.7.3
翻译
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
腾讯云CentOS 安装 Hadoop 2.7.3
1.安装 jdk 2.安装maven 3.安装依赖 4.安装Hadoop 可以将mv
Linux maven hadoop apache -
Idea+Centos+hadoop-2.7.3源码环境搭建
基于Centos系统,使用Idea 构建hadoop源码阅读环境
hadoop idea 源码环境构建 -
hadoop rz下载 hadoop2.7.3下载
一、依赖文件安装 1.1 JDK 参见博文:二、文件准备 2.1 文件名称 hadoop-2.7.3.tar.gz 2.2 下载地址 &nb
hadoop rz下载 大数据 操作系统 运维 hadoop -
微服务中 其他服务怎么获取到用户信息
前言 为了让老项目加入新的云服务中,可能要进行一些改造,老项目无需加入Security就可以简单的使用权限系统准备工作 首先要拥有一个完整的基于NACOS的微服务框架和一个Springboot老项目 微服务框架使用了Security,并支
微服务中 其他服务怎么获取到用户信息 java 微服务 开发语言 权限系统