Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Feature: Added custom scripts functionality for plugins with the cli(Deprecate custom scripts) #517

Merged
merged 16 commits into from
Apr 27, 2018

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented Apr 26, 2018

fix #441

Added ability to specify path to a script in cluster.yaml in plugins instead of custom-scripts
This will allow to deprecate custom-scripts

image

plugins
  - name: custom-tim  (Optional, for friendy name)
    script: ./custom-scripts/simple.sh
    target: spark-container (Optional)
    target_role: all-nodes (Optional)

@timotheeguerin timotheeguerin merged commit c98df7d into master Apr 27, 2018
@timotheeguerin timotheeguerin deleted the feature/plugins-custom-scripts branch April 27, 2018 17:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove custom scripts from repo
2 participants