radon-h2020 / radon-particles

TOSCA definitions repository for the RADON project
Apache License 2.0
12 stars 30 forks source link

New AWS EMR Activity Node Type for Data Analytics #77

Closed Deepsubhra closed 3 years ago

Deepsubhra commented 3 years ago

New TOSCA node type is added, listed below:

AWSEMRactivity Under radon.nodes.datapipeline.Standalone Namespace

Short Description of the created node type:

AWSEMRactivity: Using this AWSEMRactivity node type users can create and configure the AWS data pipeline processors for data analytics by mentioning the following properties: log_directory, dp_name, myEMRReleaseLabel, myMasterInstanceType, sns_arn_topic, myEmrStep, myCoreInstanceCount, myCoreInstanceType, edit_schedule, myApplications, log_bucket .

One service template Example has been created and added with the node type mentioned above to check, node type is working well or not.

That service template is under radon.blueprints.examples named as AWS_EMR_Example .

Tested with this command : curl -d "" http://{{My IP}}:{{Port}}/winery/admin/repository/touch with No error.

This is the part of UTR contribution.

miwurster commented 3 years ago

I'll merge it once you resolved the conflict with master.

Deepsubhra commented 3 years ago

Resolved