Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged mapreduce

0 votes
447 views
1 answer
    I have a situation here where I need to write to two of the hbase tables say table1,table 2. Whenever ... should not include co-processors. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
378 views
1 answer
    I am trying to parse data from commoncrawl.org using hadoop streaming. I set up a local hadoop to ... eventually run on AWS ElasticMapReduce. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
384 views
1 answer
    I am building a dictionary on a hadoop cluster and need to generate a numeric id for each token. How should I do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
365 views
1 answer
    When I'm running Map-Reduce on a Mongo database, I usually get results similar to the following: { _id: < ... withing a map or reduce function? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    I installed hadoop-2.3.0 and tried to run wordcount example But it starts the job and sits idle hadoop@ubuntu:~ ... hadoop-2.3.0 Please suggest. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
336 views
1 answer
    I have a question about configuring Map/Side inner join for multiple mappers in Hadoop. Suppose I have two ... pairs of files simultaneously? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
414 views
1 answer
    When doing a "join" in CouchDB, you can use view collation to group the records together. For example, having two ... is how exactly to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    When doing a "join" in CouchDB, you can use view collation to group the records together. For example, having two ... is how exactly to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
427 views
1 answer
    How do I define an ArrayWritable for a custom Hadoop type ? I am trying to implement an inverted index in ... values in the Reduce method See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    The Namenode in the Hadoop architecture is a single point of failure. How do people who have large Hadoop clusters ... the primary one fails ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    I have a collection of md5 in mongodb. I'd like to find all duplicates. The md5 column is indexed. Do you ... { out.duplicates.insert(obj) }); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
511 views
1 answer
    Although I use Hadoop frequently on my Ubuntu machine I have never thought about SUCCESS and part-r-00000 files ... just a randomly defined? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
409 views
1 answer
    I'm new to hadoop and I'm trying to understand it. Im talking about hadoop 2. When I have an input file ... nodes will do the reduce tasks? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
320 views
1 answer
    I have written a MapReduce program, code is below: import java.io.IOException; import java.util.Iterator; import org ... I rectify it? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
334 views
1 answer
    What exactly is this keyword Context in Hadoop MapReduce world in new API terms? Its extensively used to write ... for your time and help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
337 views
1 answer
    I have 10M+ photos saved on the local file system. Now I want to go through each of them to analyze the ... terms of the above question, Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
446 views
1 answer
    I'm trying to create a simple map reduce job by changing the wordcount example given by hadoop. I'm trying ... job.waitForCompletion(true); } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
413 views
1 answer
    Want to just confirm on following. Please verify if this is correct: 1. As per my understanding when we copy ... available to a single mapper. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
844 views
1 answer
    [hadoop-1.0.2] → hadoop jar hadoop-examples-1.0.2.jar wordcount /user/abhinav/input /user/abhinav/output ... . What could be causing this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
343 views
1 answer
    I've found this discussion: MongoDB: Terrible MapReduce Performance. Basically it says try to avoid Mongo's MR ... to effectively use indexes? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
467 views
1 answer
    After playing with F# agents I tried to do a map reduce using them. The basic structure I use is: map supervisor ... ) mp.Status() mp.Stop() See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
486 views
1 answer
    I am just trying to confirm my understanding of difference between 0 reducer and identity reducer. 0 reducer means ... will still take place? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    What is relationship between split size and block size in Hadoop? As I read in this, split size must be n ... between split size and block size? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
475 views
1 answer
    I am going through hadoop definitive guide, where it clearly explains about input splits. It goes like Input splits ... lesser than block size? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I would like to know why grouping comparator is used in secondary sort of mapreduce. According to the definitive ... it. Thanks in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
456 views
1 answer
    This is a conceptual question involving Hadoop/HDFS. Lets say you have a file containing 1 billion lines. And ... val parameters? Thanks, Deepak See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
530 views
1 answer
    Suppose I have a collection with some set of documents. something like this. { "_id" : ObjectId(" ... "bar" appears 3 times. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
520 views
1 answer
    hi I have a ~5 million documents in mongodb (replication) each document 43 fields. how to remove duplicate document ... can solve the problem ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...