NVIDIA / spark-rapids-tools

User tools for Spark RAPIDS
Apache License 2.0
49 stars 36 forks source link

Disable the spark_rapids bootstrap command #1114

Closed amahussein closed 3 months ago

amahussein commented 3 months ago

Signed-off-by: Ahmed Hussein (amahussein) a@ahussein.me

Fixes #1103

Remove the bootstrap cmd from spark_Rapids cmd line

Note that internally, we can spark_rapids_user_tools to run the boostrap cmd. This PR removes the cmd from spark_Rapids, and the markdown documents. I will file an internal PR to remove the bootstrap tests from the CI/CD

tgravescs commented 3 months ago

if user tries to specify it, tool outputs command not found or something useful?

amahussein commented 3 months ago

if user tries to specify it, tool outputs command not found or something useful?

yes, that's supported by the Python CLI itself

Sample:

$> spark_rapids bootstrap
********************************************************************
*                                                                  *
*    _____                  __      ____              _     __     *
*   / ___/____  ____ ______/ /__   / __ \____ _____  (_)___/ /____ *
*   \__ \/ __ \/ __ `/ ___/ //_/  / /_/ / __ `/ __ \/ / __  / ___/ *
*  ___/ / /_/ / /_/ / /  / ,<    / _, _/ /_/ / /_/ / / /_/ (__  )  *
* /____/ .___/\__,_/_/  /_/|_|  /_/ |_|\__,_/ .___/_/\__,_/____/   *
*     /_/__  __                  ______    /_/     __              *
*       / / / /_______  _____   /_  __/___  ____  / /____          *
*      / / / / ___/ _ \/ ___/    / / / __ \/ __ \/ / ___/          *
*     / /_/ (__  )  __/ /       / / / /_/ / /_/ / (__  )           *
*     \____/____/\___/_/       /_/  \____/\____/_/____/            *
*                                                                  *
*                                      Version. 24.04.1            *
*                                                                  *
* NVIDIA Corporation                                               *
* spark-rapids-support@nvidia.com                                  *
********************************************************************

ERROR: Could not consume arg: bootstrap
Usage: spark_rapids <command>
  available commands:    prediction | profiling | qualification | train

For detailed information on this command, run:
  spark_rapids --help