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

Compare with Current View Page History

« Previous Version 5 Next »

Title : Sqoop Config as a Top Level Entity 

JIRA: https://issues.apache.org/jira/browse/SQOOP-1516

Summary

This is an enhancement proposal to the existing functionality ( command line and rest apis)  to support reuse of config objects by providing hooks to perform RUD operations on the config objects. 

Background

Sqoop has a configurable entity that provide config objects. Connector and Driver are the the two examples.

Requirements

 

 

Design

Shell Commands

 

Rest API 

GET
v1/config/link?configurableId=?&direction ( get all the config details for the given configurable )

POST
v1/config/link?configurableId=?&direction ( post data for the link config object)

Testing

 

 

 

  • No labels