GithubHelp home page GithubHelp logo

akshay-sri123 / spark-submit-app-id-wrapper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gak/spark-submit-app-id-wrapper

0.0 2.0 0.0 23 KB

A wrapper around spark-submit to intercept and extract the appliation id from stderr.

License: Apache License 2.0

Python 100.00%

spark-submit-app-id-wrapper's Introduction

spark-submit application id wrapper

Overview

A wrapper around spark-submit, specifically tested with YARN, to intercept and extract the appliation id from stderr. Once the application id is detected, it prints it to stderr, exits with a return code of 0, so that your calling script can process it.

Usage

The log output is at the same time redirected to stdout, so you can still see what is happening if needed.

The arguments to the app is your spark-submit command, e.g.:

# ssaiw spark-submit --master yarn-cluster --class etc etc > /dev/null
application_1448925599375_0050

Note the redirect to /dev/null to not show the spark-submit logs, and only display the application id.

Installation

pip install spark-submit-app-id-wrapper

Notes

There is no timeout functionality at the moment.

spark-submit-app-id-wrapper's People

Contributors

gak avatar

Watchers

James Cloos avatar Akshay Srivastava 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.