Spring for Apache Hadoop

org.springframework.yarn.am
Interface AppmasterTrackService

All Known Implementing Classes:
UrlAppmasterTrackService

public interface AppmasterTrackService

Generic interface for Hadoop Yarn Track Service running inside Application Master.

Author:
Janne Valkealahti

Method Summary
 java.lang.String getTrackUrl()
          Gets a url of this track service.
 

Method Detail

getTrackUrl

java.lang.String getTrackUrl()
Gets a url of this track service.

Returns:
the track service url.

Spring for Apache Hadoop