0
votes
0answers
16 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) - ...
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 ...
2
votes
1answer
52 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
0answers
62 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
59 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
48 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
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
28 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
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
1answer
101 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
1answer
76 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
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
94 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 ...
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 ...
0
votes
1answer
86 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 ...
0
votes
0answers
106 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
70 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 ...
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 ...
0
votes
1answer
174 views

AWS EMR CLI - Pass Arguments to HIVE

I am using aws' emr ruby cli to generate Hadoop clusters and I am trying to include arguments to use within a HIVE script hosted elsewhere like so: ./elastic-mapreduce --create ... --args ...
1
vote
0answers
51 views

MapReduce job skipping / resizing?

I'm running a job on the whole commoncrawl corpus, and ran into this hiccup in the remaining map tasks. Anyone know what would cause that? I suspect it has something to do with this "resizing ...
-5
votes
1answer
47 views

how to use sqlite3db or berkleyDB with Elastic mapreduce (python) [closed]

I have my data in the form of key value pairs. I have to process this data using elastic map reduce. I am using python for it. How to go about it?
0
votes
3answers
223 views

Reading in a parameter file in Amazon Elastic MapReduce and S3

I am trying to run my hadoop program in Amazon Elastic MapReduce system. My program takes an input file from the local filesystem which contains parameters needed for the program to run. However, ...
0
votes
1answer
160 views

Running HIVE queries directly from S3 input files

I am using Interative Hive Session in Elastice Map Reduce to run Hive. Previously I was loading data from S3 into Hive tables.Now, I want to run some scripts on S3 input files without loading data ...
0
votes
0answers
174 views

Error while connecting Elastic Map Reduce ruby client

I am following the steps mentioned on the AWS to use an interactive Hive session using SSH. I used the following resources ...
2
votes
1answer
408 views

Starting AWS elastic mapreduce jobflow from Java API. Where should my hive script go?

I have been developing a data processing application using Amazon Elastic MapReduce and Hive. Now that my Hive scripts work when I SSH and run them using the Interactive Mode Job Flow, I'm trying to ...
0
votes
1answer
1k views

Loading data with Hive, S3, EMR, and Recover Partitions

SOLVED: See Update #2 below for the 'solution' to this issue. ~~~~~~~ In s3, I have some log*.gz files stored in a nested directory structure like: s3://($BUCKET)/y=2012/m=11/d=09/H=10/ I'm ...
2
votes
1answer
188 views

How to schedule an Elastic MapReduce Job Flow

I want to dump all my dynamodb tables data to s3 files every hour. What is the best way to schedule an elastic mapreduce job flow ? Can I do it with Amazon Simple workflow service?
0
votes
2answers
179 views

Can I access zookeeper from AWS Elastic Mapreduce job

I'm new to Hadoop, and running under AWS Elastic Mapreduce. I need cluster-wide atomic counters in Hadoop and was suggested to use zookeeper for this. I believe zookeeper is part of the Hadoop stack ...
0
votes
1answer
233 views

Sessionized web logs, get previous and next domain

We have a large pile of web log data. We need to sessionize it, and also generate the previous domain, and next domain for each session. I am testing via an interactive job flow on AWS EMR. Right ...
1
vote
2answers
185 views

DynamoDB InputFormat for Hadoop

I have to process some data which is persisted in Amazon Dynamo DB using Hadoop map reduce. I was searching over internet for Hadoop InputFormat for Dynamo DB and couldn't find it. I'm not familiar ...
3
votes
1answer
503 views

When using LZO on Hadoop output on AWS EMR, does it index the files (stored on S3) for future automatic splitting?

I want to use LZO compression on my Elastic Map Reduce job's output that is being stored on S3, but it is not clear if the files are automatically indexed so that future jobs run on this data will ...
0
votes
0answers
67 views

HADOOP/AWS: Is it reasonable to run a small cluster while acquiring input, then resize it upward?

I'm considering the following nightly batch job running under Hadoop/ElasticMapReduce: Launch instance with 1 core node (1 instance w/ HDFS) Begin long running downloads (~5 hrs) in one map task ...
0
votes
0answers
182 views

