| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
173 (0.183s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hadoop overhead - Hadoop - [mail # user]
|
|
...By default, for each task hadoop will create a new jvm process which will be the major cost in my opinion. You can customize configuration to let tasktracker reuse the jvm to eliminate the o...
|
|
|
Author: Jeff Zhang,
2010-04-08, 14:37
|
|
|
Re: Distributed hadoop setup 0 live datanode problem in cluster - Hadoop - [mail # user]
|
|
...Can you post your namenode's log ? It seems that your data node can not connect to the name node. On Wed, Mar 17, 2010 at 2:43 PM, William Kang wrote: Best Regards ...
|
|
|
Author: Jeff Zhang,
2010-03-17, 07:14
|
|
|
How to let hadoop able to create new file in the task attempt working directory - Hadoop - [mail # user]
|
|
...Hi all, It seems that defaultly hadoop do not allow me to create new file in task attempt working directory, (It will throws exception when I create file in mapper class). So is there ...
|
|
|
Author: Jeff Zhang,
2010-03-16, 14:27
|
|
|
Re: Executing jobs with other users - Hadoop - [mail # user]
|
|
...Of course, as long as the other user is in the same user group as the hadoop user. On Wed, Mar 10, 2010 at 6:10 AM, Edson Ramiro wrote: Best Regards Jeff Zha...
|
|
|
Author: Jeff Zhang,
2010-03-10, 14:44
|
|
|
Re: Hadoop as master's thesis - Hadoop - [mail # user]
|
|
...So you do not have a topic for your thesis yet ? I think the topic depends on your background, if you have machine learning experience, I suggest you can try to use hadoop to implement some ...
|
|
|
Author: Jeff Zhang,
2010-03-01, 14:15
|
|
|
Re: Add File Header Using FileOutputFormat - Hadoop - [mail # user]
|
|
...write the header in setup method if you are using new hadoop API. On Sun, Feb 28, 2010 at 1:26 PM, Song Liu wrote: Best Regards Jeff Zhang...
|
|
|
Author: Jeff Zhang,
2010-03-01, 01:00
|
|
|
Re: How Hadoop Works?? - Hadoop - [mail # dev]
|
|
...No, Hadoop do not use Lucene. And do you mean slor combine the Lucene and Hadoop ? On Fri, Feb 26, 2010 at 2:52 PM, wrote: Best Regards Jeff Zhang...
|
|
|
Author: Jeff Zhang,
2010-02-26, 07:34
|
|
|
Re: How do I get access to the Reporter within Mapper? - Hadoop - [mail # user]
|
|
...You can use the Context for incrementing Counter or heartbeat. On Wed, Feb 24, 2010 at 7:31 AM, Raymond Jennings III <[EMAIL PROTECTED] Best Regards Jeff Zhang...
|
|
|
Author: Jeff Zhang,
2010-02-24, 15:49
|
|
|
Re: Job Tracker questions - Hadoop - [mail # user]
|
|
...This is the sample code for get the counters for one specified job ( I have tested it on my cluster). What you need to change is the jobtracker address and jobID. Remember to put this ...
|
|
|
Author: Jeff Zhang,
2010-02-24, 02:49
|
|
|
Re: OutOfMemoryError of PIG job (UDF loads big file) - Hadoop - [mail # user]
|
|
...Hi Jiang, you should set property *mapred.child.java.opts* in mapred-site.xml to increase the memeory as following: mapred.child.java.opts &nb...
|
|
|
Author: Jeff Zhang,
2010-02-23, 02:13
|
|
|
|