Example #1
0
 /// <summary>
 /// Stop underlying SparkContext
 /// </summary>
 public void Stop()
 {
     sparkSessionProxy.Stop();
 }