Skip to content

More submit configuration with 'spark.yarn.am.nodeLabelExpression' #173

@xiandong79

Description

@xiandong79

I want to submit with a new configuration:

conf spark.yarn.am.nodeLabelExpression="my-label"
spark-bench = {
  spark-submit-config = [{
spark-home = "/usr/lib/spark"
conf spark.yarn.am.nodeLabelExpression="Y"
    workload-suites = [
      {
        descr = "One run of SparkPi and that's it!"
benchmark-output = "hdfs:///tmp/results-kmeans.csv"
        repeat = 2
workloads = [
        {
    name = "kmeans"
    input = "hdfs:///tmp/kmeans-data.csv"
    k = 10
maxiterations=10
  }]
      }
    ]
  }]
}

How should I revise the above conf ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions