This shouldn't really interfere with your development. You may try to
exclude it from Eclipse's build, perhaps.
On Sat, Mar 19, 2011 at 1:39 AM, bikash sharma wrote:
> Hi,
> When I am compiling MapReduce source code after checking-in Eclipse, I am
> getting the following error:
>
> The declared p
Hudson should cover fault inject compilation
-
Key: HADOOP-7200
URL: https://issues.apache.org/jira/browse/HADOOP-7200
Project: Hadoop Common
Issue Type: Task
Reporter: Eli Collins
C
Hi,
When I am compiling MapReduce source code after checking-in Eclipse, I am
getting the following error:
The declared package "" does not match the expected package "testjar"
ClassWithNoPackage.java Hadoop-MR/src/test/mapred/testjar
Any thoughts?
Thanks,
Bikash
Hi, bikash
I also worked on this several months ago,
If I don't have a wrong memory, the involved files should be:
JobTracker.java, TaskTracker.java,
the most interesting functions should be JobTracker.heartbeat(), and
TaskTracker.transmitHeartbeat(), I think you will also need to add more
membe
Hi,
For my research project, I need to modify Hadoop JobTracker to collect some
statistics of TaskTracker nodes.
For example, I would like to piggy-back heartbeat messages sent from
TaskTrackers to JobTracker with some extra information related to the
resource utilization and other statistics.
I am