Re: reg hadoop on AWS

2012-10-05 Thread Nitin Pawar
Hi Sudha, best way to use hadoop on aws is via whirr Thanks, nitin On Fri, Oct 5, 2012 at 4:45 PM, sudha sadhasivam sudhasadhasi...@yahoo.com wrote: Sir We tried to setup hadoop on AWS. The procedure is given. We face problem with the parameters needed for input and output files. Can

Re: reg hadoop on AWS

2012-10-05 Thread Michael Segel
Actually the best way to do it is to use EMR since everything is then built for you. On Oct 5, 2012, at 7:21 AM, Nitin Pawar nitinpawar...@gmail.com wrote: Hi Sudha, best way to use hadoop on aws is via whirr Thanks, nitin On Fri, Oct 5, 2012 at 4:45 PM, sudha sadhasivam

Pig query vs netezza

2012-10-05 Thread Abhishek
Hi all, Did any one compare the performance of querys written in. Hadoop-pig vs netezza Any Benchmark tests, on small data setComparing the performance between Hadoop-pig and netezza Regards Abhi Sent from my iPhone

Re: reg hadoop on AWS

2012-10-05 Thread Jane Wayne
i'm on windows using AWS EMR/EC2. i use the ruby client to manipulate AWS EMR. 1. spawn an EMR cluster. this should return a jobflow id (jobflow-id). ruby elastic-mapreduce --create --name j-med --alive --num-instances 10 --instance-type c1.medium 2. run a job. you need to describe the job

Re: setJarByClass method semantics

2012-10-05 Thread Harsh J
Looks at classpath, tries to find resource URL behind the provided class (looking specifically for jar resources), if found, sets as the job jar. Running with .class files doesn't work currently - and the job submits without a jar carrying the classes. This is typically what happens when you use