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
    
  
  
    
  | /*---------------------------- GeoSpark 0.6 (or later) Scala API usage ----------------------------*/ | |
| /* | |
| * If you are writing GeoSpark program in Spark Scala Shell, no need to declare the Spark Context by yourself. | |
| * If you are writing a self-contained GeoSpark Scala program, please declare the Spark Context as follows and | |
| * stop it at the end of the entire program. | |
| */ | |
| import org.apache.spark.SparkContext | |
| import org.apache.spark.SparkConf | |
| import org.apache.spark.storage.StorageLevel; |