| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
256 (0.093s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] - Establish YARN as a sub-project of Apache Hadoop - Hadoop - [mail # general]
|
|
...I personally am +1 for only pulling over committers from MR that have been active on YARN. Like Arun said YARN is new code and not everything in MR applies directly to YARN or vise ver...
|
|
|
Author: Robert Evans,
2012-08-14, 18:27
|
|
|
Re: Hadoop : java.lang.ClassCastException: org.apache.hadoop.io.LongWritable cannot be cast to org.apache.hadoop.io.Text - Hadoop - [mail # user]
|
|
...The default text input format has a key of a LongWritable that is the offset into the file. The value is the full line. On 8/2/12 2:59 PM, "Harit Himanshu" wrote: ...
|
|
|
Author: Robert Evans,
2012-08-02, 20:09
|
|
|
Re: Using REST to get ApplicationMaster info (Issue solved) - Hadoop - [mail # user]
|
|
...Yes you are right. If it is true by default we probably want to update the documentation for the web services to indicate this. Could you file a JIRA for improving that documenta...
|
|
|
Author: Robert Evans,
2012-07-27, 16:08
|
|
|
Re: [VOTE] - Establish YARN as a sub-project of Apache Hadoop - Hadoop - [mail # general]
|
|
...+1 On 7/26/12 10:24 PM, "Arun C Murthy" wrote: ...
|
|
|
Author: Robert Evans,
2012-07-27, 13:33
|
|
|
Re: Using REST to get ApplicationMaster info (Issue solved) - Hadoop - [mail # user]
|
|
...OK I think I understand it now. You probably have ACLs enabled, but no web filter on the RM to let you sign in as a given user. As such the default filter is making you be Dr. Wh...
|
|
|
Author: Robert Evans,
2012-07-26, 18:29
|
|
|
Re: MultithreadedMapper - Hadoop - [mail # dev]
|
|
...In general multithreaded does not get you much in traditional Map/Reduce. If you want the mappers to run faster you can drop the split size and get a similar result, because you get more par...
|
|
|
Author: Robert Evans,
2012-07-26, 14:42
|
|
|
Re: [DISCUSS] - YARN as a sub-project of Apache Hadoop - Hadoop - [mail # general]
|
|
...+1 for what Aaron said. The projects are not ready to split yet. MAPREDUCE-3300 for example. YARN cannot display a UI for aggregated container logs unless we also have the MR His...
|
|
|
Author: Robert Evans,
2012-07-26, 14:28
|
|
|
Re: [VOTE] Release hadoop-2.0.1-alpha - Hadoop - [mail # general]
|
|
...I ran some tests on the binary release on a small cluster (no security). Everything went fine. +1 On 7/26/12 8:40 AM, "Tom White" wrote: ...
|
|
|
Author: Robert Evans,
2012-07-26, 13:58
|
|
|
Re: Using REST to get ApplicationMaster info (Issue solved) - Hadoop - [mail # user]
|
|
...Hmm, that is very odd. It only checks the user if security is enabled to warn the user about potentially accessing something unsafe. I am not sure why that would cause an issue. ...
|
|
|
Author: Robert Evans,
2012-07-25, 20:10
|
|
|
Re: (Repost) Using REST to get ApplicationMaster info - Hadoop - [mail # user]
|
|
...I am sorry it has taken me so long to respond. Work has been crazy :). I really am at a loss right now why you are getting the connection refused error. The error is happening be...
|
|
|
Author: Robert Evans,
2012-07-25, 20:08
|
|
|
|