Github user zjffdu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14744#discussion_r76172717
  
    --- Diff: docs/configuration.md ---
    @@ -1752,6 +1752,14 @@ showDF(properties, numRows = 200, truncate = FALSE)
         Executable for executing R scripts in client modes for driver. Ignored 
in cluster modes.
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.r.shell.command</code></td>
    +  <td>R</td>
    +  <td>
    +    Executable for executing sparkR shell in client modes for driver. 
Ignored in cluster modes. It is the same as environment variable 
<code>SPARKR_DRIVER_R</code>, but take precedence over it.
    +    <code>spark.r.shell.command</code> is used for interactive mode of 
sparkR (sparkR shell) while <code>spark.r.driver.command</code> is used for the 
batch mode (running sparkR script).
    --- End diff --
    
    here `(sparkR shell)` means `interactive mode of sparkR` and `(running 
sparkR script)` means `batch mode`. If I use 'sparkR shell' directly, then I 
might to rephrase the whole senentence. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to