公告版位
新版Blog peichengnote

目前分類:hadoop (43)

瀏覽方式: 標題列表 簡短摘要

The fundamental idea of MRv2 is to split up the two major functionalities of the JobTracker,
resource management
and job scheduling/monitoring, into separate daemons.

The idea is to have a
global ResourceManager (RM) and
per-application ApplicationMaster (AM).

An application is either a single job in the classical sense of Map-Reduce jobs or a DAG of jobs.

文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()

ambari-1.2.0-incubating-rc0 release candidate


http://incubator.apache.org/ambari/1.2.0/installing-hadoop-using-ambari/content/index.html


SVN source tag:
https://svn.apache.org/repos/asf/incubator/ambari/tags/release-1.2.0-rc0

Staging site:

文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()

在資料丟失達一定比例的時候,
namenode會進入safemode。

這時候可以採用

hadoop dfsadmin -safemode leave


or

文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()

«123