Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

The Cask Data Application Platform (CDAP) enables Microservices through an HTTP interface for multitude of purposes: from deploying custom applications through checking the status of system and custom CDAP services. V3 of the Microservices includes the namespacing of applications, data, and metadata to achieve application and data isolation. This is an initial step towards introducing multi-tenancy into CDAP.

Introduction

  • Introduction: conventions, converting from CDAP Microservices v2, naming restrictions, status codes, and working with CDAP security

General APIs

  • Namespace: creating and managing namespaces

  • Metadata: setting, retrieving, and deleting user metadata annotations

  • Preferences: setting, retrieving, and deleting preferences

  • Configuration: retrieving the CDAP and HBase configurations

  • Security: granting, revoking and listing privileges on CDAP entities, managing secure storage

  • Transactions: interacting with the transaction service

Major CDAP Entities APIs

  • Artifact: deploying artifacts and retrieving details about plugins available to artifacts and classes contained within artifacts

  • Lifecycle: deploying and managing applications, and managing the lifecycle of MapReduce programs, Spark programs, workflows, and custom services

  • Profile: management of cloud runtime profiles

  • Dataset: interacting with datasets, dataset modules, and dataset types

  • Service: supports making requests to the methods of an application’s services

  • Workflow: retrieving values from workflow tokens and statistics on workflow runs

Logging, Metrics, and Monitoring APIs

  • Logging: retrieving application logs

  • Metrics: retrieving metrics for system and user applications (user-defined metrics)

  • Monitor: checking the status of various system and custom CDAP services

  • Dashboard: check in real time status of past program runs and predict future resource usage

  • Reports: generate reports to understand and monitor program runs and their performance

  • No labels