Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report driver memory statistics with QuboleJobListener #37

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on May 21, 2019

  1. Added driver metrics: maxHeapCommited, maxHeapUsed, heapMax, totalCPU…

    …Time, totalGCTime, totalGCCount
    Mayur Bhosale committed May 21, 2019
    Configuration menu
    Copy the full SHA
    60b82a3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Moved Driver Metrics to separate class

    Mayur Bhosale committed May 22, 2019
    Configuration menu
    Copy the full SHA
    3f9f68a View commit details
    Browse the repository at this point in the history
  2. nit

    Mayur Bhosale committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b882c3a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. styling, import fixes

    Mayur Bhosale committed May 23, 2019
    Configuration menu
    Copy the full SHA
    ac626f9 View commit details
    Browse the repository at this point in the history
  2. fixes in formatting

    Mayur Bhosale committed May 23, 2019
    Configuration menu
    Copy the full SHA
    66b7356 View commit details
    Browse the repository at this point in the history
  3. fixed wrong assignment to the metrics

    Mayur Bhosale committed May 23, 2019
    Configuration menu
    Copy the full SHA
    f9fc58d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Commit 2

    Mayur Bhosale committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    e691d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Added a generic framework to make it easier to add new metrices to sp…

    …arklens
    Mayur Bhosale committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    a062a24 View commit details
    Browse the repository at this point in the history
  2. Fix the driver CPU time collection calculation

    Mayur Bhosale committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6f2d0e2 View commit details
    Browse the repository at this point in the history