Member since
02-22-2017
7
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4042 | 01-11-2017 05:36 PM |
11-09-2017
07:37 AM
I've discovered by painful experience that this might be caused by having more than one oracle java installed, and even worse, any version of openjdk java. Namely, make sure you have added the ca you used for the ssl to the java keystore of the java version you are using (you can find that out in process list). Also, make sure that keytool you are using is belonging to this version of java - so it's best to have only one version installed, or (if that is unavoidable), use the full path to keytool. Hope it helps.
... View more
01-11-2017
05:36 PM
I changed to the call to include the args below and it worked. --num-executors 4 \ --executor-memory 512M \ --driver-memory 512M \
... View more