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

Feature/dev check #276

Closed
wants to merge 5 commits into from
Closed

Commits on Jun 6, 2018

  1. Madpack: Add dev-check and a compact install-check.

    - The current install check is expensive since it runs various hyper param
    permutations for all MADlib modules. This commits moves all of those
    tests to dev-check, which can be used by developers for iterating
    faster. We have now created watered down install-check for each module,
    which just runs one  hyper-param combination for each MADlib function,
    and does not do any asserts.
    - This commit also includes changes in madpack to add a new madpack
      option for dev-check.
    
    TODO:
    - complete trimming install check for all modules.
    - update documentation for developer consumption.
    
    Co-authored-by: Arvind Sridhar <asridhar@pivotal.io>
    njayaram2 and ArvindSridhar committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    50a35b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Install-Check: Add new IC files for the lightweight testing

    Co-authored-by: Orhan Kislal <okislal@pivotal.io>
    2 people authored and njayaram2 committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d6c7834 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Install-check: Consolidate multiple install check files

    Address review comments.
    Remove pmml install-check (keep the dev-check).
    
    Co-authored-by: Arvind Sridhar <asridhar@pivotal.io>
    orhankislal and ArvindSridhar committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    93b4c91 View commit details
    Browse the repository at this point in the history
  2. Install-check: Fix madlib schema bug in kmeans

    Signed-off-by: Orhan Kislal <okislal@pivotal.io>
    ArvindSridhar authored and orhankislal committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    86f704f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Update pom.xml

    Signed-off-by: Arvind Sridhar <asridhar@pivotal.io>
    orhankislal authored and ArvindSridhar committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    4e5a30c View commit details
    Browse the repository at this point in the history