Re: userClassPathFirst=true prevents SparkContext to be initialized

2017-01-30 Thread Koert Kuipers
i dont know why this is happening but i have given up on userClassPath=first. i have seen many weird errors with it and consider it broken. On Jan 30, 2017 05:24, "Roberto Coluccio" wrote: Hello folks, I'm trying to work around an issue with some dependencies by

userClassPathFirst=true prevents SparkContext to be initialized

2017-01-30 Thread Roberto Coluccio
Hello folks, I'm trying to work around an issue with some dependencies by trying to specify at spark-submit time that I want my (user) classpath to be resolved and taken into account first (against the jars received through the System Classpath, which is /data/cloudera/parcels/CDH/jars/). In