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

Use SparkConf object to configure SparkContext #223

Merged
merged 1 commit into from
Apr 23, 2014

Commits on Apr 22, 2014

  1. Use SparkConf object to configure SparkContext

    The new Spark SparkConf object replaces the old configuration system that uses
    Java system properties and environment variables. SparkConf is thread-safe and
    self-contained. For now, SparkConf is constructed to honor the old system and
    environment properties. With time, we should change this behavior.
    
    One effect of this move to SparkConf is to prevent errors around binding a port
    for the SparkContext in each test case.
    
    This commit also fixes a race condition in GenotypePredicatesSuites.
    massie committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    12b5355 View commit details
    Browse the repository at this point in the history