Skip to content

Commit 393dbe1

Browse files
authored
Update loading.rst
1 parent b15f52f commit 393dbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loading.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To load graph from `CSV`_ file you must use `CSV implementation`_ of `GraphLoade
2525
import ml.sparkling.graph.loaders.csv.GraphFromCsv.CSV
2626
import org.apache.spark.SparkContext
2727
28-
implicit ctx:SparkContext=???
28+
implicit val ctx:SparkContext=???
2929
// initialize your SparkContext as implicit value so it will be passed automatically to graph loading API
3030
3131
val filePath="your_graph_path.csv"

0 commit comments

Comments
 (0)