Giter Site home page Giter Site logo

graadi / azure-databricks-jar-upload-jenkins-pipeline Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 93 KB

Jenkins pipeline to automate the deployment (upload) of a JAR executable file into Azure DataBricks, to be used on DataBricks pipelines processing.

Groovy 100.00%

azure-databricks-jar-upload-jenkins-pipeline's Introduction

Azure Databricks JAR executable artifact deployment pipeline

The pipeline automates the upload of an executable Java artifact into Azure DataBricks.

Azure Databricks comes with a CLI tool that provides a way to interface with resources in Azure Databricks. It’s built on top of the Databricks REST API and can be used with the Workspace, DBFS, Jobs, Clusters, Libraries and Secrets API

To install the CLI, you’ll need Python version 2.7.9 and above if you’re using Python 2 or Python 3.6 and above if you’re using Python 3.

# Create a virtual environment in which you can install the Databricks CLI.
virtualenv -p /usr/bin/python2.7 databrickscli
# switch to the virtual environment you created.
source databrickscli/bin/activate
# install the Databricks CLI.
pip install databricks-cli

Pipeline stages diagram as follows:

azure-databricks-jar-upload-jenkins-pipeline's People

Contributors

graadi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.