Coder Social home page Coder Social logo

hubot-qubole's Introduction

hubot-qubole

Interaction with Qubole Data Services APIs via Hubot framework

Configuration

  • Register the auth token value as an environment variables when starting your bot (as usual with Hubot scripts).

  • export HUBOT_QUBOLE_AUTH_TOKEN=your_auth_token

  • If you are not working on api.qubole.com, then you can override the api endpoint as well (optional)

  • export HUBOT_QUBOLE_BASE_URL=https://<env>.qubole.com/api/latest

If you are using Heroku to host your bot, replace export ... with heroku set:config ....

Adding to Your Hubot

See full instructions here.

  1. npm install hubot-qubole --save (updates your package.json file)
  2. Open the external-scripts.json file in the root directory (you may need to create this file) and add an entry to the array (e.g. [ 'hubot-qubole' ]).

Commands

  • hubot command <id> status - Display an overall status of a command
  • hubot cluster <id> status - Display the status of given cluster id
  • hubot cluster <id> nodes - Display the nodes information of given cluster id
  • hubot cluster <id> usage - Show the usage statistics for the given cluster id
  • hubot schedule <id> status - Display the status of given schedule id
  • hubot schedule <id> runs - Shows the last 10 run of a given schedule
  • hubot template <id> status - Display the status of given template id
  • hubot template <id> runs - Shows the last 10 run of a given template
  • hubot note <id> status - Display the status of a given notebook id
  • hubot qcuh - Shows the QCUH consumed in ongoing month

hubot-qubole's People

Contributors

msumit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.