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

Unified Dockerfile Image for Spark Jobs #174

Merged
merged 2 commits into from
Mar 8, 2023

Commits on Mar 7, 2023

  1. Unified Dockerfile Image for Spark Jobs

        Currently Theia supports separate dockerfiles for anomalydetector
    and policyrecommendation, this PR helps unify these dockerfiles
    resulting into lesser storage space.
        Unified Dockerimage now uses 1.4 GB of image space than earlier
    2.4GB combined
        Spark Jobs constants have been moved under utils.go in order to
    avoid duplicacy of constants
    
    Solve #161
    
    Signed-off-by: Tushar Tathgur <[email protected]>
    Tushar Tathgur authored and Tushar Tathgur committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    05d77bd View commit details
    Browse the repository at this point in the history
  2. Addressed comments for Unified Dockerfile

    Signed-off-by: Tushar Tathgur <[email protected]>
    Tushar Tathgur authored and Tushar Tathgur committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    557cd9a View commit details
    Browse the repository at this point in the history