You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/19 02:57:42 UTC

[GitHub] [spark] LuciferYang commented on pull request #32163: [SPARK-35086][SQL][CORE] --verbose should be passed to Spark SQL CLI too

LuciferYang commented on pull request #32163:
URL: https://github.com/apache/spark/pull/32163#issuecomment-946324057


   We build a client with v3.2.0 and run `bin/spark-shell  --master local --verbose`, the spark-shell startup failed now @AngersZhuuuu @cloud-fan @yaooqinn @dongjoon-hyun @HyukjinKwon  @wangyum ,Is this expected?
   
   Also ping @toujours33 
   
   ```
   Main class:
   org.apache.spark.repl.Main
   Arguments:
   --verbose
   Spark config:
   (spark.jars,)
   (spark.app.name,Spark shell)
   (spark.submit.pyFiles,)
   (spark.ui.showConsoleProgress,true)
   (spark.submit.deployMode,client)
   (spark.master,local)
   Classpath elements:
   
   
   
   Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties
   Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
   bad option: '--verbose'
   ```


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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