kiszk commented on issue #25265: [SPARK-28525][DEPLOY] Allow Launcher to be applied Java options URL: https://github.com/apache/spark/pull/25265#issuecomment-516686052 In my environment (Ubuntu 18.04), it works well. ``` $ git log | head -1 commit dba4375359a2dfed1f009edc3b1bcf6b3253fe02 $ ./bin/spark-shell 19/07/31 13:01:44 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 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). Spark context Web UI available at http://s7fp1.trl.ibm.com:4040 Spark context available as 'sc' (master = local[*], app id = local-1564545717751). Spark session available as 'spark'. Welcome to ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ /___/ .__/\_,_/_/ /_/\_\ version 3.0.0-SNAPSHOT /_/ Using Scala version 2.12.8 (OpenJDK 64-Bit Server VM, Java 1.8.0_212) Type in expressions to have them evaluated. Type :help for more information. scala> ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
