Member since
08-09-2019
3
Posts
0
Kudos Received
0
Solutions
07-09-2019
02:57 PM
Hi! Can you please add --jars config-<version>.jar to your spark-submit? You can find the jar in this path: .ivy2>cache>com.typesafe>config>bundles Thanks!
... View more
07-04-2018
12:25 PM
val sc: SparkContext // An existing SparkContext.
val sqlContext = new org.apache.spark.sql.SQLContext(sc)
val rd = sqlContext.read.json("user/root/Example2.JSON")
... View more