Tabnine Logo
AMRMClient.serviceStop
Code IndexAdd Tabnine to your IDE (free)

How to use
serviceStop
method
in
org.apache.hadoop.yarn.client.api.AMRMClient

Best Java code snippets using org.apache.hadoop.yarn.client.api.AMRMClient.serviceStop (Showing top 4 results out of 315)

origin: io.hops/hadoop-yarn-client

@Override
protected void serviceStop() throws Exception {
 if (this.rmClient != null) {
  RPC.stopProxy(this.rmClient);
 }
 super.serviceStop();
}

origin: ch.cern.hadoop/hadoop-yarn-client

@Override
protected void serviceStop() throws Exception {
 if (this.rmClient != null) {
  RPC.stopProxy(this.rmClient);
 }
 super.serviceStop();
}

origin: org.apache.hadoop/hadoop-yarn-client

@Override
protected void serviceStop() throws Exception {
 if (this.rmClient != null) {
  RPC.stopProxy(this.rmClient);
 }
 super.serviceStop();
}
origin: com.github.jiayuhan-it/hadoop-yarn-client

@Override
protected void serviceStop() throws Exception {
 if (this.rmClient != null) {
  RPC.stopProxy(this.rmClient);
 }
 super.serviceStop();
}

org.apache.hadoop.yarn.client.apiAMRMClientserviceStop

Popular methods of AMRMClient

  • addContainerRequest
    Request containers for resources before calling allocate
  • registerApplicationMaster
    Register the application master. This must be called before any other interaction
  • unregisterApplicationMaster
    Unregister the application master. This must be called in the end.
  • updateBlacklist
    Update application's blacklist with addition or removal resources.
  • init
  • releaseAssignedContainer
    Release containers assigned by the Resource Manager. If the app cannot use the container or wants to
  • removeContainerRequest
    Remove previous container request. The previous container request may have already been sent to the
  • start
  • stop
  • createAMRMClient
    Create a new instance of AMRMClient. For usage: AMRMClient.createAMRMClientContainerRequest()
  • getAvailableResources
    Get the currently available resources in the cluster. A valid value is available after a call to all
  • getClusterNodeCount
    Get the current number of nodes in the cluster. A valid values is available after a call to allocate
  • getAvailableResources,
  • getClusterNodeCount,
  • getMatchingRequests,
  • serviceInit,
  • serviceStart,
  • waitFor,
  • allocate,
  • addSchedulingRequests,
  • getRegisteredTimelineV2Client

Popular in Java

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now