public void TestSparkFiles()
 {
     Assert.IsType <string>(SparkFiles.Get("people.json"));
     Assert.IsType <string>(SparkFiles.GetRootDirectory());
 }