Github user mccheah commented on the pull request:

    https://github.com/apache/spark/pull/3130#issuecomment-62080459
  
    This is not the way that we pull in the Spark dependency. We launch our 
server as a standalone application, and specify that the spark core jar is a 
library for the Spark APIs. We launch a Spark context and connect to a remote 
Spark cluster from our REST server.
    
    We need to pull in the spark-core jar in compile scope, because our server 
needs to be started up on its own. We also have our own dependency on another 
version of jetty jar, which is why we wanted to shade jetty.


---
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