DynamoDB table vs Hadoop (Elastic Map Reduce) - where to put ID to Name logic

Assume i have a product purchase analytics application. I store product purchase logs on Amazon S3, ingest with Amazon Elastic Map Reduce (HIVE script) and put into an Amazon DynamoDB table for BI ...
2
votes
1answer
84 views

Why does the Amazon .Net SDK not see any job flows?

My company has grown weary of constantly using the AWS console to setup our map reduce clusters and needs more configurability than the console provides. I'm using the .Net AWS SDK to write a simple ...
9
votes
1answer
208 views

Configuring external data source for Elastic MapReduce

We want to use Amazon Elastic MapReduce on top of our current DB (we are using Cassandra on EC2). Looking at the Amazon EMR FAQ, it should be possible: Amazon EMR FAQ: Q: Can I load my data from the ...
1
vote
0answers
322 views

Why are half of my “word count” Hadoop Reducer output files 0 bytes when run on AWS/EMR?

I have a set of data that is basically the Mapping results of a simple Word Count (text files w/ word & count pairs, tab delimited), and I need to reduce it. There's about 160 GB of data, ...
2
votes
1answer
815 views

importing compressed (lzo) data from s3 to hive

I export my DynamoDB tables to s3 as a means of backup (via EMR). When I export, I store the data as lzo compressed file. My hive query is below, but essentially I followed the "To export an Amazon ...
0
votes
2answers
523 views

Amazon Elastic MapReduce: Output directory

I'm running through Amazon's example of running Elastic MapReduce and keep getting hit with the following error: Error launching job , Output path already exists. Here is the command to run the ...
1
vote
2answers
950 views

Problems using distcp and s3distcp with my EMR job that outputs to HDFS

I've run a job on AWS's EMR, and stored the output in the EMR job's HDFS. I am then trying to copy the result to S3 via distcp or s3distcp, but both are failing as described below. (Note: the reason ...
1
vote
1answer
776 views

Where is my AWS EMR reducer output for my completed job (should be on S3, but nothing there)?

I'm having an issue where my Hadoop job on AWS's EMR is not being saved to S3. When I run the job on a smaller sample, the job stores the output just fine. When I run the same command but on my full ...
6
votes
3answers
429 views

Amazon Elastic Map Reduce for analyzing s3 logs

I am using EMR to analyze web nginx logs. But I need to process the logs so that it can fall into rows and columns in order to make it easy for querying. Thus i made two tables - rawlog, processedlog ...
2
votes
1answer
289 views

Amazon EMR: Configuring storage on data nodes

I'm using Amazon EMR and I'm able to run most jobs fine. I'm running into a problem when I start loading and generating more data within the EMR cluster. The cluster runs out of storage space. Each ...
7
votes
2answers
514 views

How can I wait for completion of an Elastic MapReduce job flow in a Java application?

Recently I've been working with Amazon Web Services (AWS) and I've noticed there is not much documentation on the subject, so I added my solution. I was writing an application using Amazon Elastic ...
1
vote
2answers
359 views

File not cacheing on AWS Elastic Map Reduce

I'm running the following MapReduce on AWS Elastic MapReduce: ./elastic-mapreduce --create --stream --name CLI_FLOW_LARGE --mapper s3://classify.mysite.com/mapper.py --reducer ...
8
votes
1answer
680 views

Elastic Mapreduce Map output lost

I'm running a large (more than 100 nodes) series of mapreduce jobs on Amazon Elastic MapReduce. In the reduce phase, already-completed map tasks keep failing with Map output lost, rescheduling: ...
3
votes
1answer
513 views

Why don't EMR instances have as many reducers as mappers?

By default during an EMR job, instances are configured to have fewer reducers than mappers. But the reducers aren't given any extra memory so it seems like they should be able to have the same ...
0
votes
1answer
146 views

Performance Impact on Elastic Map reduce for Scale Up vs Scale Out scenario's

I just ran Elastic Map reduce sample application: "Apache Log Processing" Default: When I ran with default configuration (2 Small sized Core instances) - it took 19 minutes Scale Out: Then I ran it ...

1 2