Setting global options for all users

Hi. Is there any way to set global options for all users, like servername, protocol, etc?

I’ve playing around with Spark.vmoptions but I can’t find a list of posible options.

I’m using Spark 2.6.0 beta 2 for Windows

Thanks a lot

the settings are stored in the spark.properties file. I used a group policy to roll this out.

The spark.properties is stored in each user’s profile directory. How did you manage to replicate this with a GPO?

Thanks a lot!

In a user policy I created a login script that created a folder for spark if not present then copied the properties file to the folder, overwriting any existing file present.

How about updates distribution? How did you manage this? Did you create a custom MSI package?

Thanks again