Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All program types have access to:

  • the cdap-api classes CDAP  classes CDAP API classes as classes as well as the libraries that cdap-api depends on:

    • io.cdap.cdap.cdap-api-common

    • com.google.code.findbugs.jsr305

    • com.google.code.gson.gson

    • org.slf4j.slf4j-api

    • org.apache.tephra.tephra-api

    • org.apache.twill.twill-api

    • javax.ws.rs.javax.ws.rs-api

    • junit.junit

  • the Hadoop classes (classes in the package org.apache.hadoop), with the exception of the HBase classes (classes in the package org.apache.hadoop.hbase). Transitive dependencies from Hadoop are not made available.

...