English 中文(简体)
是否有单体和数据锁关系?
原标题:hadoop t-file and datablock relationship?
  • 时间:2012-04-20 20:40:58
  •  标签:
  • hadoop

我的理解是,Hadoop需要一大笔档案,将其保存在“发射锁”的空白处。 这些数据区块是否储存在T-file中? 数据栏与T-file 1-1之间的关系吗?

问题回答

https://web.archive.org/web/20120513124017/http://hadoop.apache.org/common/docs/ 当前/hdfs_ Design.html” rel=“nofollow noreferer”HDFS 储存大量文档,作为一系列数据区块(如64/128/256/512 MB)。 你们有1个GB档案,256MB的块块面积——科索沃警察部队将代表这一档案4个区块。 姓名节点将跟踪这些区块的哪些数据点有(或复制)。

T-Files 是一个档案格式,包含钥匙/Value pairs。 Hadoop将储存一台T-File,使用科索沃警察部队的一个或多个数据区块(视T-File的大小和固定的块体大小——系统缺省或具体存档)。

简言之,你可以储存在《人类发展报告》中的任何档案格式,仅将其细分为固定的区块,在整个组群中分发和复制。





相关问题
Hadoop - namenode is not starting up

I am trying to run hadoop as a root user, i executed namenode format command hadoop namenode -format when the Hadoop file system is running. After this, when i try to start the name node server, it ...

What default reducers are available in Elastic MapReduce?

I hope I m asking this in the right way. I m learning my way around Elastic MapReduce and I ve seen numerous references to the "Aggregate" reducer that can be used with "Streaming" job flows. In ...

Establishing Eclipse project environment for HadoopDB

I have checked-out a project from SourceForge named HadoopDB. It uses some class in another project named Hive. I have used Eclipse Java build path setting to link source to the Hive project root ...

Hadoop: intervals and JOIN

I m very new to Hadoop and I m currently trying to join two sources of data where the key is an interval (say [date-begin/date-end]). For example: input1: 20091001-20091002 A 20091011-20091104 ...

hadoop- determine if a file is being written to

Is there a way to determine if a file in hadoop is being written to? eg- I have a process that puts logs into hdfs. I have another process that monitors for the existence of new logs in hdfs, but I ...

Building Apache Hive - impossible to resolve dependencies

I am trying out the Apache Hive as per http://wiki.apache.org/hadoop/Hive/GettingStarted and am getting this error from Ivy: Downloaded file size doesn t match expected Content Length for http://...

热门标签