Re: httpclient conflict in spark

2017-03-30 Thread Arvind Kandaswamy
Hi Steve, I was indeed using spark 2.1. I was getting this error while calling spark via Zeppelin. Zeppelin comes with older version of httpclient apparently. I copied the httpclient 4.5.2 and httpclient 4.2.2 into zeppelin/interpreter/spark and this problem went away. Thank you for your help.

Re: httpclient conflict in spark

2017-03-30 Thread Steve Loughran
On 29 Mar 2017, at 14:42, Arvind Kandaswamy > wrote: Hello, I am getting the following error. I get this error when trying to use AWS S3. This appears to be a conflict with httpclient. AWS S3 comes with httplient-4.5.2.jar. I am not

httpclient conflict in spark

2017-03-29 Thread Arvind Kandaswamy
Hello, I am getting the following error. I get this error when trying to use AWS S3. This appears to be a conflict with httpclient. AWS S3 comes with httplient-4.5.2.jar. I am not sure how to force spark to use this version. I have tried spark.driver.userClassPathFirst = true,