spark
spark copied to clipboard
[BUG]: [Spark.NET 3.5.1] Unable to get Charset 'cp65001' for property 'sun.stderr.encoding'
Ref PR: Spark 3.5.1 .NET8
==> Unable to get Charset 'cp65001' for property 'sun.stderr.encoding', using default windows-1252 and continuing.
spark-shell --version
Unable to get Charset 'cp65001' for property 'sun.stderr.encoding', using default windows-1252 and continuing.
Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 3.5.1
/_/
Using Scala version 2.12.18, Java HotSpot(TM) 64-Bit Server VM, 1.8.0_211
Branch HEAD
Compiled by user heartsavior on 2024-02-15T11:24:58Z
Revision fd86f85e181fc2dc0f50a096855acf83a6cc5d9c
Url https://github.com/apache/spark
Type --help for more information.
I saw a similar error, this github issue & solution seems to be related to the same problem: https://github.com/beryx/badass-jlink-plugin/issues/49#issuecomment-482589070
Unable to get Charset 'cp65001' for property 'sun.stderr.encoding', using default GBK and continuing.