Github user sun-rui commented on the pull request:

    https://github.com/apache/spark/pull/10034#issuecomment-160833191
  
    @shivaram, from document's point of view, this is not backward 
compatibility issue:
    ```
    @param sparkJars Character string vector of jar files to pass to the worker 
nodes.
    ```
    
    The comma-separated string happens to work because there is a redudant code 
logic that pass the string to SparkSubmit --jars option, which I think is not 
necessary, as SparkContext.addJar will be called.
    
    So I propose to remove the  redudant code logic.


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