dongjoon-hyun edited a comment on pull request #33090:
URL: https://github.com/apache/spark/pull/33090#issuecomment-868798262


   Thank you for the confirmation, @xkrogen and @tgravescs . I don't know 
anyone either. Just the following `printUsageAndExit` hit my head.
   ```
     private def printUsageAndExit(classNameForEntry: String): Unit = {
       // scalastyle:off println
       System.err.println(
         s"""
         |Usage: $classNameForEntry [options]
         |
         | Options are:
         |   --driver-url <driverUrl>
         |   --executor-id <executorId>
         |   --bind-address <bindAddress>
         |   --hostname <hostname>
         |   --cores <cores>
          |   --resourcesFile <fileWithJSONResourceInformation>
          |   --app-id <appid>
          |   --worker-url <workerUrl>
          |   --user-class-path <url>
          |   --resourceProfileId <id>
          |""".stripMargin)
        // scalastyle:on println
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to