Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 171 to 180 from 204 (0.262s).
Loading phrases to help you
refine your search...
Hadoop Mavenization - HADOOP-6671 - Hadoop - [mail # general]
...After some work (much more than expected) and several iterations with folks in the JIRA, HADOOP-6671 (https://issues.apache.org/jira/browse/HADOOP-6671) should be ready for prime time. Thank...
   Author: Alejandro Abdelnur, 2011-07-20, 22:03
Re: run hadoop directly out of trunk checkout? - Hadoop - [mail # dev]
...Eric,  Yesterday I was trying the same, I've used the script from HADOOP-6846 (after doing a s/mapred/mapreduce/g)  then I had to add the hadoop-*JARs to the classpath  then w...
   Author: Alejandro Abdelnur, 2011-06-21, 22:02
Re: HADOOP-7106 (project unsplit) this weekend - Hadoop - [mail # general]
...On Mon, Jun 13, 2011 at 10:01 AM, Todd Lipcon  wrote:    That sounds just right!  Thxs.  Alejandro...
   Author: Alejandro Abdelnur, 2011-06-13, 17:04
Re: EXT :Re: Problem running a Hadoop program with external libraries - Hadoop - [mail # user]
...Why don't you put your native library in HDFS and use the DistributedCache to make them avail to the tasks. For example:  Copy 'foo.so' to 'hdfs://localhost:8020/tmp/foo.so', then added...
   Author: Alejandro Abdelnur, 2011-03-05, 11:47
Re: Accessing Hadoop using Kerberos - Hadoop - [mail # user]
...Hadoop UserGroupInformation class looks into the OS Kerberos cache for user to use.  I guess you'd had to do the kerberos authentication making sure the kerberos cache is used and then ...
   Author: Alejandro Abdelnur, 2011-01-13, 06:32
Re: Accessing Hadoop using Kerberos - Hadoop - [mail # user]
...If you kinit-ed successfully you are done.  The hadoop libraries will do the trick of authenticating the user against Hadoop.  Alejandro   On Thu, Jan 13, 2011 at 12:46 PM, Mu...
   Author: Alejandro Abdelnur, 2011-01-13, 06:13
Re: how to run jobs every 30 minutes? - Hadoop - [mail # user]
...Ed,  Actually Oozie is quite different from Cascading.  * Cascading allows you to write 'queries' using a Java API and they get translated into MR jobs. * Oozie allows you compose ...
   Author: Alejandro Abdelnur, 2010-12-14, 09:30
Re: Multiple hadoop configurations - Hadoop - [mail # general]
...Deepika,  If both of your clusters run the same version of Hadoop, then -as Konstantin suggested- you could use Oozie. Oozie does not rely on local Hadoop configuration files to determi...
   Author: Alejandro Abdelnur, 2010-12-10, 01:16
Re: how to run jobs every 30 minutes? - Hadoop - [mail # user]
...Or, if you want to do it in a reliable way you could use an Oozie coordinator job.  On Wed, Dec 8, 2010 at 1:53 PM, edward choi  wrote:...
   Author: Alejandro Abdelnur, 2010-12-08, 08:19
Re: HDFS Rsync process?? - Hadoop - [mail # user]
...The other approach, if the DR cluster is idle or has enough excess capacity, would be running all the jobs on the input data in both clusters and perform checksums on the outputs to ensure e...
   Author: Alejandro Abdelnur, 2010-11-30, 11:18
Sort:
project
Hadoop (204)
MapReduce (124)
HDFS (55)
HBase (14)
Pig (11)
Hive (10)
Avro (4)
Sqoop (2)
Flume (1)
type
issue (64)
mail # dev (55)
mail # general (47)
mail # user (38)
date
last 7 days (1)
last 30 days (6)
last 90 days (19)
last 6 months (35)
last 9 months (204)
author
Harsh J (1379)
Steve Loughran (933)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (336)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Alejandro Abdelnur