หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Creates a new SparkSession. This method sets this session as the default or active session.
Alternatively, use getOrCreate to check for and use an existing session before creating a new one.
Syntax
create()
Returns
SparkSession
Examples
spark = SparkSession.builder.config("k1", "v1").create()