Re: graphframes on cluster

2017-09-22 Thread Imran Rajjad
sorry for posting without complete information I am connecting to spark cluster with the driver program as the backend of web application. This is intended to listen to job progress and some other work. Below is how I am connecting to the cluster sparkConf = new SparkConf().setAppName("isolated t

Re: graphframes on cluster

2017-09-20 Thread Felix Cheung
Could you include the code where it fails? Generally the best way to use gf is to use the --packages options with spark-submit command From: Imran Rajjad Sent: Wednesday, September 20, 2017 5:47:27 AM To: user @spark Subject: graphframes on cluster Trying to run