Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 16 (0.17s).
Loading phrases to help you
refine your search...
Re: Parallel Load Data into Two partitions of a Hive Table - MapReduce - [mail # user]
...load data to different partitions parallel is OK, because it equivalent to write to different file on HDFS   2013/5/3 selva  ...
   Author: Yanbo Liang, 2013-05-03, 09:08
Re: block over-replicated - MapReduce - [mail # user]
...You can reference this function, it remove excess replicas form the map.     public void removeStoredBlock(Block block, DatanodeDescriptor node)   2013/4/12 lei liu  ...
   Author: Yanbo Liang, 2013-04-15, 10:08
Re: hadoop datanode kernel build and HDFS multiplier factor - MapReduce - [mail # user]
...I have done similar experiment for tuning hadoop performance. Many factors will influence the performance such as hadoop configuration, JVM, OS.  For Linux kernel related factors, we ha...
   Author: Yanbo Liang, 2013-04-03, 07:15
Re: are we able to decommission multi nodes at one time? - MapReduce - [mail # user]
...It means that may be some replicas will be stay in under replica state?   2013/4/3 Azuryy Yu  ...
   Author: Yanbo Liang, 2013-04-03, 06:04
Re: MultipleInputs.addInputPath compile error in eclipse(indigo) - MapReduce - [mail # user]
...You set the wrong parameter NodeReducer.class which should be subclass of Mapper rather than Reducer.   2013/4/2 YouPeng Yang  ...
   Author: Yanbo Liang, 2013-04-02, 09:25
Re: are we able to decommission multi nodes at one time? - MapReduce - [mail # user]
...It's alowable to decommission multi nodes at the same time. Just write the all the hostnames which will be decommissioned  to the exclude file and run "bin/hadoop dfsadmin -refreshNodes...
   Author: Yanbo Liang, 2013-04-01, 11:17
Re: Any answer ? Candidate application for map reduce - MapReduce - [mail # user]
...application, and merge the processed chunks to get A back" is just suit for the MapReduce paradigm. First you can feed the split chunks to Mapper and merge the processed chunks at Reducer. W...
   Author: Yanbo Liang, 2013-03-25, 09:24
Re: On a small cluster can we double up namenode/master with tasktrackers? - MapReduce - [mail # user]
...I think it is inadvisable to put NameNode and Master(JobTracker) placed in the same machine, because the two one are resource intensive applications.  2013/3/18 David Parks  ...
   Author: Yanbo Liang, 2013-03-18, 11:11
Re: Understand dfs.datanode.max.xcievers - MapReduce - [mail # user]
...dfs.datanode.max.xcievers value should set across the cluster rather than particular DataNode. It means the upper bound on the number of files that the DataNode will serve at any one time. &...
   Author: Yanbo Liang, 2013-03-18, 10:23
Re: How to Create file in HDFS using java Client with Permission - MapReduce - [mail # user]
...You must change to user dasmohap to execute this client program otherwise you can not create file under the directory "/user/dasmohap". If you do not have a user called dasmohap at client ma...
   Author: Yanbo Liang, 2013-03-15, 09:33
Sort:
project
HDFS (24)
MapReduce (16)
Hadoop (7)
HBase (3)
type
mail # user (16)
date
last 7 days (0)
last 30 days (1)
last 90 days (10)
last 6 months (12)
last 9 months (16)
author
Harsh J (1041)
Arun C Murthy (502)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (174)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (147)
Tom White (138)
Aaron Kimball (131)
Yanbo Liang