Created
May 10, 2018 00:23
-
-
Save asgillmor/be257a57a0b6019dfd29d2d514340d28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@pytest.fixture() | |
def business_rdd(spark_context): | |
return spark_context.parallelize(business_table_data, 1).map(parse_line) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment