Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1 KB

File metadata and controls

27 lines (21 loc) · 1 KB

GraphFrame

  • it's Dataframe version of GraphX(which is used with RDD)
  • currently partitioning missing on 0.8.0 version

Docs

Configuration

park-shell --packages graphframes:graphframes:0.6.0-spark2.3-s_2.11

add dependency (for IDE to recognize library)

repo : https://repos.spark-packages.org/ - for Big Data Tools. it's not working if doesn't add this.

libraryDependencies += "graphframes" % "graphframes" % "0.8.1-spark3.0-s_2.12"