[ https://issues.apache.org/jira/browse/BEAM-7133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anonymous updated BEAM-7133: ---------------------------- Status: Triage Needed (was: Resolved) > Spark job server Gradle task should pass along system properties > ---------------------------------------------------------------- > > Key: BEAM-7133 > URL: https://issues.apache.org/jira/browse/BEAM-7133 > Project: Beam > Issue Type: Improvement > Components: runner-spark > Reporter: Kyle Weaver > Assignee: Kyle Weaver > Priority: P3 > Labels: portability-spark > Fix For: 2.13.0 > > Time Spent: 20m > Remaining Estimate: 0h > > The Spark job server Gradle task (:beam-runners-spark-job-server:runShadow) > should pass on system properties, as Spark applications often rely on system > properties for configuration. For example, if I want to enable logging, I > currently have to set it programatically: > System.setProperty("spark.eventLog.enabled", "true"); > whereas I should be able to just do this: > ./gradlew :beam-runners-spark-job-server:runShadow > -Dspark.eventLog.enabled=true -- This message was sent by Atlassian Jira (v8.20.10#820010)