你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSSparkJobProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSSparkJobProperties
type PSSparkJobProperties = class
Public Class PSSparkJobProperties
- Inheritance
-
PSSparkJobProperties
Constructors
PSSparkJobProperties(SparkJobProperties) |
Properties
Archives |
Archives to be used in this job. |
Arguments |
Command line arguments for the application. |
ClassName |
Main class for Java/Scala application. |
Configuration |
Spark configuration properties. |
DriverCores |
Number of cores to use for the driver. |
DriverMemory |
Amount of memory to use for the driver process. |
ExecutorCores |
Number of cores to use for each executor. |
ExecutorMemory |
Amount of memory to use per executor process. |
File |
File containing the application to execute. |
Files |
files to be used in this job. |
Jars |
Jars to be used in this job. |
Name |
The name of the job. |
NumberOfExecutors |
Number of executors to launch for this job. |