Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/2474#issuecomment-56905615
  
    Making a little more progress:
    
    If I add 
    
    ```scala
      import org.apache.http.impl.cookie.BrowserCompatSpecFactory
      System.getProperty("java.class.path").split(":").foreach(println)
      val f = new 
File(classOf[BrowserCompatSpecFactory].getProtectionDomain().getCodeSource().getLocation().getPath());
      println(f.getAbsolutePath)
    ```
    
    to the top of UISuite, then it looks like only 
`/Users/joshrosen/Documents/spark/lib_managed/jars/httpclient-4.3.2.jar` 
appears on `java.class.path` while it appears that BrowserCompatSpecFactory is 
being loaded from 
`/Users/joshrosen/Documents/spark/lib_managed/jars/httpclient-4.1.3.jar` 
(according to that last print statement).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to