Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 11 (3.155s).
Loading phrases to help you
refine your search...
[MAPREDUCE-5247] FileInputFormat should filter files with '._COPYING_' sufix - MapReduce - [issue]
...FsShell copy/put creates staging files with '.COPYING' suffix.  These files should be considered hidden by FileInputFormat.  (A simple fix is to add the following conjunct to the e...
http://issues.apache.org/jira/browse/MAPREDUCE-5247    Author: Stan Rosenberg, 2013-05-14, 16:38
Re: task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...Hi,  As I suspected, cache files are symlinked after a child JVM is started:  TaskRunner.setupWorkDir is being called from org.apache.hadoop.mapred.Child.main. This is unfortunate ...
   Author: Stan Rosenberg, 2013-01-18, 01:28
Re: task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...Hi,  I am back with my original problem.  I am trying to bootstrap child JVM via -javaagent.  I am doing what Harsh and Arun suggested, which also agrees with the documentatio...
   Author: Stan Rosenberg, 2013-01-17, 19:32
Re: Hadoop examples don't compile in Eclipse - MapReduce - [mail # user]
...Hi Mark,  Make sure that you enable java 1.6 for your project.  More info is available here: http://stackoverflow.com/questions/987973/why-does-eclipse-complain-about-override-on-i...
   Author: Stan Rosenberg, 2012-09-04, 02:42
Re: Log file parsing - MapReduce - [mail # user]
...org.apache.hadoop.mapred.DefaultJobHistoryParser is a good place to start.  On Fri, Aug 17, 2012 at 12:29 AM, Hank Cohen  wrote:...
   Author: Stan Rosenberg, 2012-08-17, 16:59
Re: task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...On Fri, Aug 3, 2012 at 4:19 PM, Arun C Murthy  wrote:  Yep, that should work. Thanks!...
   Author: Stan Rosenberg, 2012-08-03, 20:57
Re: task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...On Fri, Aug 3, 2012 at 1:31 PM, Harsh J  wrote:  The fact that jvm is executed relative to task's cwd completely escaped me :) Thanks for the clarification! It should definitely wo...
   Author: Stan Rosenberg, 2012-08-03, 18:32
Re: task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...Arun,  I don't believe the symlink is of help.  The symlink is created in the task's current working directory (cwd), but I don't know what cwd is when I launch with 'hadoop jar .....
   Author: Stan Rosenberg, 2012-08-03, 16:32
Re: task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...I am guessing this is either a well-known problem or an edge case.  In any case, would it be a bad idea to designate predetermined output paths? E.g., DistributedCache.addCacheFileInto(...
   Author: Stan Rosenberg, 2012-07-31, 15:55
task jvm bootstrapping via distributed cache - MapReduce - [mail # user]
...Hi,  I am seeking a way to leverage hadoop's distributed cache in order to ship jars that are required to bootstrap a task's jvm, i.e., before a map/reduce task is launched. As a concre...
   Author: Stan Rosenberg, 2012-07-30, 22:23
Sort:
project
Pig (64)
Hadoop (18)
MapReduce (11)
Kafka (6)
Hive (2)
type
mail # user (10)
issue (1)
date
last 7 days (1)
last 30 days (1)
last 90 days (1)
last 6 months (3)
last 9 months (11)
author
Harsh J (1034)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (345)
Todd Lipcon (282)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (173)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (146)
Tom White (138)
Aaron Kimball (131)
Stan Rosenberg