Hadoop
hadoop : supporting multiple outputs for Map Reduce jobs
Seems like it is supported in Hado开发者_StackOverflow中文版op(reference), but I dont know how to use this.[详细]
2023-04-06 21:46 分类:问答How can I get an integer index for a key in hadoop?
Intuitively, hadoop is doing something like this to distribute keys to mappers, using python-esque pseudocode.[详细]
2023-04-06 18:57 分类:问答Is there a way to "set" Hadoop Counter instead of incrementing it?
API only provides methods to increase a counter in Mapper or Reducer. Is there a way to just set it? or increment it\'s value only once irrespective 开发者_如何转开发of the number of times mappers and[详细]
2023-04-06 16:54 分类:问答java.io.IOException: No LZO codec found, cannot run
I tried to use lzo in my hive script, but got this error message. It seemed that I did not have the class for lzo in the classpath.[详细]
2023-04-06 05:17 分类:问答How to control file assignation in different slave in hadoop distributed system?
How to control file assignation in different slave in hadoop distributed system? Is it possible to write 2 or more file in hadoo开发者_运维知识库p as map reduce task Simultaneously?[详细]
2023-04-06 04:18 分类:问答How to tell MapReduce how many mappers to use at the same time?
I am w开发者_C百科riting an indexing app for MapReduce. I was able to split inputs with NLineInputFormat, and now I\'ve got few hundred mappers in my app. However, only 2/mashine of those are active a[详细]
2023-04-06 01:34 分类:问答Hadoop job asks to disable safe node
Hadoop job is asking to disable safe mode manually. I开发者_如何学运维t says the resources are not available. How to disable safe mode?You can leave safemode by using the following command:[详细]
2023-04-06 01:22 分类:问答Running jobs parallely in hadoop
I am new to hadoop. I have set up a 2 node cluster. 开发者_如何学CHow to run 2 jobs parallely in hadoop.[详细]
2023-04-05 22:13 分类:问答How to set the number of map tasks in hadoop 0.20?
I\'m trying to set the number of map tasks to run in hadoop 0.20 environment. I am using the old api. Here are the options I\'ve tried so far:[详细]
2023-04-05 19:24 分类:问答HBase hierarchical key scan
I want to have hie开发者_如何学编程rarchical keys like: app:page:user:item = value (where : indicates concatenating with a delimiter). I understand that I can quickly find all the items that that user[详细]
2023-04-05 17:57 分类:问答