Re: Reg:- Py4JError in Windows 10 with Spark

2018-06-06 Thread Jay
Are you running this in local mode or cluster mode ? If you are running in cluster mode have you ensured that numpy is present on all nodes ? On Tue 5 Jun, 2018, 2:43 AM @Nandan@, wrote: > Hi , > I am getting error :- > > --

Reg:- Py4JError in Windows 10 with Spark

2018-06-05 Thread @Nandan@
Hi , I am getting error :- --- Py4JError Traceback (most recent call last) in () 3 TOTAL = 100 4 dots = sc.parallelize([2.0 * np.random.random(2) - 1.0 for i in range( TOTAL)]).cache() > 5 print("Number of random poin