Amazon Elastic MapReduce is a web service that enables the processing of large amounts of data.
0
votes
0answers
13 views
Hive performance on Amazon DynamoDB
I'm using Amazon DynamoDB to collect statistics and ElasticMapReduce with Hive to process statistics and upload results to S3.
On DynamoDB I have table prod_product_views:
- id (Hash key)
- ...
2
votes
1answer
29 views
What happens if I add the same path twice to a Hadoop?
I am using elastic map reduce. I wonder what will happen if I use the exact same line twice in my main method.
FileInputFormat.addInputPath(job, new Path(
...
1
vote
2answers
40 views
Understanding the Hadoop File System Counters
I want to understand the filesystem counters in hadoop.
Below are the counters for a job that I ran.
In every job that I run, I observe that the Map file bytes read is like almost equal to the HDFS ...
0
votes
0answers
29 views
A join operation using Hadoop MapReduce
How to take a join of two record sets using Map Reduce ? Most of the solutions including those posted on SO suggest that I emit the records based on common key and in the reducer add them to say a ...
0
votes
1answer
15 views
How can I use s3 object names as inputs to an MRJob mapper, but not the s3 objects themselves?
I'm missing something obvious about Yelp's mrjob job library. Setting up an MRJob class is almost trivially easy. Running it over a file or stdin also so. But how can I change the input to the job ...
1
vote
0answers
30 views
Best way to split log files
Need help and this seems like such a common task to do:
We have hourly huge logfiles containing many different events.
We have been using hive to split these events to different files, in a hard coded ...
0
votes
0answers
15 views
Is there any Hive jsonserde available to write data which can be used on AWS?
I want to output data from Hive in json format. Is there a read-write json serde available which can be used with Hive on Amazon AWS Elastic Mapeduce infrastructure.
The one I know is ...
0
votes
1answer
44 views
Slow Hive Query Performance under AWS Elastic MapReduce
There's a strange problem I'm experiencing, and I assure you I've googled a lot.
I'm running a set of AWS Elastic MapReduce Clusters, and I have a Hive Table with about 16 partitions. They're created ...
2
votes
1answer
51 views
Hive — split data across files
Is there a way to instruct Hive to split data into multiple output files? Or maybe cap the size of the output files.
I'm planning to use Redshift, which recommends splitting data into multiple files ...
0
votes
1answer
17 views
Run a custom MapReduce Jar in Amazon Elastic Map Reduce against data from Amazon DynamoDB
I have data in DynamoDB which I want to run mapreduce jobs against. I've found a lot of tutorials which involve using Hive to run SQL against the dynamoDB data in EMR, but for the task I'm trying to ...
2
votes
4answers
59 views
Mapreduce Table Diff
I have two versions (old/new) of a database table with about 100,000,000 records. They are in files:
trx-old
trx-new
The structure is:
id date amount memo
1 5/1 100 slacks
2 5/1 50 wine
...
0
votes
0answers
61 views
Pig Join is returning no results
I have been stuck on this problem for over twelve hours now. I have a Pig script that is running on Amazon Web Services. Currently, I am just running my script in interactive mode. I am trying to get ...
0
votes
1answer
57 views
Concatenate S3 files to read in EMR
I have an S3 bucket with log files that I want to concatenate, then use as an input to an EMR job. The log files are in paths like: bucket-name/[date]/product/out/[hour]/[minute-based-file]. I'd like ...
0
votes
1answer
47 views
Pattern match input files for Amazon Elastic MapReduce
I am trying to run a MapReduce streaming job that takes input files from directories in an s3 bucket that match a given pattern. The pattern is something like ...
0
votes
0answers
33 views
Reading through sys.stdin and output sys.stdout
I am recursing through multiple directories to get some data out of each file and print it.
The following is the code for that :
def main():
for root, dirs, files in ...
0
votes
0answers
20 views
Hadoop taking forever on EMR and profiling EMR
I am running a sample hadoop job over ~500 documents on S3, and when ran locally it takes <15min to complete. However, when I tried running the same job on EMR, it takes over 2 hours and still ...
0
votes
0answers
37 views
Exception in Using Hadoop for MapReduce
I am facing an exception in using Hadoop on local box.
Exception in thread "main" java.lang.NoSuchMethodError: ...
0
votes
1answer
39 views
Splitting responsibilities of mappers on Elastic MapReduce (MySQL + MongoDB input)
I want to make sure I understand EMR correctly. I'm wondering - does what I'm talking about make any sense with EMR / Hadoop?
I currently have a recommendation engine on my app that examines data ...
0
votes
1answer
24 views
how to configure a custom amazon EMR bootstrap action in code
I am trying to configure a bootstrap action in code. I am able to successfully run my job with Bootstrap action using the UI in amazon so I know my bootstrap action is working.
Also without the ...
0
votes
1answer
26 views
Adding extra arguements to HadoopJarStepConfig fails
I am trying to get this command via the AWS SDK:
hadoop jar /home/hadoop/contrib/streaming/hadoop-streaming.jar -input hdfs:///logs/ -output hdfs:///no_dups -mapper dedup_mapper.py -reducer ...
0
votes
0answers
28 views
Map Phase load balancing vs Reduce Phase load balancing in mapreduce
I am interested in knowing the difference in the Map Phase Load Balancing vs Reduce Phase Load Balancing.
The operation to be performed is inverted index, which generates n(n-1)/2 possible ...
0
votes
1answer
16 views
Using other files along with EMR streaming step?
I currently have a hadoop command that I would like to copy using the AWS SDK.
The command I'm currently using
hadoop jar /home/hadoop/contrib/streaming/hadoop-streaming.jar -input /no_dups -output ...
0
votes
0answers
37 views
How do I save a file as .pig using windows?
I just tried running a Elastic MapReduce job using a Pig script. I created the Pig script in Notepad, saved it originally as a .txt file, then manually changed the extension to .pig and uploaded. ...
0
votes
1answer
54 views
Hadoop Custom Input Format that doesn't use files
I'm just getting started on Hadoop and I'm struggling to figure out how to use other input sources that aren't files, i.e. Read all the rows from AWS SimpleDB, or all records from a REST API on ...
0
votes
1answer
98 views
Pig group by and average function
I have data that looks like this
STN--- WBAN YEARMODA TEMP DEWP SLP STP VISIB WDSP MXSPD GUST MAX MIN PRCP SNDP FRSHTT
030050 99999 19291029 ...
0
votes
0answers
23 views
Getting error when connecting to MapReduce using cygwin, then running Pig
Here are the steps I've taken:
Got a key pair on EC2
Started a job flow on Elastic MapReduce
Waited until it said "WAITING" and then got the Master Public DNS name
In cygwin, typed ssh -i ...
0
votes
1answer
73 views
HIVE: How can I pass a hiveconf that contains a single quote?
I would like to pass a hive arg that contains a single quote in a string. This causes the EMR Job to fail with the following error:
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: ...
0
votes
1answer
21 views
Is using map-reduce necessary
when doing a cloud computing project is it necessary to use amazon s3 as defined in:{http://www.ibm.com/developerworks/aix/library/au-cloud_apache/#figure2} in figure 1,
or I can just use a map-reduce ...
0
votes
0answers
88 views
TotalOrderPartitioner with the new Hadoop API
I am a newbie with Hadoop and I am trying to get TotalOrderPartitioner to run with the new Hadoop API. I tried following this article from a text.
Basically, in my first MR task which is essentially ...
0
votes
0answers
25 views
Information on how to setup mongodb on AWS [closed]
I have a map reduce job which utilizes a Mongo database. I have it working locally but need help to set it up on AWS. Do you know any tutorials which I could use to setup a MongoDB on AWS as I cant ...
2
votes
1answer
62 views
Is it possible to jar up an executable so that it can be run from Java?
Simply put, I need to be able to stick a compiled executable inside a Java jar file and then be able to run it from Java (probably via ProcessBuilder).
The why, is that I would like to use a Java ...
2
votes
1answer
91 views
Hadoop DistributedCache object changed during job
I'm trying to run KMeans on AWS, and I ran into the following exception when trying to read updated cluster centroids from the DistributedCache:
java.io.IOException: The distributed cache object ...
1
vote
1answer
51 views
Is there an easy way to dedupe a Hive table?
I have a set of Hive tables on Elastic Map-Reduce which have some duplicate elements. Is there an easy way of deduping these tables?
What comes to mind is dumping to a set of pig-digestible files, ...
0
votes
1answer
85 views
Where should I write mapreduce program
Where should I write map-reduce programs - in text file or anything else ?
What is the file format to save file containing Map-reduce program?
e.g.
In java, text file, having java code saved as ...
0
votes
0answers
41 views
Amazon EMR not scaling up proportional to nodes
I am running an experiment using Amazon EMR. I am having problem regarding scalability issues. I run a dataset for 20 medium instances. It took 69 mins to complete it. After that, I increased the ...
3
votes
3answers
187 views
Drop all partitions from a hive table?
How can I drop all partitions currently loaded in a Hive table?
I can drop a single partition with alter table <table> drop partition(a=, b=...);
I can load all partitions with the recover ...
1
vote
3answers
89 views
How does hadoop handle large files?
I am totally new to Hadoop though I understand the concept of map reduce fairly well.
Most of the Hadoop tutorials start with the WordCount example. So I wrote a simple wordcount program which ...
0
votes
1answer
75 views
Multiple outputs suddenly not writing any output?
Suddenly multiple outputs not writing any output to the destination.
I use a custom implementation of multiple outputs, where, I just changed:
if((ch == '/') || (ch == ':')||(ch == '-')||(ch ...
0
votes
1answer
54 views
Reducer node takes a long time to receive its records
When I checked the Hadoop GUI, I found that some of the reduce tasks have reached 66.66%, and they stay there for a long time. When I checked the counters, I found that the no. of input records is ...
0
votes
1answer
85 views
Best technology stack for aggregation across various properties
We are working on developing a platform which models flow of entities across a graph. The system has to answer questions of the kind how many entities having these properties are sitting at a given ...
5
votes
1answer
222 views
Understanding a mapreduce algorithm for overlap calculation
I want help understanding the algorithm. I ve pasted the algorithm explanation first and then my doubts.
Algorithm:( For calculating the overlap between record pairs)
Given a user defined parameter ...
0
votes
1answer
63 views
Elastic Map Reduce: difference between CANCEL_AND_WAIT and CONTINUE?
I just found that using Amazon's Elastic Map Reduce, I can specify a step to have one of three ActionOnFailure choices:
TERMINATE_JOB_FLOW
CANCEL_AND_WAIT
CONTINUE
TERMINATE_JOB_FLOW is the ...
3
votes
2answers
256 views
The reduce fails due to Task attempt failed to report status for 600 seconds. Killing! Solution?
The reduce phase of the job fails with:
of failed Reduce Tasks exceeded allowed limit.
The reason why each task fails is:
Task attempt_201301251556_1637_r_000005_0 failed to report status for 600 ...
0
votes
0answers
105 views
EMR job is failing on common crawl corpus segment 1346823846036 and i am getting no errors in syslog for debugging [closed]
I am trying to get all URLs from metadata files in common crawl segments. I completed my EMR job on 1st segment# 1346823845675 in which there were 4380 metadata files. I used 1 m1.small and 6 ...
0
votes
0answers
13 views
How To Check Variable State When Debugging AWS Elastic MapReduce Using Custom .jar?
I am running a custom .jar in AWS Elastic MapReduce and I'm trying to debug my errors. How can I see the value of a variable when debugging?
Thanks
0
votes
0answers
69 views
Storing log data in S3 using Protocol Buffers for EMR?
I'm looking to store log data in Amazon S3 using serialized Protocol Buffer format. Ideally I'd like to use these files as input data for EMR mapreduce jobs.
My question is how can I best format the ...
1
vote
2answers
58 views
Sharing data between master and reduce
I need to perform aggregation using the results form all the reduce tasks. Basically the reduce task finds the sum and count and a value. I need to add all the sums and counts and find the final ...
0
votes
0answers
96 views
Parsing mixed format text files in Hive for running queries
On an Amazon S3 bucket I have a log file(lets call it CustomerActivity.txt) that looks as follows:
CustomerId: 12345
CustomerLocation: Bahamas
CustomerTransactionId : 123467328
1360805389, ...
0
votes
1answer
94 views
Amazon EMR: “no output” found in S3
I am not getting any output in S3 when I run a job in Amazon EMR.
I specified the arguments:
-inputfile s3n://exdsyslab/data/file.txt -outputdir s3n://exdsyslab/output
When I checked the job log, ...
0
votes
0answers
49 views
Output Folders for Amazon EMR
I want to jun a custom jar, whose main class a chain of map reduce jobs, with the output of the first job going as the input of the second jar, and so on.
What do I set in ...


