MapReduceJobSubmissionParameters.LibJars Property
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.
Optional. List of files to include in the classpath.
public System.Collections.Generic.IList<string> LibJars { get; set; }
member this.LibJars : System.Collections.Generic.IList<string> with get, set
Public Property LibJars As IList(Of String)
Property Value
- System.Collections.Generic.IList<System.String>