[ https://issues.apache.org/jira/browse/AMBARI-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613365#comment-13613365
]
Jaimin D Jetly commented on AMBARI-1708:
----------------------------------------
puppet/modules/hdp-hadoop/templates/health_check.erb at line 56 uses hard-coded taskTracker
port. Please use the Jobtracker port variable name instead of the hardcoded value.
> Remove all hardcoded ports from agent scripts to read from configs
> ------------------------------------------------------------------
>
> Key: AMBARI-1708
> URL: https://issues.apache.org/jira/browse/AMBARI-1708
> Project: Ambari
> Issue Type: Task
> Components: agent
> Affects Versions: 1.3.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 1.3.0
>
> Attachments: AMBARI-1708-2.patch, AMBARI-1708.patch
>
>
> Currently the ports are hard-coded all over the place in agent scripts.
> E.g.:-
> ("NAMENODE", "50070");
> ("DATANODE", "50075");
> ("JOBTRACKER", "50030");
> ("TASKTRACKER", "50060");
> ("HBASE_MASTER", "60010");
> ("HBASE_REGIONSERVER", "60030");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|