congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
DefaultSparkManager
Code IndexAdd Tabnine to your IDE (free)

How to use
DefaultSparkManager
in
co.cask.cdap.test

Best Java code snippets using co.cask.cdap.test.DefaultSparkManager (Showing top 6 results out of 315)

origin: co.cask.cdap/cdap-test

@Override
public URL getServiceURL() {
 return getServiceURL(1, TimeUnit.SECONDS);
}
origin: cdapio/cdap

@Override
public boolean isRunning() {
 // workaround until CDAP-7479 is fixed
 return super.isRunning() || !getHistory(ProgramRunStatus.RUNNING).isEmpty();
}
origin: caskdata/cdap

@Override
public SparkManager getSparkManager(String jobName) {
 return new DefaultSparkManager(application.spark(jobName), this, discoveryServiceClient);
}
origin: co.cask.cdap/cdap-test

@Override
public boolean isRunning() {
 // workaround until CDAP-7479 is fixed
 return super.isRunning() || !getHistory(ProgramRunStatus.RUNNING).isEmpty();
}
origin: co.cask.cdap/cdap-unit-test

@Override
public SparkManager getSparkManager(String jobName) {
 return new DefaultSparkManager(application.spark(jobName), this, discoveryServiceClient);
}
origin: cdapio/cdap

@Override
public URL getServiceURL() {
 return getServiceURL(1, TimeUnit.SECONDS);
}
co.cask.cdap.testDefaultSparkManager

Javadoc

A default implementation of SparkManager.

Most used methods

  • <init>
  • getHistory
  • getServiceURL

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setRequestProperty (URLConnection)
  • getSystemService (Context)
  • addToBackStack (FragmentTransaction)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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