Re: Having problem to run hadoop with a jar file

2012-04-12 Thread Bernd Fondermann
Hi, verify that port 9001 is actually a RPC port that Hadoop uses for communication. A common error is to specify the port where Hadoop's WebUIs are running. There, HTTP is served, not the Hadoop RPC protocol. In short: check you are using the right port in all XML config properties and in-c

[jira] [Created] (HADOOP-8264) Remove irritating double double quotes in front of hostname

2012-04-10 Thread Bernd Fondermann (Created) (JIRA)
Affects Versions: 0.23.2 Reporter: Bernd Fondermann Fix For: 0.23.2 The attached patch fixes display of destination port from ""hostname" to "hostname" -- This message is automatically generated by JIRA. If you think it was sent incorrectly,

Re: HDFS-724 not fixed in 0.20.205.0?

2012-01-18 Thread Bernd Fondermann
particular branch intentionally. Bernd Nathan On 1/18/12 9:29 AM, "Bernd Fondermann" wrote: Hi, The release notes and JIRA indicate that HDFS-724 is fixed in 0.20.205.0. Unfortunately, I think I'm running into this issue on a 20.205 deployment. From my copy of the released 20.2

HDFS-724 not fixed in 0.20.205.0?

2012-01-18 Thread Bernd Fondermann
Hi, The release notes and JIRA indicate that HDFS-724 is fixed in 0.20.205.0. Unfortunately, I think I'm running into this issue on a 20.205 deployment. From my copy of the released 20.205 code I could not verify that it contains the related patches. Is it that the fix somehow actually misse

Re: Chukwa setup issues

2011-04-01 Thread Bernd Fondermann
[to: chukwa-user, cc: common-dev] Chukwa has its own mailing lists now. Your question is better addressed there. Bernd On 01.04.11 22:09, bikash sharma wrote: > Hi, > I am trying to setup Chukwa for a 16-node Hadoop cluster. > I followed the admin guide - > http://incubator.apache.org/chukwa/d

[jira] Created: (HADOOP-7098) tasktracker property not set in conf/hadoop-env.sh

2011-01-11 Thread Bernd Fondermann (JIRA)
Affects Versions: 0.20.2, 0.21.1, 0.22.0 Reporter: Bernd Fondermann For all cluster components, except TaskTracker the OPTS environment variable is set like this in hadoop-env.sh: export HADOOP__OPTS="-Dcom.sun.management.jmxremote $HADOOP__OPTS" The provided patch