Skip to content

Instantly share code, notes, and snippets.

@markmo
Created March 12, 2016 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markmo/84c4fa00a7e03f673d62 to your computer and use it in GitHub Desktop.
Save markmo/84c4fa00a7e03f673d62 to your computer and use it in GitHub Desktop.
DemoSpec
/**
* Created by markmo on 20/01/2016.
*/
class DemoSpec extends UnitSpec {
"Data" should "be processed" in {
val demo = sqlContext.read.load(s"$BASE_URI/$LAYER_RAW/Customer_Demographics.parquet")
val tx = sqlContext.read.load(s"$BASE_URI/$LAYER_RAW/Customer_Transactions.parquet")
//val hub = sqlContext.read.load(s"$BASE_URI/$LAYER_ACQUISITION/customer_hub/history.parquet")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment