herriot bug with getDaemonConf
------------------------------
Key: MAPREDUCE-1883
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1883
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: test
Environment: herriot dev
Reporter: Balaji Rajagopalan
I found this bug with getDaemonConf the interface method implemented by
JTProtocol and TTProtocol.
Configuration tConf = client.getProxy().getDaemonConf();
String reportAddress = tConf.get("mapred.task.tasker.report.address");
System.out.println(reportAddress);
It prints it out as 0:0:0:0:12345 instead of printing it as 0.0.0.0:12345, and
this issues needs to be fixed, somewhere is the wire the report address is
getting mangled.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.