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

    https://github.com/apache/spark/pull/14744#discussion_r76174242
  
    --- 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 --
    
    I mean if I change it to `interactive mode of sparkR shell`, this is a 
little weird to me as `sparkR shell` already means interactive mode. 


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