We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15f52f commit 393dbe1Copy full SHA for 393dbe1
loading.rst
@@ -25,7 +25,7 @@ To load graph from `CSV`_ file you must use `CSV implementation`_ of `GraphLoade
25
import ml.sparkling.graph.loaders.csv.GraphFromCsv.CSV
26
import org.apache.spark.SparkContext
27
28
- implicit ctx:SparkContext=???
+ implicit val ctx:SparkContext=???
29
// initialize your SparkContext as implicit value so it will be passed automatically to graph loading API
30
31
val filePath="your_graph_path.csv"
0 commit comments